pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc BOOTSTRAP_SETUPTOOLS is not necessary any longer.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c79f0f0586f6
branches:  trunk
changeset: 363126:c79f0f0586f6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 01 13:31:45 2017 +0000

description:
BOOTSTRAP_SETUPTOOLS is not necessary any longer.
Leave it commented out for now.

diffstat:

 devel/py-appdirs/Makefile   |  4 ++--
 devel/py-packaging/Makefile |  4 ++--
 devel/py-pyparsing/Makefile |  4 ++--
 lang/py-six/Makefile        |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r a38584ca0b09 -r c79f0f0586f6 devel/py-appdirs/Makefile
--- a/devel/py-appdirs/Makefile Thu Jun 01 13:31:27 2017 +0000
+++ b/devel/py-appdirs/Makefile Thu Jun 01 13:31:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/04/07 03:31:06 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/01 13:31:46 wiz Exp $
 
 DISTNAME=      appdirs-1.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@
 LICENSE=       mit
 
 USE_LANGUAGES=         # none
-BOOTSTRAP_SETUPTOOLS=  yes
+#BOOTSTRAP_SETUPTOOLS= yes
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a38584ca0b09 -r c79f0f0586f6 devel/py-packaging/Makefile
--- a/devel/py-packaging/Makefile       Thu Jun 01 13:31:27 2017 +0000
+++ b/devel/py-packaging/Makefile       Thu Jun 01 13:31:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/02/08 12:10:01 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/01 13:31:45 wiz Exp $
 
 DISTNAME=      packaging-16.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 # needed for tests, but would introduce dependency cycle
 #BUILD_DEPENDS+=               ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-BOOTSTRAP_SETUPTOOLS=  yes
+#BOOTSTRAP_SETUPTOOLS= yes
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
diff -r a38584ca0b09 -r c79f0f0586f6 devel/py-pyparsing/Makefile
--- a/devel/py-pyparsing/Makefile       Thu Jun 01 13:31:27 2017 +0000
+++ b/devel/py-pyparsing/Makefile       Thu Jun 01 13:31:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/04/07 03:35:12 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/01 13:31:46 wiz Exp $
 
 DISTNAME=      pyparsing-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@
 LICENSE=       mit
 
 USE_LANGUAGES=         # none
-BOOTSTRAP_SETUPTOOLS=  yes
+#BOOTSTRAP_SETUPTOOLS= yes
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a38584ca0b09 -r c79f0f0586f6 lang/py-six/Makefile
--- a/lang/py-six/Makefile      Thu Jun 01 13:31:27 2017 +0000
+++ b/lang/py-six/Makefile      Thu Jun 01 13:31:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/02/08 12:11:09 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/01 13:31:46 wiz Exp $
 
 DISTNAME=      six-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@
 
 USE_LANGUAGES= # none
 
-BOOTSTRAP_SETUPTOOLS=  yes
+#BOOTSTRAP_SETUPTOOLS= yes
 
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index