commit: a5e61cb91624be5e3e681be26eca701d3437a0e0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 05:32:45 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 05:32:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e61cb9
dev-python/pooch: Add python@ as maint. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pooch/metadata.xml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/dev-python/pooch/metadata.xml b/dev-python/pooch/metadata.xml index 091ec6e2cac9..82f52f3ac83b 100644 --- a/dev-python/pooch/metadata.xml +++ b/dev-python/pooch/metadata.xml @@ -1,15 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, - with support for versioning and corruption checks. - </longdescription> - <upstream> - <bugs-to>https://github.com/fatiando/pooch/issues</bugs-to> - <doc>https://www.fatiando.org/pooch/</doc> - <remote-id type="github">fatiando/pooch</remote-id> - <remote-id type="pypi">pooch</remote-id> - </upstream> + <maintainer type="project"> + <email>[email protected]</email> + <name>Python</name> + </maintainer> + <longdescription> + Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, + with support for versioning and corruption checks. + </longdescription> + <upstream> + <bugs-to>https://github.com/fatiando/pooch/issues</bugs-to> + <doc>https://www.fatiando.org/pooch/</doc> + <remote-id type="github">fatiando/pooch</remote-id> + <remote-id type="pypi">pooch</remote-id> + </upstream> </pkgmetadata>
