summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-24 08:18:29 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-24 08:35:16 +0100
commit7f5fc52b2e6e48817d64d284d26acac44f0d89d7 (patch)
tree0b5e5bf4022f11b19cf1682f381c35a6148d6ea7 /dev-python/restructuredtext-lint
parentdev-python/restructuredtext-lint: Bump to 1.4.0 (diff)
downloadgentoo-7f5fc52b2e6e48817d64d284d26acac44f0d89d7.tar.gz
gentoo-7f5fc52b2e6e48817d64d284d26acac44f0d89d7.tar.bz2
gentoo-7f5fc52b2e6e48817d64d284d26acac44f0d89d7.zip
dev-python/restructuredtext-lint: Add python@ as co-maint.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/restructuredtext-lint')
-rw-r--r--dev-python/restructuredtext-lint/metadata.xml6
-rw-r--r--dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild2
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/restructuredtext-lint/metadata.xml b/dev-python/restructuredtext-lint/metadata.xml
index e201b5f618c0..0c3c1f107b98 100644
--- a/dev-python/restructuredtext-lint/metadata.xml
+++ b/dev-python/restructuredtext-lint/metadata.xml
@@ -5,8 +5,12 @@
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="pypi">restructuredtext_lint</remote-id>
+ <remote-id type="pypi">restructuredtext-lint</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
index aad0a640e8a9..cc280168548d 100644
--- a/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
+++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.4.0.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
MY_P="${P/-/_}"
DESCRIPTION="Checks PyPI validity of reStructuredText"
-HOMEPAGE="https://pypi.org/project/restructuredtext_lint/"
+HOMEPAGE="https://pypi.org/project/restructuredtext-lint/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}