commit: 718940f4e60950951dde217ce1a62afcb536cdb6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 12:33:30 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 12:58:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718940f4
dev-python/scripttest: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/scripttest/metadata.xml | 3 ++-
dev-python/scripttest/scripttest-1.3.0-r1.ebuild | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/scripttest/metadata.xml
b/dev-python/scripttest/metadata.xml
index f8b62758102..01164eae1e4 100644
--- a/dev-python/scripttest/metadata.xml
+++ b/dev-python/scripttest/metadata.xml
@@ -6,6 +6,7 @@
<name>Python</name>
</maintainer>
<upstream>
- <remote-id type="pypi">ScriptTest</remote-id>
+ <remote-id type="pypi">scripttest</remote-id>
+ <remote-id type="github">pypa/scripttest</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/scripttest/scripttest-1.3.0-r1.ebuild
b/dev-python/scripttest/scripttest-1.3.0-r1.ebuild
index 6f5a87847e1..ad68f3fadbc 100644
--- a/dev-python/scripttest/scripttest-1.3.0-r1.ebuild
+++ b/dev-python/scripttest/scripttest-1.3.0-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1
DESCRIPTION="A very small text templating language"
-HOMEPAGE="https://pypi.org/project/ScriptTest/
+HOMEPAGE="https://pypi.org/project/scripttest/
https://github.com/pypa/scripttest"
# pypi tarball lacks tests
SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz ->
${P}.tar.gz"