pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-flake8-import-order py-flake8-import-order: r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d22b73462fb
branches: trunk
changeset: 380906:8d22b73462fb
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jun 18 21:25:50 2022 +0000
description:
py-flake8-import-order: restrict to python 2.7
Packages depending on it are already limited this way.
diffstat:
devel/py-flake8-import-order/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 4f3bd5d8830c -r 8d22b73462fb devel/py-flake8-import-order/Makefile
--- a/devel/py-flake8-import-order/Makefile Sat Jun 18 21:20:40 2022 +0000
+++ b/devel/py-flake8-import-order/Makefile Sat Jun 18 21:25:50 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/01/29 08:48:40 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/06/18 21:25:50 wiz Exp $
DISTNAME= flake8-import-order-0.18.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,14 +13,14 @@
DEPENDS+= ${PYPKGPREFIX}-asttokens-[0-9]*:../../lang/py-asttokens
DEPENDS+= ${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
+TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
TEST_DEPENDS+= ${PYPKGPREFIX}-lama-[0-9]*:../../devel/py-lama
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-PYTHON_VERSIONED_DEPENDENCIES+= test:test
-PYTHON_VERSIONED_DEPENDENCIES+= flake8:test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
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