pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-OpenGL-accelerate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 30 20:26:52 UTC 2025

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

Log Message:
py-OpenGL-accelerate: mark as BROKEN

does not support py-numpy 2.x

Upstream has been asked about this a couple months ago, but no reply yet.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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-accelerate/Makefile
diff -u pkgsrc/graphics/py-OpenGL-accelerate/Makefile:1.12 pkgsrc/graphics/py-OpenGL-accelerate/Makefile:1.13
--- pkgsrc/graphics/py-OpenGL-accelerate/Makefile:1.12  Mon Oct 14 06:45:45 2024
+++ pkgsrc/graphics/py-OpenGL-accelerate/Makefile       Thu Jan 30 20:26:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/10/14 06:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/30 20:26:52 wiz Exp $
 
 DISTNAME=      PyOpenGL-accelerate-3.1.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^Py//}
@@ -16,6 +16,9 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-cython-[0-
 zz-pre-build:
        cd ${WRKSRC}/src && for i in *.pyx; do cython-${PYVERSSUFFIX} $$i; done
 
+# https://sourceforge.net/p/pyopengl/mailman/message/58796603/
+BROKEN=                "Does not support py-numpy 2.x"
+
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index