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 Jul 20 13:24:38 UTC 2023

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

Log Message:
pyversion.mk: Clarify PYTHON_SELF_CONFLICT

The CONFLICTS generated by PYTHON_SELF_CONFLICT are not only across
python versions but also across major versions of the package; this is
often correct but can be overbroad.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 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.152 pkgsrc/lang/python/pyversion.mk:1.153
--- pkgsrc/lang/python/pyversion.mk:1.152       Tue Jun 27 10:35:57 2023
+++ pkgsrc/lang/python/pyversion.mk     Thu Jul 20 13:24:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.152 2023/06/27 10:35:57 riastradh Exp $
+# $NetBSD: pyversion.mk,v 1.153 2023/07/20 13:24:38 gdt 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
@@ -47,7 +47,10 @@
 #
 # PYTHON_SELF_CONFLICT
 #      If set to "yes", additional CONFLICTS entries are added for
-#      registering a conflict between pyNN-<modulename> packages.
+#      registering a conflict between pyNN-<modulename> packages,
+#      covering all versions.  (Expressing CONFLICTS that are limited
+#      to some versions must be done with a hand-written CONFLICTS
+#      entry.)
 #
 #      Possible values: yes no
 #      Default: no



Home | Main Index | Thread Index | Old Index