summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-06-18 21:46:05 +0000
committerwiz <wiz@pkgsrc.org>2022-06-18 21:46:05 +0000
commit33d932e5510d05947f42fa403d46089994467ba7 (patch)
tree8dbc1746afdec4a91518ce096290a1f122b27dc8 /devel
parent175b3c150483a1d3bbc4b506f2b764dc37aac317 (diff)
downloadpkgsrc-33d932e5510d05947f42fa403d46089994467ba7.tar.gz
py-lama: restrict to python 3.x
Diffstat (limited to 'devel')
-rw-r--r--devel/py-lama/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-lama/Makefile b/devel/py-lama/Makefile
index 1bdffff3d77..78817d4f5e2 100644
--- a/devel/py-lama/Makefile
+++ b/devel/py-lama/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/01/31 11:55:26 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/06/18 21:46:05 wiz Exp $
DISTNAME= pylama-7.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -14,12 +14,13 @@ LICENSE= gnu-lgpl-v3
DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.3.1:../../devel/py-codestyle
DEPENDS+= ${PYPKGPREFIX}-docstyle>=2.0.0:../../devel/py-docstyle
DEPENDS+= ${PYPKGPREFIX}-flakes>=1.5.0:../../devel/py-flakes
+DEPENDS+= ${PYPKGPREFIX}-mccabe-[0-9]*:../../devel/py-mccabe
# extensions
DEPENDS+= ${PYPKGPREFIX}-eradicate-[0-9]*:../../textproc/py-eradicate
DEPENDS+= ${PYPKGPREFIX}-radon>=1.4.2:../../devel/py-radon
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-PYTHON_VERSIONED_DEPENDENCIES+= mccabe
-PYTHON_VERSIONED_DEPENDENCIES+= test:test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_PKG_RESOURCES= yes
@@ -30,5 +31,4 @@ post-install:
${MV} pylama pylama-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"