pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-flake8-polyfill
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 30 14:33:06 UTC 2023
Modified Files:
pkgsrc/devel/py-flake8-polyfill: Makefile
Log Message:
py-flake8-polyfill: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-flake8-polyfill/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-flake8-polyfill/Makefile
diff -u pkgsrc/devel/py-flake8-polyfill/Makefile:1.5 pkgsrc/devel/py-flake8-polyfill/Makefile:1.6
--- pkgsrc/devel/py-flake8-polyfill/Makefile:1.5 Sat Jan 29 08:48:40 2022
+++ pkgsrc/devel/py-flake8-polyfill/Makefile Sun Apr 30 14:33:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/29 08:48:40 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/04/30 14:33:06 wiz Exp $
DISTNAME= flake8-polyfill-1.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,10 +11,11 @@ HOMEPAGE= https://gitlab.com/pycqa/flake
COMMENT= Polyfill package for Flake8 plugins
LICENSE= mit
+DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
TEST_DEPENDS+= ${PYPKGPREFIX}-pep8-[0-9]*:../../devel/py-pep8
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-PYTHON_VERSIONED_DEPENDENCIES+= test:test
-PYTHON_VERSIONED_DEPENDENCIES+= flake8
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
@@ -23,5 +24,4 @@ do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index