pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-OpenGL



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sun Aug 21 01:32:45 UTC 2016

Modified Files:
        pkgsrc/graphics/py-OpenGL: Makefile PLIST

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

Fix PLIST.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/graphics/py-OpenGL/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-OpenGL/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-OpenGL/Makefile
diff -u pkgsrc/graphics/py-OpenGL/Makefile:1.24 pkgsrc/graphics/py-OpenGL/Makefile:1.25
--- pkgsrc/graphics/py-OpenGL/Makefile:1.24     Sun Jul 24 00:48:16 2016
+++ pkgsrc/graphics/py-OpenGL/Makefile  Sun Aug 21 01:32:45 2016
@@ -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"

Index: pkgsrc/graphics/py-OpenGL/PLIST
diff -u pkgsrc/graphics/py-OpenGL/PLIST:1.7 pkgsrc/graphics/py-OpenGL/PLIST:1.8
--- pkgsrc/graphics/py-OpenGL/PLIST:1.7 Sun Jul 24 00:48:16 2016
+++ pkgsrc/graphics/py-OpenGL/PLIST     Sun Aug 21 01:32:45 2016
@@ -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



Home | Main Index | Thread Index | Old Index