commit: d62158b2990875ecd324a9137dc80073770d007b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 17:36:12 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 17:37:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62158b2
dev-python/sphinx-argparse: Update homepage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-argparse/metadata.xml | 2 +-
dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-argparse/metadata.xml
b/dev-python/sphinx-argparse/metadata.xml
index 34557e466493..a00d23f8e329 100644
--- a/dev-python/sphinx-argparse/metadata.xml
+++ b/dev-python/sphinx-argparse/metadata.xml
@@ -6,7 +6,7 @@
<name>Gentoo Science Project</name>
</maintainer>
<upstream>
- <remote-id type="github">ashb/sphinx-argparse</remote-id>
+ <remote-id type="github">sphinx-doc/sphinx-argparse</remote-id>
<remote-id type="pypi">sphinx-argparse</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
index 0137d7ce9657..9d28047739bb 100644
--- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
+++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild
@@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="Sphinx extension that automatically documents argparse commands
and options"
-HOMEPAGE="https://pypi.org/project/sphinx-argparse/"
+HOMEPAGE="
+ https://github.com/sphinx-doc/sphinx-argparse/
+ https://pypi.org/project/sphinx-argparse/
+"
LICENSE="MIT"
SLOT="0"