diff options
Diffstat (limited to 'dev-python/importlib_resources/metadata.xml')
-rw-r--r-- | dev-python/importlib_resources/metadata.xml | 22 |
1 files changed, 22 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..af87c20668a9 --- /dev/null +++ b/dev-python/importlib_resources/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@seichter.de</email> + <name>Ralph Seichter</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</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> + </upstream> +</pkgmetadata> |