pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics py-OpenGL*: mark as not for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef0fff212aaf
branches:  trunk
changeset: 771315:ef0fff212aaf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 17 06:58:16 2021 +0000

description:
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

diffstat:

 graphics/py-OpenGL-accelerate/Makefile |  4 ++--
 graphics/py-OpenGL/Makefile            |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r fcf9428fdcec -r ef0fff212aaf graphics/py-OpenGL-accelerate/Makefile
--- a/graphics/py-OpenGL-accelerate/Makefile    Fri Dec 17 06:47:15 2021 +0000
+++ b/graphics/py-OpenGL-accelerate/Makefile    Fri Dec 17 06:58:16 2021 +0000
@@ -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 @@
 # 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"
diff -r fcf9428fdcec -r ef0fff212aaf graphics/py-OpenGL/Makefile
--- a/graphics/py-OpenGL/Makefile       Fri Dec 17 06:47:15 2021 +0000
+++ b/graphics/py-OpenGL/Makefile       Fri Dec 17 06:58:16 2021 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index