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:   jperkin
Date:           Fri Oct 11 08:18:57 UTC 2024

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

Log Message:
py-OpenGL: Not for python313.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/py-OpenGL/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.43 pkgsrc/graphics/py-OpenGL/Makefile:1.44
--- pkgsrc/graphics/py-OpenGL/Makefile:1.43     Sun Aug 18 10:28:55 2024
+++ pkgsrc/graphics/py-OpenGL/Makefile  Fri Oct 11 08:18:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2024/08/18 10:28:55 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2024/10/11 08:18:56 jperkin Exp $
 
 DISTNAME=      PyOpenGL-3.1.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
@@ -19,7 +19,7 @@ USE_LANGUAGES=        # none
 
 REPLACE_PYTHON+=       OpenGL/arrays/buffers.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 313
 
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} tests/test_core.py



Home | Main Index | Thread Index | Old Index