pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May 17 18:39:29 UTC 2020

Modified Files:
        pkgsrc/lang/py-parso: Makefile
        pkgsrc/lang/py-six: Makefile
        pkgsrc/lang/py-uncompyle6: Makefile

Log Message:
pytest from versioned depends


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/py-parso/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/py-six/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/py-uncompyle6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-parso/Makefile
diff -u pkgsrc/lang/py-parso/Makefile:1.11 pkgsrc/lang/py-parso/Makefile:1.12
--- pkgsrc/lang/py-parso/Makefile:1.11  Mon Apr 20 10:18:40 2020
+++ pkgsrc/lang/py-parso/Makefile       Sun May 17 18:39:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/04/20 10:18:40 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/05/17 18:39:29 adam Exp $
 
 DISTNAME=      parso-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,8 @@ COMMENT=      Python Parser
 LICENSE=       mit
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.7:../../devel/py-test
+
+PYTHON_VERSIONED_DEPENDENCIES= test:test
 
 USE_LANGUAGES= # none
 
@@ -19,4 +20,5 @@ do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/py-six/Makefile
diff -u pkgsrc/lang/py-six/Makefile:1.16 pkgsrc/lang/py-six/Makefile:1.17
--- pkgsrc/lang/py-six/Makefile:1.16    Thu Jan 16 08:22:41 2020
+++ pkgsrc/lang/py-six/Makefile Sun May 17 18:39:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/16 08:22:41 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/17 18:39:29 adam Exp $
 
 DISTNAME=      six-1.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/benjaminp/s
 COMMENT=       Python 2 and 3 compatibility utilities
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
 
 USE_LANGUAGES= # none
 
@@ -18,4 +18,5 @@ do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/py-uncompyle6/Makefile
diff -u pkgsrc/lang/py-uncompyle6/Makefile:1.22 pkgsrc/lang/py-uncompyle6/Makefile:1.23
--- pkgsrc/lang/py-uncompyle6/Makefile:1.22     Tue Apr 28 11:03:22 2020
+++ pkgsrc/lang/py-uncompyle6/Makefile  Sun May 17 18:39:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/04/28 11:03:22 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/17 18:39:29 adam Exp $
 
 DISTNAME=      uncompyle6-3.6.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,8 @@ LICENSE=      gnu-gpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-spark-parser>=1.8.9:../../lang/py-spark-parser
 DEPENDS+=      ${PYPKGPREFIX}-xdis>=4.5.1:../../devel/py-xdis
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+PYTHON_VERSIONED_DEPENDENCIES= test:test
 
 USE_LANGUAGES= # none
 
@@ -25,4 +26,5 @@ do-test:
        cd ${WRKSRC}/pytest && 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