pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-packageurl
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 13 19:42:31 UTC 2022
Modified Files:
pkgsrc/devel/py-packageurl: Makefile
Log Message:
py-packageurl: does not support python 2
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-packageurl/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-packageurl/Makefile
diff -u pkgsrc/devel/py-packageurl/Makefile:1.6 pkgsrc/devel/py-packageurl/Makefile:1.7
--- pkgsrc/devel/py-packageurl/Makefile:1.6 Mon Jul 11 11:53:35 2022
+++ pkgsrc/devel/py-packageurl/Makefile Wed Jul 13 19:42:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/07/11 11:53:35 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/07/13 19:42:31 wiz Exp $
DISTNAME= packageurl-python-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
@@ -15,6 +15,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test>0:../
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
Home |
Main Index |
Thread Index |
Old Index