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:   wiz
Date:           Sun Nov 27 23:08:54 UTC 2022

Modified Files:
        pkgsrc/x11/py-qtgraph-qt5: Makefile

Log Message:
py-qtgraph-qt5: mark as not for python 3.11 due to py-sip via py-qt5


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/x11/py-qtgraph-qt5/Makefile:1.5
--- pkgsrc/x11/py-qtgraph-qt5/Makefile:1.4      Sun Apr 10 00:57:15 2022
+++ pkgsrc/x11/py-qtgraph-qt5/Makefile  Sun Nov 27 23:08:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/04/10 00:57:15 gutteridge Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/27 23:08:54 wiz Exp $
 
 DISTNAME=      pyqtgraph-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
@@ -21,6 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-OpenGL-[0-9]*:.
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-sip via py-qt5
 
 .include "../../lang/python/egg.mk"
 .include "../../x11/py-qt5/buildlink3.mk"



Home | Main Index | Thread Index | Old Index