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: Wed Oct 25 22:49:02 UTC 2023
Modified Files:
pkgsrc/lang/python: bootstrap.mk
Log Message:
python: clean up some duplicates in bootstrap.mk
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/python/bootstrap.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/bootstrap.mk
diff -u pkgsrc/lang/python/bootstrap.mk:1.2 pkgsrc/lang/python/bootstrap.mk:1.3
--- pkgsrc/lang/python/bootstrap.mk:1.2 Wed Oct 25 22:22:49 2023
+++ pkgsrc/lang/python/bootstrap.mk Wed Oct 25 22:49:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.2 2023/10/25 22:22:49 wiz Exp $
+# $NetBSD: bootstrap.mk,v 1.3 2023/10/25 22:49:02 wiz Exp $
#
# Initial mk for building and installing Python packages that
# are on the module install bootstrap path.
@@ -11,19 +11,13 @@
# - devel/py-pyparsing
# - devel/py-pyproject_hooks
-
-WHEELFILE?= ${WRKSRC}/dist/*.whl
PY_PATCHPLIST?= yes
+WHEELFILE?= ${WRKSRC}/dist/*.whl
WHEEL_NAME?= ${DISTNAME:C/-([^0-9])/_\1/g}
_WHEEL_INFODIR= ${WHEEL_NAME}.dist-info
-PLIST_SUBST+= PYSITELIB=${PYSITELIB}
-PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
PLIST_SUBST+= WHEEL_INFODIR=${_WHEEL_INFODIR}
-# for ALTERNATIVES files
-FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-
PRINT_PLIST_AWK+= { gsub(/${_WHEEL_INFODIR:S,.,\.,g}/, "$${WHEEL_INFODIR}") }
.if !target(do-build)
Home |
Main Index |
Thread Index |
Old Index