commit: eb0fa2428e7c856ef13dd161df6cd421b456048e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jun 4 17:35:15 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jun 4 17:39:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0fa242
dev-python/ansible-runner: Add python@ as co-maint. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ansible-runner/metadata.xml | 36 +++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/dev-python/ansible-runner/metadata.xml b/dev-python/ansible-runner/metadata.xml index 156221a59045..19979f1c1c52 100644 --- a/dev-python/ansible-runner/metadata.xml +++ b/dev-python/ansible-runner/metadata.xml @@ -1,20 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <name>Zac Medico</name> -</maintainer> -<upstream> - <remote-id type="pypi">ansible-runner</remote-id> - <remote-id type="github">ansible/ansible-runner</remote-id> - <bugs-to>https://github.com/ansible/ansible-runner/issues</bugs-to> -</upstream> -<longdescription lang="en"> -A tool and python library that helps when interfacing with Ansible -directly or as part of another system whether that be through a -container image interface, as a standalone tool, or as a Python module -that can be imported. The goal is to provide a stable and consistent -interface abstraction to Ansible. -</longdescription> + <maintainer type="person"> + <email>[email protected]</email> + <name>Zac Medico</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="pypi">ansible-runner</remote-id> + <remote-id type="github">ansible/ansible-runner</remote-id> + <bugs-to>https://github.com/ansible/ansible-runner/issues</bugs-to> + </upstream> + <longdescription lang="en"> + A tool and python library that helps when interfacing with Ansible + directly or as part of another system whether that be through a + container image interface, as a standalone tool, or as a Python module + that can be imported. The goal is to provide a stable and consistent + interface abstraction to Ansible. + </longdescription> </pkgmetadata>
