pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 19 13:42:59 UTC 2021

Modified Files:
        pkgsrc/devel/py-progressbar2: Makefile
        pkgsrc/devel/py-utils: Makefile

Log Message:
py-utils: mark as not for python 2.7

Also mark its users that way


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-progressbar2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-utils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-progressbar2/Makefile
diff -u pkgsrc/devel/py-progressbar2/Makefile:1.2 pkgsrc/devel/py-progressbar2/Makefile:1.3
--- pkgsrc/devel/py-progressbar2/Makefile:1.2   Tue Nov 16 19:42:31 2021
+++ pkgsrc/devel/py-progressbar2/Makefile       Sun Dec 19 13:42:58 2021
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov>=
 
 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

Index: pkgsrc/devel/py-utils/Makefile
diff -u pkgsrc/devel/py-utils/Makefile:1.3 pkgsrc/devel/py-utils/Makefile:1.4
--- pkgsrc/devel/py-utils/Makefile:1.3  Fri Dec 17 08:11:56 2021
+++ pkgsrc/devel/py-utils/Makefile      Sun Dec 19 13:42:58 2021
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-flake
 
 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