pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc *: use py-more-itertools via versioned_dependencies.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5b38f87cb33
branches:  trunk
changeset: 417779:b5b38f87cb33
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 15 14:22:15 2019 +0000

description:
*: use py-more-itertools via versioned_dependencies.mk

diffstat:

 archivers/py-zipp/Makefile         |  6 ++++--
 devel/py-jaraco.functools/Makefile |  6 ++++--
 devel/py-test/Makefile             |  6 ++++--
 www/py-cheroot/Makefile            |  6 ++++--
 www/py-cherrypy17/Makefile         |  6 ++++--
 5 files changed, 20 insertions(+), 10 deletions(-)

diffs (136 lines):

diff -r f767274d3341 -r b5b38f87cb33 archivers/py-zipp/Makefile
--- a/archivers/py-zipp/Makefile        Fri Nov 15 14:19:17 2019 +0000
+++ b/archivers/py-zipp/Makefile        Fri Nov 15 14:22:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/09/02 08:31:17 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/15 14:22:15 wiz Exp $
 
 DISTNAME=      zipp-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,12 +11,14 @@
 LICENSE=       mit
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
 TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
 TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONED_DEPENDENCIES+=        more-itertools
+
+.include "../../lang/python/versioned_dependencies.mk.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f767274d3341 -r b5b38f87cb33 devel/py-jaraco.functools/Makefile
--- a/devel/py-jaraco.functools/Makefile        Fri Nov 15 14:19:17 2019 +0000
+++ b/devel/py-jaraco.functools/Makefile        Fri Nov 15 14:22:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/11/13 21:30:14 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/15 14:22:15 wiz Exp $
 
 DISTNAME=      jaraco.functools-2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,6 @@
 COMMENT=       Additional functools in the spirit of stdlib's functools
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 
 .include "../../lang/python/pyversion.mk"
@@ -20,5 +19,8 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONED_DEPENDENCIES+=        more-itertools
+
+.include "../../lang/python/versioned_dependencies.mk.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f767274d3341 -r b5b38f87cb33 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Fri Nov 15 14:19:17 2019 +0000
+++ b/devel/py-test/Makefile    Fri Nov 15 14:22:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2019/10/22 13:21:49 adam Exp $
+# $NetBSD: Makefile,v 1.87 2019/11/15 14:22:15 wiz Exp $
 
 DISTNAME=      pytest-4.6.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -13,7 +13,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pluggy>=0.12:../../devel/py-pluggy
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.5.0:../../devel/py-py
@@ -35,6 +34,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
 .endif
 
+PYTHON_VERSIONED_DEPENDENCIES+=        more-itertools
+
 USE_LANGUAGES= # none
 USE_TOOLS+=    bash:build
 
@@ -46,5 +47,6 @@
 do-test:
        cd ${WRKSRC}/testing && pytest-${PYVERSSUFFIX}
 
+.include "../../lang/python/versioned_dependencies.mk.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f767274d3341 -r b5b38f87cb33 www/py-cheroot/Makefile
--- a/www/py-cheroot/Makefile   Fri Nov 15 14:19:17 2019 +0000
+++ b/www/py-cheroot/Makefile   Fri Nov 15 14:22:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2019/09/18 20:23:12 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/15 14:22:15 wiz Exp $
 
 DISTNAME=      cheroot-6.5.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,6 @@
 COMMENT=       High-performance, pure-Python HTTP server used by CherryPy
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-more-itertools>=2.6:../../devel/py-more-itertools
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm_git_archive>=1.0:../../devel/py-setuptools_scm_git_archive
@@ -42,5 +41,8 @@
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
 
+PYTHON_VERSIONED_DEPENDENCIES+=        more-itertools
+
+.include "../../lang/python/versioned_dependencies.mk.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f767274d3341 -r b5b38f87cb33 www/py-cherrypy17/Makefile
--- a/www/py-cherrypy17/Makefile        Fri Nov 15 14:19:17 2019 +0000
+++ b/www/py-cherrypy17/Makefile        Fri Nov 15 14:22:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/10/02 11:22:03 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/15 14:22:15 wiz Exp $
 
 DISTNAME=      CherryPy-17.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,7 +12,6 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-cheroot>=6.2.4:../../www/py-cheroot
 DEPENDS+=      ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
-DEPENDS+=      ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
 DEPENDS+=      ${PYPKGPREFIX}-portend>=2.1.1:../../net/py-portend
 DEPENDS+=      ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
@@ -33,5 +32,8 @@
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
 
+PYTHON_VERSIONED_DEPENDENCIES+=        more-itertools
+
+.include "../../lang/python/versioned_dependencies.mk.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index