commit: 4048db27c487db2431f3974c3679734e0cb123d8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Aug 13 13:52:16 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 13 14:21:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4048db27
dev-python/libarchive-c: Add python@ as co-maint. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/libarchive-c/metadata.xml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/dev-python/libarchive-c/metadata.xml b/dev-python/libarchive-c/metadata.xml index 3f23b8b0977c..2f802d37d21a 100644 --- a/dev-python/libarchive-c/metadata.xml +++ b/dev-python/libarchive-c/metadata.xml @@ -1,16 +1,20 @@ <?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>Andrey Grozin</name> - </maintainer> - <longdescription> - A Python interface to libarchive. - It uses the standard ctypes module to dynamically load and access the C library. - </longdescription> - <upstream> - <remote-id type="pypi">libarchive-c</remote-id> - <remote-id type="github">Changaco/python-libarchive-c</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Andrey Grozin</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Python</name> + </maintainer> + <longdescription> + A Python interface to libarchive. + It uses the standard ctypes module to dynamically load and access the C library. + </longdescription> + <upstream> + <remote-id type="pypi">libarchive-c</remote-id> + <remote-id type="github">Changaco/python-libarchive-c</remote-id> + </upstream> </pkgmetadata>
