pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 14:07:21 UTC 2020

Modified Files:
        pkgsrc/devel/py-test-xdist: Makefile
        pkgsrc/devel/py-xdis: Makefile

Log Message:
pytest from versioned deps.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-xdis/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-test-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.26 pkgsrc/devel/py-test-xdist/Makefile:1.27
--- pkgsrc/devel/py-test-xdist/Makefile:1.26    Sun May  3 18:17:36 2020
+++ pkgsrc/devel/py-test-xdist/Makefile Sat May 16 14:07:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/05/03 18:17:36 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/05/16 14:07:20 adam Exp $
 
 DISTNAME=      pytest-xdist-1.32.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,15 +12,17 @@ LICENSE=    mit
 
 DEPENDS+=      ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-test>=4.4.0:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock
 
+PYTHON_VERSIONED_DEPENDENCIES= test
+
 USE_LANGUAGES= # none
 
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-xdis/Makefile
diff -u pkgsrc/devel/py-xdis/Makefile:1.22 pkgsrc/devel/py-xdis/Makefile:1.23
--- pkgsrc/devel/py-xdis/Makefile:1.22  Tue Apr 28 11:01:17 2020
+++ pkgsrc/devel/py-xdis/Makefile       Sat May 16 14:07:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/04/28 11:01:17 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/16 14:07:20 adam Exp $
 
 DISTNAME=      xdis-4.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,6 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index