pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics
Module Name: pkgsrc
Committed By: wiz
Date: Fri Dec 17 06:58:16 UTC 2021
Modified Files:
pkgsrc/graphics/py-OpenGL: Makefile
pkgsrc/graphics/py-OpenGL-accelerate: Makefile
Log Message:
py-OpenGL*: mark as not for python 2.7
py-OpenGL-accelerate segfaults python2.7 during build;
all the users of the packages already disable python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/graphics/py-OpenGL/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-OpenGL-accelerate/Makefile
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.33 pkgsrc/graphics/py-OpenGL/Makefile:1.34
--- pkgsrc/graphics/py-OpenGL/Makefile:1.33 Wed Dec 8 16:05:04 2021
+++ pkgsrc/graphics/py-OpenGL/Makefile Fri Dec 17 06:58:16 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2021/12/08 16:05:04 adam Exp $
+# $NetBSD: Makefile,v 1.34 2021/12/17 06:58:16 wiz Exp $
DISTNAME= PyOpenGL-3.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
@@ -20,7 +20,7 @@ USE_LANGUAGES= # none
REPLACE_PYTHON+= OpenGL/arrays/buffers.py
-PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 # py-numpy
do-test:
cd ${WRKSRC} && ${PYTHONBIN} tests/test_core.py
Index: pkgsrc/graphics/py-OpenGL-accelerate/Makefile
diff -u pkgsrc/graphics/py-OpenGL-accelerate/Makefile:1.3 pkgsrc/graphics/py-OpenGL-accelerate/Makefile:1.4
--- pkgsrc/graphics/py-OpenGL-accelerate/Makefile:1.3 Tue Jun 29 08:42:00 2021
+++ pkgsrc/graphics/py-OpenGL-accelerate/Makefile Fri Dec 17 06:58:16 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/06/29 08:42:00 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/17 06:58:16 wiz Exp $
DISTNAME= PyOpenGL-accelerate-3.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
@@ -12,7 +12,7 @@ COMMENT= Acceleration code for PyOpenGL
# There are many similar licenses, see license.txt
LICENSE= modified-bsd AND mit
-PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 # py-numpy
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index