diff options
author | 2024-05-18 13:07:24 +0200 | |
---|---|---|
committer | 2024-05-18 13:11:31 +0200 | |
commit | f842ca3bfa29068c1a1d5fd7bbf52b0ae6e1ca8e (patch) | |
tree | c6af2a6d462f8984cdfaa4b121809829cb07339f /dev-python/visitor/visitor-0.1.3-r2.ebuild | |
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/visitor-0.1.3-r2.ebuild')
-rw-r--r-- | dev-python/visitor/visitor-0.1.3-r2.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
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" |