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:   gutteridge
Date:           Tue Feb  8 17:19:50 UTC 2022

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

Log Message:
python: fix typo in comment in egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/python/egg.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/egg.mk
diff -u pkgsrc/lang/python/egg.mk:1.35 pkgsrc/lang/python/egg.mk:1.36
--- pkgsrc/lang/python/egg.mk:1.35      Wed Jan 12 08:34:34 2022
+++ pkgsrc/lang/python/egg.mk   Tue Feb  8 17:19:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.35 2022/01/12 08:34:34 wiz Exp $
+# $NetBSD: egg.mk,v 1.36 2022/02/08 17:19:50 gutteridge Exp $
 #
 # Common logic to handle Python Eggs
 #
@@ -16,7 +16,7 @@ EGG_INFODIR?= ${EGG_NAME}-py${PYVERSSUFF
 PYDISTUTILSPKG=        yes
 PY_PATCHPLIST= yes
 
-# True eggs always have an egg-info directory egg.mk can also
+# True eggs always have an egg-info directory. egg.mk can also
 # be used for distutils packages, in which case there will be no
 # egg-info directory.
 



Home | Main Index | Thread Index | Old Index