pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python python: fix typo in comment in egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2887a87db61
branches:  trunk
changeset: 373217:f2887a87db61
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Feb 08 17:19:50 2022 +0000

description:
python: fix typo in comment in egg.mk

diffstat:

 lang/python/egg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b733f392e436 -r f2887a87db61 lang/python/egg.mk
--- a/lang/python/egg.mk        Tue Feb 08 16:43:22 2022 +0000
+++ b/lang/python/egg.mk        Tue Feb 08 17:19:50 2022 +0000
@@ -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 @@
 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