pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-cmudict
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Feb 18 02:14:26 UTC 2023
Modified Files:
pkgsrc/textproc/py-cmudict: Makefile
Log Message:
py-cmudict: add a comment about minimum dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-cmudict/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-cmudict/Makefile
diff -u pkgsrc/textproc/py-cmudict/Makefile:1.4 pkgsrc/textproc/py-cmudict/Makefile:1.5
--- pkgsrc/textproc/py-cmudict/Makefile:1.4 Thu Feb 16 03:43:54 2023
+++ pkgsrc/textproc/py-cmudict/Makefile Sat Feb 18 02:14:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/02/16 03:43:54 gutteridge Exp $
+# $NetBSD: Makefile,v 1.5 2023/02/18 02:14:26 gutteridge Exp $
DISTNAME= cmudict-1.0.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,9 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
+# The upstream project lists higher minimums for these depenencies, but that
+# is incorrect. What's recorded below are correct minimums for the actual
+# functionality required. This has been tested with Python 3.8 and 3.9.
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.6:../../devel/py-importlib-metadata
Home |
Main Index |
Thread Index |
Old Index