pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python pyversion.mk: Add comment explaining usage



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b5d33135692
branches:  trunk
changeset: 389175:4b5d33135692
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Dec 01 15:16:28 2022 +0000

description:
pyversion.mk: Add comment explaining usage

diffstat:

 lang/python/pyversion.mk |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r e489334481f8 -r 4b5d33135692 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Thu Dec 01 13:39:03 2022 +0000
+++ b/lang/python/pyversion.mk  Thu Dec 01 15:16:28 2022 +0000
@@ -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