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:   wiz
Date:           Thu Oct 26 10:10:24 UTC 2023

Modified Files:
        pkgsrc/lang/python: plist-python.awk

Log Message:
python: fix typos


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/python/plist-python.awk

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/plist-python.awk
diff -u pkgsrc/lang/python/plist-python.awk:1.3 pkgsrc/lang/python/plist-python.awk:1.4
--- pkgsrc/lang/python/plist-python.awk:1.3     Tue Oct  5 19:08:13 2021
+++ pkgsrc/lang/python/plist-python.awk Thu Oct 26 10:10:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: plist-python.awk,v 1.3 2021/10/05 19:08:13 adam Exp $
+# $NetBSD: plist-python.awk,v 1.4 2023/10/26 10:10:23 wiz Exp $
 #
 # Copyright (c) 2012 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -27,7 +27,7 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
 
-### This awk script handles python bytcode file entries in PLISTs.  This script
+### This awk script handles Python bytecode file entries in PLISTs.  This script
 ### requires the following scripts to be included:
 ###
 ###    plist-functions.awk (print_entry)
@@ -40,7 +40,7 @@ BEGIN {
        PYVERS = getenv_or_die("PYVERS")
 }
 
-### For each python bytecode file entry, convert directory and file name.
+### For each Python bytecode file entry, convert directory and file name.
 ###
 /^[^@]/ && /[^\/]+\.py[co]$/ {
        sub(/[^\/]+\.py[co]$/, "__pycache__/&")



Home | Main Index | Thread Index | Old Index