pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/py-qtgraph-qt5
Module Name: pkgsrc
Committed By: adam
Date: Thu Apr 3 15:19:04 UTC 2025
Modified Files:
pkgsrc/x11/py-qtgraph-qt5: Makefile
Log Message:
py-qtgraph-qt5: allow Python 3.13 after py-OpenGL update
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/py-qtgraph-qt5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/py-qtgraph-qt5/Makefile
diff -u pkgsrc/x11/py-qtgraph-qt5/Makefile:1.17 pkgsrc/x11/py-qtgraph-qt5/Makefile:1.18
--- pkgsrc/x11/py-qtgraph-qt5/Makefile:1.17 Sat Mar 8 13:15:08 2025
+++ pkgsrc/x11/py-qtgraph-qt5/Makefile Thu Apr 3 15:19:04 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2025/03/08 13:15:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/04/03 15:19:04 adam Exp $
DISTNAME= pyqtgraph-0.13.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
@@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:..
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 39 313
+PYTHON_VERSIONS_INCOMPATIBLE= 39
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index