dev-python/importlib_resources: new package.
authorRalph Seichter <github@seichter.de>
Sun, 24 Mar 2019 16:53:38 +0000 (17:53 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 26 Mar 2019 16:45:25 +0000 (17:45 +0100)
commit9c37fa91155a0ed35c901e627fc87038386ca874
tree17ec4a1f16551b1498851d25bd94326ec0aa7269
parenta2b68e754ef03512b56ed71480bd28d4943ee62c
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>
dev-python/importlib_resources/Manifest [new file with mode: 0644]
dev-python/importlib_resources/importlib_resources-1.0.2.ebuild [new file with mode: 0644]
dev-python/importlib_resources/metadata.xml [new file with mode: 0644]