diff options
author | wiz <wiz@pkgsrc.org> | 2022-12-02 15:53:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-12-02 15:53:28 +0000 |
commit | a2718cf222fcad6494dd0e6ad4fe09283bde31af (patch) | |
tree | fac4a1b00f36a1264c8846a7c89dfb46229d031e /x11/py-qwt-qt5 | |
parent | f3bec60d31b91d01ea35b0eec14dfc0578cc1780 (diff) | |
download | pkgsrc-a2718cf222fcad6494dd0e6ad4fe09283bde31af.tar.gz |
py-qwt-qt5: mark as not for python 2.x
Diffstat (limited to 'x11/py-qwt-qt5')
-rw-r--r-- | x11/py-qwt-qt5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-qwt-qt5/Makefile b/x11/py-qwt-qt5/Makefile index 2e2b02cdf0a..56f160ab7b9 100644 --- a/x11/py-qwt-qt5/Makefile +++ b/x11/py-qwt-qt5/Makefile @@ -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]*:../../x11/py-qt5 # 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++ |