Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel pytest from versioned deps.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77aa1a385b7b
branches:  trunk
changeset: 431760:77aa1a385b7b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 16 14:05:15 2020 +0000

description:
pytest from versioned deps.

diffstat:

 devel/py-test-isort/Makefile |  6 ++++--
 devel/py-test-xdist/Makefile |  6 ++++--
 devel/py-xdis/Makefile       |  3 +--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (68 lines):

diff -r 469b00ca5172 -r 77aa1a385b7b devel/py-test-isort/Makefile
--- a/devel/py-test-isort/Makefile      Sat May 16 14:01:08 2020 +0000
+++ b/devel/py-test-isort/Makefile      Sat May 16 14:05:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/08/21 15:30:27 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/16 14:05:15 adam Exp $
 
 DISTNAME=      pytest-isort-0.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,10 +11,12 @@
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-isort>=3.9.6:../../devel/py-isort
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.6.4:../../devel/py-test
 DEPENDS+=      ${PYPKGPREFIX}-test-cache>=1.0:../../devel/py-test-cache
 
+PYTHON_VERSIONED_DEPENDENCIES= test
+
 USE_LANGUAGES=         # none
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 469b00ca5172 -r 77aa1a385b7b devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile      Sat May 16 14:01:08 2020 +0000
+++ b/devel/py-test-xdist/Makefile      Sat May 16 14:05:15 2020 +0000
@@ -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 @@
 
 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"
diff -r 469b00ca5172 -r 77aa1a385b7b devel/py-xdis/Makefile
--- a/devel/py-xdis/Makefile    Sat May 16 14:01:08 2020 +0000
+++ b/devel/py-xdis/Makefile    Sat May 16 14:05:15 2020 +0000
@@ -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 @@
 
 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