commit: edc62e571b4af9486ba6a74880b53faed8258903
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 23:02:03 2019 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 23:04:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc62e57
dev-python/importlib_resources: add myself and python as maintainers
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/importlib_resources/metadata.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/dev-python/importlib_resources/metadata.xml
b/dev-python/importlib_resources/metadata.xml
index af87c20668a..0370da6b872 100644
--- a/dev-python/importlib_resources/metadata.xml
+++ b/dev-python/importlib_resources/metadata.xml
@@ -9,6 +9,14 @@
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Louis Sautier</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>[email protected]</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
@@ -18,5 +26,7 @@
</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>
</pkgmetadata>