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:   tnn
Date:           Wed May  7 10:29:25 UTC 2025

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

Log Message:
python/pyversion.mk: switch to bsd.fast.prefs.mk


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/lang/python/pyversion.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/pyversion.mk
diff -u pkgsrc/lang/python/pyversion.mk:1.167 pkgsrc/lang/python/pyversion.mk:1.168
--- pkgsrc/lang/python/pyversion.mk:1.167       Tue Jan  7 19:35:08 2025
+++ pkgsrc/lang/python/pyversion.mk     Wed May  7 10:29:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.167 2025/01/07 19:35:08 riastradh Exp $
+# $NetBSD: pyversion.mk,v 1.168 2025/05/07 10:29:25 tnn Exp $
 
 # This file should be included by packages as a way to depend on
 # python when none of the other methods are appropriate, e.g. a
@@ -97,7 +97,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^
 PYTHON_VERSION_REQD?=  ${PKGNAME_OLD:C/(^.*-|^)py([0-9][0-9][0-9])-.*/\2/}
 .endif
 
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/bsd.fast.prefs.mk"
 
 BUILD_DEFS+=           PYTHON_VERSION_DEFAULT
 BUILD_DEFS_EFFECTS+=   PYPACKAGE



Home | Main Index | Thread Index | Old Index