pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-lama



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 18 21:46:05 UTC 2022

Modified Files:
        pkgsrc/devel/py-lama: Makefile

Log Message:
py-lama: restrict to python 3.x


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-lama/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-lama/Makefile
diff -u pkgsrc/devel/py-lama/Makefile:1.10 pkgsrc/devel/py-lama/Makefile:1.11
--- pkgsrc/devel/py-lama/Makefile:1.10  Mon Jan 31 11:55:26 2022
+++ pkgsrc/devel/py-lama/Makefile       Sat Jun 18 21:46:05 2022
@@ -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"



Home | Main Index | Thread Index | Old Index