pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-importlib-resources py-importlib-resources: u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8964817fc27
branches: trunk
changeset: 390571:f8964817fc27
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Dec 23 02:33:43 2022 +0000
description:
py-importlib-resources: update DESCR to match present reality
diffstat:
devel/py-importlib-resources/DESCR | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (13 lines):
diff -r c1983fcbdf2d -r f8964817fc27 devel/py-importlib-resources/DESCR
--- a/devel/py-importlib-resources/DESCR Fri Dec 23 02:28:52 2022 +0000
+++ b/devel/py-importlib-resources/DESCR Fri Dec 23 02:33:43 2022 +0000
@@ -1,4 +1,5 @@
-importlib_resources is a backport of Python 3.7's standard library
-importlib.resources module for Python 2.7, and 3.4 through 3.6. Users of Python
-3.7 and beyond should use the standard library module, since for these
-versions, importlib_resources just delegates to that module.
+importlib_resources is a backport of Python standard library importlib.resources
+module for older Pythons. The key goal of this module is to replace parts of
+pkg_resources with a solution in Python's stdlib that relies on well-defined APIs.
+This makes reading resources included in packages easier, with more stable and
+consistent semantics.
Home |
Main Index |
Thread Index |
Old Index