pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 13 21:23:25 UTC 2022
Modified Files:
pkgsrc/lang/python: wheel.mk
Log Message:
wheel.mk: build: use long options for readability
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python/wheel.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/wheel.mk
diff -u pkgsrc/lang/python/wheel.mk:1.2 pkgsrc/lang/python/wheel.mk:1.3
--- pkgsrc/lang/python/wheel.mk:1.2 Thu Jan 13 09:49:35 2022
+++ pkgsrc/lang/python/wheel.mk Thu Jan 13 21:23:25 2022
@@ -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:.
.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