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:   gdt
Date:           Thu Dec  1 15:16:29 UTC 2022

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

Log Message:
pyversion.mk: Add comment explaining usage


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 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.144 pkgsrc/lang/python/pyversion.mk:1.145
--- pkgsrc/lang/python/pyversion.mk:1.144       Sun Nov  6 13:27:57 2022
+++ pkgsrc/lang/python/pyversion.mk     Thu Dec  1 15:16:28 2022
@@ -1,6 +1,9 @@
-# $NetBSD: pyversion.mk,v 1.144 2022/11/06 13:27:57 gdt Exp $
+# $NetBSD: pyversion.mk,v 1.145 2022/12/01 15:16:28 gdt Exp $
 
-# This file determines which Python version is used as a dependency for
+# 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
+# package that produces a binary that embeds python.
+# It determines which Python version is used as a dependency for
 # a package.
 #
 # === User-settable variables ===



Home | Main Index | Thread Index | Old Index