summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-13 21:23:25 +0000
committerwiz <wiz@pkgsrc.org>2022-01-13 21:23:25 +0000
commit7bce73dae462c21277f3c63c925859093041e3cd (patch)
treeaf8fe7a9121ea7c0361ba90319f79e78e9e8561d /lang
parentab3ab8705fffa01c2572daf01dafe02e4fc8c2ac (diff)
downloadpkgsrc-7bce73dae462c21277f3c63c925859093041e3cd.tar.gz
wheel.mk: build: use long options for readability
Diffstat (limited to 'lang')
-rw-r--r--lang/python/wheel.mk4
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