pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-verboselogs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 23 02:07:36 UTC 2023

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

Log Message:
py-verboselogs: not for Python 2

Many of its test dependencies do not support it


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



Home | Main Index | Thread Index | Old Index