diff options
author | wiz <wiz@pkgsrc.org> | 2022-11-25 13:31:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-11-25 13:31:34 +0000 |
commit | 315e6b86dc288f69d6109a06edc0224b94879572 (patch) | |
tree | bdb86c671094f96d860d1cbe92e8eb2cf197fcc1 /x11/py-qwt-qt5 | |
parent | 9ed6f3786d76adc273d8c84bfbf896e1d11151b8 (diff) | |
download | pkgsrc-315e6b86dc288f69d6109a06edc0224b94879572.tar.gz |
*: mark py-sip and its users as not supporting Python 3.11
Consider switching to py-sip5 (or (unpackaged) py-sip6)
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 1d29fadb429..b03903f178e 100644 --- a/x11/py-qwt-qt5/Makefile +++ b/x11/py-qwt-qt5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/11/23 16:21:27 adam Exp $ +# $NetBSD: Makefile,v 1.9 2022/11/25 13:31:35 wiz Exp $ VERSION= 1.02.02 DISTNAME= pyqt-qwt-${VERSION} @@ -24,6 +24,8 @@ USE_LANGUAGES= c++ PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-sip + do-configure: set -e; cd ${WRKSRC}; \ ${PKGSRC_SETENV} ${CONFIGURE_ENV} \ |