pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-lama py-lama: restrict to python 3.x
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e2d2235e575
branches: trunk
changeset: 380908:5e2d2235e575
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jun 18 21:46:05 2022 +0000
description:
py-lama: restrict to python 3.x
diffstat:
devel/py-lama/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 928968a39079 -r 5e2d2235e575 devel/py-lama/Makefile
--- a/devel/py-lama/Makefile Sat Jun 18 21:44:34 2022 +0000
+++ b/devel/py-lama/Makefile Sat Jun 18 21:46:05 2022 +0000
@@ -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 @@
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 @@
${MV} pylama pylama-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index