pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-capturer
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 23 02:02:31 UTC 2023
Modified Files:
pkgsrc/devel/py-capturer: Makefile
Log Message:
py-capturer: not for Python 2
Many of its test dependencies do not support it
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-capturer/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-capturer/Makefile
diff -u pkgsrc/devel/py-capturer/Makefile:1.2 pkgsrc/devel/py-capturer/Makefile:1.3
--- pkgsrc/devel/py-capturer/Makefile:1.2 Sun Jul 23 01:56:19 2023
+++ pkgsrc/devel/py-capturer/Makefile Sun Jul 23 02:02:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/07/23 01:56:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/23 02:02:30 wiz Exp $
DISTNAME= capturer-3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,5 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.4:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index