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: Mon Feb 7 15:39:35 UTC 2022
Modified Files:
pkgsrc/lang/python: wheel.mk
Log Message:
wheel.mk: also substitute PYVERSSUFFIX
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/lang/python/wheel.mk:1.6
--- pkgsrc/lang/python/wheel.mk:1.5 Tue Jan 25 21:51:41 2022
+++ pkgsrc/lang/python/wheel.mk Mon Feb 7 15:39:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.5 2022/01/25 21:51:41 wiz Exp $
+# $NetBSD: wheel.mk,v 1.6 2022/02/07 15:39:35 wiz Exp $
#
# Initial mk for building and installing python wheels
#
@@ -52,6 +52,7 @@ do-build:
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}
# from extension.mk
Home |
Main Index |
Thread Index |
Old Index