From d36bae83f5f71c7427558c84582c6c57089f49f1 Mon Sep 17 00:00:00 2001 From: kamil Date: Sun, 21 Aug 2016 01:32:45 +0000 Subject: Switch from py-Numeric to py-numpy and remove Python-3.x conflict Fix PLIST. Bump PKGREVISION. --- graphics/py-OpenGL/Makefile | 7 +++---- graphics/py-OpenGL/PLIST | 7 +++++-- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'graphics/py-OpenGL') 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 -- cgit v1.2.3