diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:33:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 13:58:25 +0100 |
commit | 718940f4e60950951dde217ce1a62afcb536cdb6 (patch) | |
tree | ba458aff5c047657b6e642a89be52b72ef5d0545 /dev-python | |
parent | dev-python/pyzmq: Update HOMEPAGE (diff) | |
download | gentoo-718940f4e60950951dde217ce1a62afcb536cdb6.tar.gz gentoo-718940f4e60950951dde217ce1a62afcb536cdb6.tar.bz2 gentoo-718940f4e60950951dde217ce1a62afcb536cdb6.zip |
dev-python/scripttest: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/scripttest/metadata.xml | 3 | ||||
-rw-r--r-- | 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 f8b627581028..01164eae1e4a 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 6f5a87847e1d..ad68f3fadbce 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" |