pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-coloredlogs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 23 02:01:25 UTC 2023

Modified Files:
        pkgsrc/devel/py-coloredlogs: Makefile

Log Message:
py-coloredlogs: mark as not for Python 2

many of its test dependencies do not support Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-coloredlogs/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-coloredlogs/Makefile
diff -u pkgsrc/devel/py-coloredlogs/Makefile:1.1 pkgsrc/devel/py-coloredlogs/Makefile:1.2
--- pkgsrc/devel/py-coloredlogs/Makefile:1.1    Sat Jul 22 13:10:04 2023
+++ pkgsrc/devel/py-coloredlogs/Makefile        Sun Jul 23 02:01:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/07/22 13:10:04 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/23 02:01:25 wiz Exp $
 
 DISTNAME=      coloredlogs-15.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,5 +18,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test>=3.0.
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-verboselogs>=1.7:../../devel/py-verboselogs
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index