pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-qwt-qt5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec  2 15:53:28 UTC 2022

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

Log Message:
py-qwt-qt5: mark as not for python 2.x


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/py-qwt-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-qwt-qt5/Makefile
diff -u pkgsrc/x11/py-qwt-qt5/Makefile:1.10 pkgsrc/x11/py-qwt-qt5/Makefile:1.11
--- pkgsrc/x11/py-qwt-qt5/Makefile:1.10 Fri Dec  2 15:36:04 2022
+++ pkgsrc/x11/py-qwt-qt5/Makefile      Fri Dec  2 15:53:28 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/12/02 15:36:04 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/12/02 15:53:28 wiz Exp $
 
 DISTNAME=      pyqt-qwt-1.02.02
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyqt-qwt/qwt-qt5/}
@@ -19,6 +19,8 @@ DEPENDS+=     ${PYPKGPREFIX}-qt5-[0-9]*:../.
 # TODO: check if this is correct or should this be a full DEPENDS
 BUILD_DEPENDS+=        qt5-qtbase-[0-9]*:../../x11/qt5-qtbase
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 WHEEL_NAME=    PyQt_Qwt-${PKGVERSION_NOREV}
 
 USE_LANGUAGES= c++



Home | Main Index | Thread Index | Old Index