Version: 4.8.1, Package name: py-importlib_metadata-4.8.1 |
Maintained by: Renaud Allard |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description importlib_metadata is a library which provides an API for accessing an installed packages metadata (see PEP 566), such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. Along with importlib.resources in Python 3.7 and newer (backported as importlib_resources for older versions of Python), this can eliminate the need to use the older and less efficient pkg_resources package. |
Filesize: 40.8 KB |
Version History (View Complete History) |
|
2021-11-01 18:00:52 by Stuart Henderson | Files touched by this commit (94) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-10-27 13:58:41 by Stuart Henderson | Files touched by this commit (6) |
Log message: list py-toml as a dep in py-setuptools_scm, some ports require it. they're annotated with a setuptools_scm[toml] in the requirements list but there's no warning about it not being present, they just try to create an egg-info dir with 0.0.0 instead of the proper version. drop the explicit py-toml deps in those ports which had it previously, suggested by aja@. ok aja kmos |
2021-09-10 05:36:48 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to py3-importlib_metadata-4.8.1. This unbreaks py-keyring runtime and its dependencies. Reported by Omar Polo ok Renaud Allard (maintainer) |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-03-09 06:03:05 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to py-importlib_metadata-1.5.0, from Renauld Allard, plus: - set MODPY_PYTEST but add a comment that tests are broken (need pyfakefs and zipp which aren't in ports) - fix typo in COMMENT |