diff options
-rw-r--r-- | devel/py-backcall/Makefile | 7 | ||||
-rw-r--r-- | devel/py-backcall/PLIST | 10 | ||||
-rw-r--r-- | devel/py-configobj/Makefile | 7 | ||||
-rw-r--r-- | devel/py-configobj/PLIST | 12 | ||||
-rw-r--r-- | devel/py-entrypoints/Makefile | 7 | ||||
-rw-r--r-- | devel/py-entrypoints/PLIST | 12 | ||||
-rw-r--r-- | devel/py-hg-evolve/Makefile | 7 | ||||
-rw-r--r-- | devel/py-hg-evolve/PLIST | 10 | ||||
-rw-r--r-- | devel/py-testpath/Makefile | 7 | ||||
-rw-r--r-- | devel/py-testpath/PLIST | 10 | ||||
-rw-r--r-- | misc/py-anita/Makefile | 7 | ||||
-rw-r--r-- | misc/py-anita/PLIST | 10 |
12 files changed, 68 insertions, 38 deletions
diff --git a/devel/py-backcall/Makefile b/devel/py-backcall/Makefile index a20405e248c..f0226b6a4bf 100644 --- a/devel/py-backcall/Makefile +++ b/devel/py-backcall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/01/01 15:47:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 07:13:05 wiz Exp $ DISTNAME= backcall-0.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,5 +19,10 @@ do-test: cd ${WRKSRC}/tests && pytest-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" + +.if ${PYPKGPREFIX} == "py27" +_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed} +.endif + .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-backcall/PLIST b/devel/py-backcall/PLIST index 9207590848d..9af3b261c83 100644 --- a/devel/py-backcall/PLIST +++ b/devel/py-backcall/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2022/01/01 15:47:06 ryoon Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.3 2022/01/04 07:13:05 wiz Exp $ +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/backcall/__init__.py ${PYSITELIB}/backcall/__init__.pyc ${PYSITELIB}/backcall/__init__.pyo diff --git a/devel/py-configobj/Makefile b/devel/py-configobj/Makefile index 60acb3bc26e..d37d480157f 100644 --- a/devel/py-configobj/Makefile +++ b/devel/py-configobj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/12/31 07:50:08 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/01/04 07:13:05 wiz Exp $ DISTNAME= configobj-5.0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -16,4 +16,9 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six USE_LANGUAGES= # none .include "../../lang/python/egg.mk" + +.if ${PYPKGPREFIX} == "py27" +_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed} +.endif + .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-configobj/PLIST b/devel/py-configobj/PLIST index 77046330d82..9ac5d622503 100644 --- a/devel/py-configobj/PLIST +++ b/devel/py-configobj/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.6 2021/12/31 07:50:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/01/04 07:13:05 wiz Exp $ ${PYSITELIB}/_version.py ${PYSITELIB}/_version.pyc ${PYSITELIB}/_version.pyo -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/configobj.py ${PYSITELIB}/configobj.pyc ${PYSITELIB}/configobj.pyo diff --git a/devel/py-entrypoints/Makefile b/devel/py-entrypoints/Makefile index f9a0fba7194..10c49426f61 100644 --- a/devel/py-entrypoints/Makefile +++ b/devel/py-entrypoints/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2022/01/01 16:19:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2022/01/04 07:13:05 wiz Exp $ DISTNAME= entrypoints-0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -24,5 +24,10 @@ do-test: cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" + +.if ${PYPKGPREFIX} == "py27" +_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed} +.endif + .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-entrypoints/PLIST b/devel/py-entrypoints/PLIST index 45b3358dffe..44f560ea432 100644 --- a/devel/py-entrypoints/PLIST +++ b/devel/py-entrypoints/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.3 2022/01/01 16:19:25 ryoon Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.4 2022/01/04 07:13:05 wiz Exp $ +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/entrypoints.py ${PYSITELIB}/entrypoints.pyc ${PYSITELIB}/entrypoints.pyo diff --git a/devel/py-hg-evolve/Makefile b/devel/py-hg-evolve/Makefile index 22fdb79ae25..88f5d737825 100644 --- a/devel/py-hg-evolve/Makefile +++ b/devel/py-hg-evolve/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2022/01/01 11:26:34 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2022/01/04 07:13:05 wiz Exp $ # # Release notes: # https://www.mercurial-scm.org/pipermail/evolve-testers/ @@ -38,4 +38,9 @@ do-test: .endif .include "../../lang/python/egg.mk" + +.if ${PYPKGPREFIX} == "py27" +_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed} +.endif + .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-hg-evolve/PLIST b/devel/py-hg-evolve/PLIST index 26a9a3f8a3b..d640896fb22 100644 --- a/devel/py-hg-evolve/PLIST +++ b/devel/py-hg-evolve/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.6 2022/01/01 11:26:34 wiz Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.7 2022/01/04 07:13:05 wiz Exp $ +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/hgext3rd/evolve/__init__.py ${PYSITELIB}/hgext3rd/evolve/__init__.pyc ${PYSITELIB}/hgext3rd/evolve/__init__.pyo diff --git a/devel/py-testpath/Makefile b/devel/py-testpath/Makefile index 3655cd21317..c28916a4806 100644 --- a/devel/py-testpath/Makefile +++ b/devel/py-testpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/01/01 16:14:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/04 07:13:06 wiz Exp $ DISTNAME= testpath-0.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,4 +17,9 @@ post-extract: ${RM} ${WRKSRC}/testpath/cli-*.exe .include "../../lang/python/egg.mk" + +.if ${PYPKGPREFIX} == "py27" +_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed} +.endif + .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-testpath/PLIST b/devel/py-testpath/PLIST index b47df6d56d5..23401d4eb8a 100644 --- a/devel/py-testpath/PLIST +++ b/devel/py-testpath/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2022/01/01 16:14:50 ryoon Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.4 2022/01/04 07:13:06 wiz Exp $ +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/testpath/__init__.py ${PYSITELIB}/testpath/__init__.pyc ${PYSITELIB}/testpath/__init__.pyo diff --git a/misc/py-anita/Makefile b/misc/py-anita/Makefile index d246780ca0f..08a67e3068c 100644 --- a/misc/py-anita/Makefile +++ b/misc/py-anita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2022/01/01 12:42:38 martin Exp $ +# $NetBSD: Makefile,v 1.70 2022/01/04 07:13:06 wiz Exp $ DISTNAME= anita-2.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -30,4 +30,9 @@ do-test: .include "options.mk" .include "../../lang/python/egg.mk" + +.if ${PYPKGPREFIX} == "py27" +_PYSETUPTOOLSINSTALLARGS:= ${PYSETUPTOOLSINSTALLARGS:N--single-version-externally-managed} +.endif + .include "../../mk/bsd.pkg.mk" diff --git a/misc/py-anita/PLIST b/misc/py-anita/PLIST index 46fde8463c4..1df136bbaef 100644 --- a/misc/py-anita/PLIST +++ b/misc/py-anita/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2022/01/01 12:42:38 martin Exp $ +@comment $NetBSD: PLIST,v 1.6 2022/01/04 07:13:06 wiz Exp $ bin/anita -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/anita.py ${PYSITELIB}/anita.pyc ${PYSITELIB}/anita.pyo |