Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pooch/
Date: Sun, 05 Jun 2022 05:37:05
Message-Id: 1654407165.a5e61cb91624be5e3e681be26eca701d3437a0e0.mgorny@gentoo
1 commit: a5e61cb91624be5e3e681be26eca701d3437a0e0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 05:32:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 05:32:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e61cb9
7
8 dev-python/pooch: Add python@ as maint.
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pooch/metadata.xml | 25 ++++++++++++++-----------
13 1 file changed, 14 insertions(+), 11 deletions(-)
14
15 diff --git a/dev-python/pooch/metadata.xml b/dev-python/pooch/metadata.xml
16 index 091ec6e2cac9..82f52f3ac83b 100644
17 --- a/dev-python/pooch/metadata.xml
18 +++ b/dev-python/pooch/metadata.xml
19 @@ -1,15 +1,18 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <!-- maintainer-needed -->
24 - <longdescription>
25 - Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory,
26 - with support for versioning and corruption checks.
27 - </longdescription>
28 - <upstream>
29 - <bugs-to>https://github.com/fatiando/pooch/issues</bugs-to>
30 - <doc>https://www.fatiando.org/pooch/</doc>
31 - <remote-id type="github">fatiando/pooch</remote-id>
32 - <remote-id type="pypi">pooch</remote-id>
33 - </upstream>
34 + <maintainer type="project">
35 + <email>python@g.o</email>
36 + <name>Python</name>
37 + </maintainer>
38 + <longdescription>
39 + Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory,
40 + with support for versioning and corruption checks.
41 + </longdescription>
42 + <upstream>
43 + <bugs-to>https://github.com/fatiando/pooch/issues</bugs-to>
44 + <doc>https://www.fatiando.org/pooch/</doc>
45 + <remote-id type="github">fatiando/pooch</remote-id>
46 + <remote-id type="pypi">pooch</remote-id>
47 + </upstream>
48 </pkgmetadata>