pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python wheel.mk: build: use long options for read...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a75ade65ce2
branches: trunk
changeset: 371762:8a75ade65ce2
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 13 21:23:25 2022 +0000
description:
wheel.mk: build: use long options for readability
diffstat:
lang/python/wheel.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bef71c4f0f56 -r 8a75ade65ce2 lang/python/wheel.mk
--- a/lang/python/wheel.mk Thu Jan 13 21:03:51 2022 +0000
+++ b/lang/python/wheel.mk Thu Jan 13 21:23:25 2022 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index