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:           Fri Dec  2 15:51:52 UTC 2022

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

Log Message:
py-qtgraph-qt5: might support python 3.11 now


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/x11/py-qtgraph-qt5/Makefile:1.6
--- pkgsrc/x11/py-qtgraph-qt5/Makefile:1.5      Sun Nov 27 23:08:54 2022
+++ pkgsrc/x11/py-qtgraph-qt5/Makefile  Fri Dec  2 15:51:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/11/27 23:08:54 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/12/02 15:51:52 wiz Exp $
 
 DISTNAME=      pyqtgraph-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqtgraph/qtgraph-qt5/}
@@ -21,7 +21,6 @@ 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