pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Mark setuptools dependencies with BOOTSTRAP_SETUPTOOLS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feec62189d1f
branches:  trunk
changeset: 358275:feec62189d1f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 08 12:11:08 2017 +0000

description:
Mark setuptools dependencies with BOOTSTRAP_SETUPTOOLS=yes.

diffstat:

 devel/py-appdirs/Makefile   |   3 ++-
 devel/py-pyparsing/Makefile |   3 ++-
 lang/py-six/Makefile        |  12 +++++++++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

diffs (61 lines):

diff -r fa09be480196 -r feec62189d1f devel/py-appdirs/Makefile
--- a/devel/py-appdirs/Makefile Wed Feb 08 12:10:33 2017 +0000
+++ b/devel/py-appdirs/Makefile Wed Feb 08 12:11:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/01/25 17:26:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/02/08 12:11:08 wiz Exp $
 
 DISTNAME=      appdirs-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@
 LICENSE=       mit
 
 USE_LANGUAGES= # none
+BOOTSTRAP_SETUPTOOLS=  yes
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fa09be480196 -r feec62189d1f devel/py-pyparsing/Makefile
--- a/devel/py-pyparsing/Makefile       Wed Feb 08 12:10:33 2017 +0000
+++ b/devel/py-pyparsing/Makefile       Wed Feb 08 12:11:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/01/25 18:04:24 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/02/08 12:11:09 wiz Exp $
 
 DISTNAME=      pyparsing-2.1.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@
 LICENSE=       mit
 
 USE_LANGUAGES= # none
+BOOTSTRAP_SETUPTOOLS=  yes
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fa09be480196 -r feec62189d1f lang/py-six/Makefile
--- a/lang/py-six/Makefile      Wed Feb 08 12:10:33 2017 +0000
+++ b/lang/py-six/Makefile      Wed Feb 08 12:11:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/08/07 16:06:24 nils Exp $
+# $NetBSD: Makefile,v 1.9 2017/02/08 12:11:09 wiz Exp $
 
 DISTNAME=      six-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,17 @@
 COMMENT=       Python 2 and 3 compatibility utilities
 LICENSE=       mit
 
+# TEST_DEPENDS
+# not enabled because this is a bootstrap package
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
 USE_LANGUAGES= # none
 
+BOOTSTRAP_SETUPTOOLS=  yes
+
+do-test:
+       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index