pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-distlib
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 10 07:41:04 UTC 2022
Modified Files:
pkgsrc/devel/py-distlib: Makefile
Log Message:
py-distlib: mark as not for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-distlib/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-distlib/Makefile
diff -u pkgsrc/devel/py-distlib/Makefile:1.2 pkgsrc/devel/py-distlib/Makefile:1.3
--- pkgsrc/devel/py-distlib/Makefile:1.2 Wed Aug 10 07:25:25 2022
+++ pkgsrc/devel/py-distlib/Makefile Wed Aug 10 07:41:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/08/10 07:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/10 07:41:04 adam Exp $
DISTNAME= distlib-0.3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
cd ${WRKSRC} && ${PYTHONBIN} tests/test_all.py
Home |
Main Index |
Thread Index |
Old Index