pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/py-qtgraph-qt5 py-qtgraph-qt5: mark as not for pyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c8d2c2eebea
branches:  trunk
changeset: 388925:6c8d2c2eebea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 27 23:08:54 2022 +0000

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

diffstat:

 x11/py-qtgraph-qt5/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d32a3546a866 -r 6c8d2c2eebea x11/py-qtgraph-qt5/Makefile
--- a/x11/py-qtgraph-qt5/Makefile       Sun Nov 27 23:08:07 2022 +0000
+++ b/x11/py-qtgraph-qt5/Makefile       Sun Nov 27 23:08:54 2022 +0000
@@ -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 @@
 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