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:   tnn
Date:           Sun Aug 18 10:28:55 UTC 2024

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

Log Message:
py-OpenGL: enable for 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/graphics/py-OpenGL/Makefile:1.43
--- pkgsrc/graphics/py-OpenGL/Makefile:1.42     Sun Oct 22 11:34:58 2023
+++ pkgsrc/graphics/py-OpenGL/Makefile  Sun Aug 18 10:28:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2023/10/22 11:34:58 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2024/08/18 10:28:55 tnn 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 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} tests/test_core.py



Home | Main Index | Thread Index | Old Index