aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pivy
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 23:24:01 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 23:24:01 +0000
commita40f3db581066df42cfd94051b583d9502a0b1d4 (patch)
tree2c50240e7e3cd2e52146aafca39cd2ee8c86d5f9 /graphics/py-pivy
parent67e3e2ff55e7777d471881fd0f4bf823f99157d9 (diff)
downloadports-a40f3db581066df42cfd94051b583d9502a0b1d4.tar.gz
ports-a40f3db581066df42cfd94051b583d9502a0b1d4.zip
graphics/py-pivy: Has expired: Qt4 has been EOL since december 2015
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=495997
Diffstat (limited to 'graphics/py-pivy')
-rw-r--r--graphics/py-pivy/Makefile25
-rw-r--r--graphics/py-pivy/distinfo2
-rw-r--r--graphics/py-pivy/pkg-descr8
3 files changed, 0 insertions, 35 deletions
diff --git a/graphics/py-pivy/Makefile b/graphics/py-pivy/Makefile
deleted file mode 100644
index e5b782f39de3..000000000000
--- a/graphics/py-pivy/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Pedro Giffuni <pfg@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= pivy
-PORTVERSION= 0.5.0
-PORTREVISION= 2
-CATEGORIES= graphics python
-MASTER_SITES= https://bitbucket.org/Coin3D/pivy/get/
-DISTNAME= 8eab90908f2a
-
-MAINTAINER= pfg@FreeBSD.org
-COMMENT= Python binding for Coin
-
-LICENSE= MIT
-
-BUILD_DEPENDS= swig3.0:devel/swig30
-LIB_DEPENDS= libSoQt.so:x11-toolkits/soqt
-
-USES= compiler:c11 python:2.7 zip
-USE_PYTHON= autoplist distutils
-BINARY_ALIAS= swig=swig3.0
-
-WRKSRC= ${WRKDIR}/Coin3D-pivy-${DISTNAME}
-
-.include <bsd.port.mk>
diff --git a/graphics/py-pivy/distinfo b/graphics/py-pivy/distinfo
deleted file mode 100644
index 21017f6df0d3..000000000000
--- a/graphics/py-pivy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (8eab90908f2a.zip) = 045da82a84463fe1cfecf90c5fb6c04fe47be0647be69c8225e16364d9dc249a
-SIZE (8eab90908f2a.zip) = 7029165
diff --git a/graphics/py-pivy/pkg-descr b/graphics/py-pivy/pkg-descr
deleted file mode 100644
index 84e2e1cb8f5a..000000000000
--- a/graphics/py-pivy/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-A Python binding for Coin
-
-Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library
-with a C++ Application Programming Interface. Coin uses scene-graph data
-structures to render real-time graphics suitable for mostly all kinds of
-scientific and engineering visualization applications.
-
-WWW: https://pypi.org/project/Pivy/