summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-22 14:16:30 +0000
committerwiz <wiz@pkgsrc.org>2022-01-22 14:16:30 +0000
commit2e0902efaba4ca2974e639329b0cf0e224010400 (patch)
tree3ae5855e546a1b91801fe465ffca06a649ae1432 /x11
parent1809ac0b32192e202acd81f96f71fcab6dbc2277 (diff)
downloadpkgsrc-2e0902efaba4ca2974e639329b0cf0e224010400.tar.gz
py-*: mark two as not supporting python 2.7
Diffstat (limited to 'x11')
-rw-r--r--x11/py-qt-builder/Makefile4
-rw-r--r--x11/py-sip5/Makefile5
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/py-qt-builder/Makefile b/x11/py-qt-builder/Makefile
index 5ab71b01c28..42de806dd8c 100644
--- a/x11/py-qt-builder/Makefile
+++ b/x11/py-qt-builder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/18 19:25:26 rhialto Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/22 14:16:30 wiz Exp $
DISTNAME= PyQt-builder-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-qt-builder-1.12.2
@@ -15,6 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-sip5>=5<7:../../x11/py-sip5
DEPENDS+= ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_LANGUAGES= c c++
post-install:
diff --git a/x11/py-sip5/Makefile b/x11/py-sip5/Makefile
index 9ca5d2e81d1..413fe3a3192 100644
--- a/x11/py-sip5/Makefile
+++ b/x11/py-sip5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/18 19:07:45 rhialto Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/22 14:16:31 wiz Exp $
DISTNAME= sip-${PKGVERSION_NOREV}
PKGNAME= ${PYPKGPREFIX}-sip5-5.5.0
@@ -10,11 +10,12 @@ HOMEPAGE= https://www.riverbankcomputing.com/software/sip/
COMMENT= Tool to create Python bindings for C++ libraries (v5)
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
-
DEPENDS+= ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-toml>=0:../../textproc/py-toml
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_LANGUAGES= c c++
CLI= build distinfo install module sdist wheel