diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-08 12:11:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-08 12:11:08 +0000 |
commit | 1110a492de3759975f616caade7a1f1e90e7cf49 (patch) | |
tree | 26246146345464e2c34f6471f3168f128c7821ad /lang | |
parent | e80f19f8ad37e80ee63a95c580a463543ff48d1e (diff) | |
download | pkgsrc-1110a492de3759975f616caade7a1f1e90e7cf49.tar.gz |
Mark setuptools dependencies with BOOTSTRAP_SETUPTOOLS=yes.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-six/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lang/py-six/Makefile b/lang/py-six/Makefile index 03c156649f8..237dba78168 100644 --- a/lang/py-six/Makefile +++ b/lang/py-six/Makefile @@ -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 @@ HOMEPAGE= http://pypi.python.org/pypi/six/ 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" |