pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/python-versions-check/files



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 21:00:47 UTC 2023

Modified Files:
        pkgsrc/pkgtools/python-versions-check/files: python-versions-check.1

Log Message:
python-versions-check: add BUGS section to man page


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/pkgtools/python-versions-check/files/python-versions-check.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/python-versions-check/files/python-versions-check.1
diff -u pkgsrc/pkgtools/python-versions-check/files/python-versions-check.1:1.2 pkgsrc/pkgtools/python-versions-check/files/python-versions-check.1:1.3
--- pkgsrc/pkgtools/python-versions-check/files/python-versions-check.1:1.2     Sat Jul  1 11:17:12 2023
+++ pkgsrc/pkgtools/python-versions-check/files/python-versions-check.1 Mon Jul  3 21:00:46 2023
@@ -1,4 +1,4 @@
-.\"    $NetBSD: python-versions-check.1,v 1.2 2023/07/01 11:17:12 wiz Exp $
+.\"    $NetBSD: python-versions-check.1,v 1.3 2023/07/03 21:00:46 wiz Exp $
 .\"
 .\" Copyright (c) 2023 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -88,3 +88,9 @@ also supports Python version 3.8.
 This will break e.g. bulk builds because the required
 .Pa py38-numpy
 package will not exist.
+.Sh BUGS
+.Nm
+does not handle any conditionals, so if some dependencies
+are only intended for some Python versions,
+.Nm
+will report false warnings.



Home | Main Index | Thread Index | Old Index