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/restructuredtext-lint/
Date: Thu, 24 Feb 2022 07:35:27
Message-Id: 1645688116.7f5fc52b2e6e48817d64d284d26acac44f0d89d7.mgorny@gentoo
1 commit: 7f5fc52b2e6e48817d64d284d26acac44f0d89d7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 07:18:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 07:35:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5fc52b
7
8 dev-python/restructuredtext-lint: Add python@ as co-maint.
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/restructuredtext-lint/metadata.xml | 6 +++++-
13 dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild | 2 +-
14 2 files changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/restructuredtext-lint/metadata.xml b/dev-python/restructuredtext-lint/metadata.xml
17 index e201b5f618c0..0c3c1f107b98 100644
18 --- a/dev-python/restructuredtext-lint/metadata.xml
19 +++ b/dev-python/restructuredtext-lint/metadata.xml
20 @@ -5,8 +5,12 @@
21 <email>prometheanfire@g.o</email>
22 <name>Matthew Thode</name>
23 </maintainer>
24 + <maintainer type="project">
25 + <email>python@g.o</email>
26 + <name>Python</name>
27 + </maintainer>
28 <stabilize-allarches/>
29 <upstream>
30 - <remote-id type="pypi">restructuredtext_lint</remote-id>
31 + <remote-id type="pypi">restructuredtext-lint</remote-id>
32 </upstream>
33 </pkgmetadata>
34
35 diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
36 index aad0a640e8a9..cc280168548d 100644
37 --- a/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
38 +++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
39 @@ -10,7 +10,7 @@ inherit distutils-r1
40
41 MY_P="${P/-/_}"
42 DESCRIPTION="Checks PyPI validity of reStructuredText"
43 -HOMEPAGE="https://pypi.org/project/restructuredtext_lint/"
44 +HOMEPAGE="https://pypi.org/project/restructuredtext-lint/"
45 SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${MY_P}.tar.gz"
46 S=${WORKDIR}/${MY_P}