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:           Wed Mar  6 13:38:18 UTC 2024

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

Log Message:
python-versions-check: add missing space in usage


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

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
diff -u pkgsrc/pkgtools/python-versions-check/files/python-versions-check:1.7 pkgsrc/pkgtools/python-versions-check/files/python-versions-check:1.8
--- pkgsrc/pkgtools/python-versions-check/files/python-versions-check:1.7       Tue Nov  7 22:49:02 2023
+++ pkgsrc/pkgtools/python-versions-check/files/python-versions-check   Wed Mar  6 13:38:18 2024
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 #
-# $NetBSD: python-versions-check,v 1.7 2023/11/07 22:49:02 wiz Exp $
+# $NetBSD: python-versions-check,v 1.8 2024/03/06 13:38:18 wiz Exp $
 #
 # Copyright (c) 2023 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -165,7 +165,7 @@ if 'PKGSRCDIR' in os.environ:
 else:
     pkgsrcdir = '/usr/pkgsrc'
 
-parser = argparse.ArgumentParser(description='compare supported Python versions for package' +
+parser = argparse.ArgumentParser(description='compare supported Python versions for package ' +
                                  'and all packages it depends upon and that depend on it')
 parser.add_argument('package', nargs='?',
                     help='package whose dependencies we want to check (default: current directory)')



Home | Main Index | Thread Index | Old Index