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: Also substitute PYVERSSUFFIX for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27e7b8bae4cb
branches: trunk
changeset: 379743:27e7b8bae4cb
user: kleink <kleink%pkgsrc.org@localhost>
date: Sun May 22 19:32:41 2022 +0000
description:
wheel.mk: Also substitute PYVERSSUFFIX for FILES_SUBST.
ok wiz
diffstat:
lang/python/wheel.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 8e7f9cb114e5 -r 27e7b8bae4cb lang/python/wheel.mk
--- a/lang/python/wheel.mk Sun May 22 19:14:24 2022 +0000
+++ b/lang/python/wheel.mk Sun May 22 19:32:41 2022 +0000
@@ -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+= 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