summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Seichter <github@seichter.de>2019-03-24 17:53:38 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-03-26 17:45:25 +0100
commit9c37fa91155a0ed35c901e627fc87038386ca874 (patch)
tree17ec4a1f16551b1498851d25bd94326ec0aa7269 /dev-python/importlib_resources/metadata.xml
parentnet-im/spectrum2: drop old version. (diff)
downloadgentoo-9c37fa91155a0ed35c901e627fc87038386ca874.tar.gz
gentoo-9c37fa91155a0ed35c901e627fc87038386ca874.tar.bz2
gentoo-9c37fa91155a0ed35c901e627fc87038386ca874.zip
dev-python/importlib_resources: new package.
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. Gentoo specific, I removed Python 3.4 from PYTHON_COMPAT, because that version is masked and will be removed soon (see https://github.com/gentoo/gentoo/pull/11482#issuecomment-476083100). Signed-off-by: Ralph Seichter <gentoo@seichter.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://bugs.gentoo.org/681670 Closes: https://github.com/gentoo/gentoo/pull/11482 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources/metadata.xml')
-rw-r--r--dev-python/importlib_resources/metadata.xml22
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>