pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 py-*: mark two as not supporting python 2.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/289573626587
branches: trunk
changeset: 372229:289573626587
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 22 14:16:30 2022 +0000
description:
py-*: mark two as not supporting python 2.7
diffstat:
x11/py-qt-builder/Makefile | 4 +++-
x11/py-sip5/Makefile | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (41 lines):
diff -r 4bb89cf19c92 -r 289573626587 x11/py-qt-builder/Makefile
--- a/x11/py-qt-builder/Makefile Sat Jan 22 14:10:10 2022 +0000
+++ b/x11/py-qt-builder/Makefile Sat Jan 22 14:16:30 2022 +0000
@@ -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}-packaging>=0:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_LANGUAGES= c c++
post-install:
diff -r 4bb89cf19c92 -r 289573626587 x11/py-sip5/Makefile
--- a/x11/py-sip5/Makefile Sat Jan 22 14:10:10 2022 +0000
+++ b/x11/py-sip5/Makefile Sat Jan 22 14:16:30 2022 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index