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:   kleink
Date:           Sun May 22 19:32:41 UTC 2022

Modified Files:
        pkgsrc/lang/python: wheel.mk

Log Message:
wheel.mk: Also substitute PYVERSSUFFIX for FILES_SUBST.

ok wiz


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/lang/python/wheel.mk:1.7
--- pkgsrc/lang/python/wheel.mk:1.6     Mon Feb  7 15:39:35 2022
+++ pkgsrc/lang/python/wheel.mk Sun May 22 19:32:41 2022
@@ -1,4 +1,4 @@
-# $NetBSD: wheel.mk,v 1.6 2022/02/07 15:39:35 wiz Exp $
+# $NetBSD: wheel.mk,v 1.7 2022/05/22 19:32:41 kleink Exp $
 #
 # Initial mk for building and installing python wheels
 #
@@ -55,6 +55,9 @@ PLIST_SUBST+= PYSITELIB=${PYSITELIB}
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=  WHEEL_INFODIR=${_WHEEL_INFODIR}
 
+# mostly for ALTERNATIVES files
+FILES_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
+
 # from extension.mk
 
 # Python>=3.2 bytecode file location change



Home | Main Index | Thread Index | Old Index