diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-13 21:23:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-13 21:23:25 +0000 |
commit | 7bce73dae462c21277f3c63c925859093041e3cd (patch) | |
tree | af8fe7a9121ea7c0361ba90319f79e78e9e8561d /lang | |
parent | ab3ab8705fffa01c2572daf01dafe02e4fc8c2ac (diff) | |
download | pkgsrc-7bce73dae462c21277f3c63c925859093041e3cd.tar.gz |
wheel.mk: build: use long options for readability
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/wheel.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/wheel.mk b/lang/python/wheel.mk index 22908c722e4..ad3a6f898ea 100644 --- a/lang/python/wheel.mk +++ b/lang/python/wheel.mk @@ -1,4 +1,4 @@ -# $NetBSD: wheel.mk,v 1.2 2022/01/13 09:49:35 wiz Exp $ +# $NetBSD: wheel.mk,v 1.3 2022/01/13 21:23:25 wiz Exp $ # # Initial mk for building and installing python wheels # @@ -44,7 +44,7 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-build>=0:../../devel/py-build .if !target(do-build) do-build: - ${RUN} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} -m build --wheel -x -n + ${RUN} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} -m build --wheel --skip-dependency-check --no-isolation .endif .endif |