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: Fri Aug 28 00:47:57 UTC 2020
Modified Files:
pkgsrc/lang/python: extension.mk
Log Message:
python: fix typo in comment in extension.mk
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/lang/python/extension.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/extension.mk
diff -u pkgsrc/lang/python/extension.mk:1.57 pkgsrc/lang/python/extension.mk:1.58
--- pkgsrc/lang/python/extension.mk:1.57 Wed Jun 10 16:11:07 2020
+++ pkgsrc/lang/python/extension.mk Fri Aug 28 00:47:57 2020
@@ -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