pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 22 14:16:31 UTC 2022
Modified Files:
pkgsrc/x11/py-qt-builder: Makefile
pkgsrc/x11/py-sip5: Makefile
Log Message:
py-*: mark two as not supporting python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-qt-builder/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/py-sip5/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-qt-builder/Makefile
diff -u pkgsrc/x11/py-qt-builder/Makefile:1.1 pkgsrc/x11/py-qt-builder/Makefile:1.2
--- pkgsrc/x11/py-qt-builder/Makefile:1.1 Tue Jan 18 19:25:26 2022
+++ pkgsrc/x11/py-qt-builder/Makefile Sat Jan 22 14:16:30 2022
@@ -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:../..
DEPENDS+= ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_LANGUAGES= c c++
post-install:
Index: pkgsrc/x11/py-sip5/Makefile
diff -u pkgsrc/x11/py-sip5/Makefile:1.1 pkgsrc/x11/py-sip5/Makefile:1.2
--- pkgsrc/x11/py-sip5/Makefile:1.1 Tue Jan 18 19:07:45 2022
+++ pkgsrc/x11/py-sip5/Makefile Sat Jan 22 14:16:31 2022
@@ -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
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