diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:07:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 13:11:31 +0200 |
commit | f842ca3bfa29068c1a1d5fd7bbf52b0ae6e1ca8e (patch) | |
tree | c6af2a6d462f8984cdfaa4b121809829cb07339f /dev-python/visitor | |
parent | dev-python/whisper: Enable py3.13 (diff) | |
download | gentoo-f842ca3bfa29068c1a1d5fd7bbf52b0ae6e1ca8e.tar.gz gentoo-f842ca3bfa29068c1a1d5fd7bbf52b0ae6e1ca8e.tar.bz2 gentoo-f842ca3bfa29068c1a1d5fd7bbf52b0ae6e1ca8e.zip |
dev-python/visitor: Fix distfile suffix
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/visitor')
-rw-r--r-- | dev-python/visitor/Manifest | 2 | ||||
-rw-r--r-- | dev-python/visitor/visitor-0.1.3-r2.ebuild | 10 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/visitor/Manifest b/dev-python/visitor/Manifest index 703cd69cd675..69fc45d79065 100644 --- a/dev-python/visitor/Manifest +++ b/dev-python/visitor/Manifest @@ -1 +1 @@ -DIST visitor-0.1.3.tar.gz 2985 BLAKE2B d645e3524ee5d072320e6feca39faef72b880ec7341053d078778765d9b279bd2ee3f892c0fcd5f21633e7851acd49ac23aef769eaf190147803ce711b717da6 SHA512 414c77df8efcc22df5ee8073e02b8c5c28563954ef9b9a869c4ea3f7f1268a97929c1fe29142ba41e3a5acafea52599f6bf073aacd654643d7d8380cd4f41fbc +DIST visitor-0.1.3.gh.tar.gz 2985 BLAKE2B d645e3524ee5d072320e6feca39faef72b880ec7341053d078778765d9b279bd2ee3f892c0fcd5f21633e7851acd49ac23aef769eaf190147803ce711b717da6 SHA512 414c77df8efcc22df5ee8073e02b8c5c28563954ef9b9a869c4ea3f7f1268a97929c1fe29142ba41e3a5acafea52599f6bf073aacd654643d7d8380cd4f41fbc diff --git a/dev-python/visitor/visitor-0.1.3-r2.ebuild b/dev-python/visitor/visitor-0.1.3-r2.ebuild index 307ec847837d..6dcd85c3de50 100644 --- a/dev-python/visitor/visitor-0.1.3-r2.ebuild +++ b/dev-python/visitor/visitor-0.1.3-r2.ebuild @@ -9,10 +9,16 @@ PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 DESCRIPTION="A tiny pythonic visitor implementation" -HOMEPAGE="https://github.com/mbr/visitor" +HOMEPAGE=" + https://github.com/mbr/visitor/ + https://pypi.org/project/visitor/ +" # PyPI tarballs don't include tests # https://github.com/mbr/visitor/pull/2 -SRC_URI="https://github.com/mbr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://github.com/mbr/visitor/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="MIT" SLOT="0" |