diff options
Diffstat (limited to 'dev-python/importlib_resources/metadata.xml')
| -rw-r--r-- | dev-python/importlib_resources/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/importlib_resources/metadata.xml b/dev-python/importlib_resources/metadata.xml new file mode 100644 index 000000000000..a338efdac6af --- /dev/null +++ b/dev-python/importlib_resources/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sbraz@gentoo.org</email> + <name>Louis Sautier</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> + 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 are encouraged to use the standard library + module, and in fact for these versions, importlib_resources + just shadows that module. + </longdescription> + <upstream> + <remote-id type="gitlab">python-devs/importlib_resources</remote-id> + <remote-id type="pypi">importlib_resources</remote-id> + <bugs-to>https://gitlab.com/python-devs/importlib_resources/issues</bugs-to> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
