dev-python/scripttest: Update HOMEPAGE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-11 13:33:30 +01:00
parent 453e82ee38
commit 718940f4e6
2 changed files with 3 additions and 2 deletions

View File

@@ -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>

View File

@@ -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"