diff options
author | kamil <kamil@pkgsrc.org> | 2016-08-21 01:32:45 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-08-21 01:32:45 +0000 |
commit | d51efd6fd1aef0e4bdfc76128d328c2b508adb30 (patch) | |
tree | 2f022f84b3088a1212a5e08abd3de4e2cc5b1d74 /graphics/py-OpenGL | |
parent | 476e1ddbb42dae3a5da2bcacac5753e9eca362c2 (diff) | |
download | pkgsrc-d51efd6fd1aef0e4bdfc76128d328c2b508adb30.tar.gz |
Switch from py-Numeric to py-numpy and remove Python-3.x conflict
Fix PLIST.
Bump PKGREVISION.
Diffstat (limited to 'graphics/py-OpenGL')
-rw-r--r-- | graphics/py-OpenGL/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-OpenGL/PLIST | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile index 61bf429d3d3..a5b4e7ec856 100644 --- a/graphics/py-OpenGL/Makefile +++ b/graphics/py-OpenGL/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2016/07/24 00:48:16 kamil Exp $ +# $NetBSD: Makefile,v 1.25 2016/08/21 01:32:45 kamil Exp $ DISTNAME= PyOpenGL-3.1.1a1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyOpenGL/} @@ -13,8 +14,6 @@ LICENSE= modified-bsd AND mit DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-Numeric - REPLACE_PYTHON+= *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py # Tests require: @@ -35,6 +34,6 @@ do-test: .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" .include "../../graphics/Mesa/buildlink3.mk" -.include "../../math/py-Numeric/buildlink3.mk" +.include "../../math/py-numpy/buildlink3.mk" .include "../../lang/tcl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-OpenGL/PLIST b/graphics/py-OpenGL/PLIST index 55f2f9013ca..c73dc06d0cb 100644 --- a/graphics/py-OpenGL/PLIST +++ b/graphics/py-OpenGL/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2016/07/24 00:48:16 kamil Exp $ +@comment $NetBSD: PLIST,v 1.8 2016/08/21 01:32:45 kamil Exp $ ${PYSITELIB}/OpenGL/AGL/__init__.py ${PYSITELIB}/OpenGL/AGL/__init__.pyc ${PYSITELIB}/OpenGL/AGL/__init__.pyo @@ -7058,4 +7058,7 @@ ${PYSITELIB}/OpenGL/version.pyo ${PYSITELIB}/OpenGL/wrapper.py ${PYSITELIB}/OpenGL/wrapper.pyc ${PYSITELIB}/OpenGL/wrapper.pyo -${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt |