pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel py-utils: mark as not for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b407962f0e15
branches:  trunk
changeset: 771560:b407962f0e15
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 19 13:42:58 2021 +0000

description:
py-utils: mark as not for python 2.7

Also mark its users that way

diffstat:

 devel/py-progressbar2/Makefile |  4 +++-
 devel/py-utils/Makefile        |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 7605be0d511b -r b407962f0e15 devel/py-progressbar2/Makefile
--- a/devel/py-progressbar2/Makefile    Sun Dec 19 13:42:05 2021 +0000
+++ b/devel/py-progressbar2/Makefile    Sun Dec 19 13:42:58 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/11/16 19:42:31 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/12/19 13:42:58 wiz Exp $
 
 DISTNAME=      progressbar2-3.55.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-utils
+
 do-test:
        ${LN} -f ${WRKSRC}/examples.py ${WRKSRC}/tests/examples.py
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
diff -r 7605be0d511b -r b407962f0e15 devel/py-utils/Makefile
--- a/devel/py-utils/Makefile   Sun Dec 19 13:42:05 2021 +0000
+++ b/devel/py-utils/Makefile   Sun Dec 19 13:42:58 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/12/17 08:11:56 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/12/19 13:42:58 wiz Exp $
 
 DISTNAME=      python-utils-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -17,6 +17,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} _python_utils_tests
 



Home | Main Index | Thread Index | Old Index