Source-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 extension.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b8f88735fce
branches: trunk
changeset: 437616:1b8f88735fce
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Aug 28 00:47:57 2020 +0000
description:
python: fix typo in comment in extension.mk
diffstat:
lang/python/extension.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4a081408328d -r 1b8f88735fce lang/python/extension.mk
--- a/lang/python/extension.mk Thu Aug 27 19:34:19 2020 +0000
+++ b/lang/python/extension.mk Fri Aug 28 00:47:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.57 2020/06/10 16:11:07 leot Exp $
+# $NetBSD: extension.mk,v 1.58 2020/08/28 00:47:57 gutteridge Exp $
.include "../../lang/python/pyversion.mk"
@@ -9,7 +9,7 @@
# extensions to python, which by definition are those that place files
# in ${PYSITELIB}. Extensions can be implemented via setuptools as
# eggs (see egg.mk), via distutils (confusing, with an egg-info file,
-# even though they are not eggs), or via more ad hocs methods.
+# even though they are not eggs), or via more ad hoc methods.
.if defined(PYDISTUTILSPKG)
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index