pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pep8
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 30 14:33:51 UTC 2023
Modified Files:
pkgsrc/devel/py-pep8: Makefile
Log Message:
py-pep8: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pep8/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-pep8/Makefile
diff -u pkgsrc/devel/py-pep8/Makefile:1.11 pkgsrc/devel/py-pep8/Makefile:1.12
--- pkgsrc/devel/py-pep8/Makefile:1.11 Wed Jan 5 15:41:07 2022
+++ pkgsrc/devel/py-pep8/Makefile Sun Apr 30 14:33:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2022/01/05 15:41:07 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/04/30 14:33:51 wiz Exp $
DISTNAME= pep8-1.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ USE_LANGUAGES= # none
USE_PKG_RESOURCES= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
do-test:
cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} setup.py test
Home |
Main Index |
Thread Index |
Old Index