pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-OpenGL Switch from py-Numeric to py-numpy ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee774263c414
branches:  trunk
changeset: 351452:ee774263c414
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sun Aug 21 01:32:45 2016 +0000

description:
Switch from py-Numeric to py-numpy and remove Python-3.x conflict

Fix PLIST.

Bump PKGREVISION.

diffstat:

 graphics/py-OpenGL/Makefile |  7 +++----
 graphics/py-OpenGL/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r c65669688e76 -r ee774263c414 graphics/py-OpenGL/Makefile
--- a/graphics/py-OpenGL/Makefile       Sun Aug 21 01:10:53 2016 +0000
+++ b/graphics/py-OpenGL/Makefile       Sun Aug 21 01:32:45 2016 +0000
@@ -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 @@
 
 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 @@
 .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 -r c65669688e76 -r ee774263c414 graphics/py-OpenGL/PLIST
--- a/graphics/py-OpenGL/PLIST  Sun Aug 21 01:10:53 2016 +0000
+++ b/graphics/py-OpenGL/PLIST  Sun Aug 21 01:32:45 2016 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index