diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-22 19:55:01 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-22 19:55:01 -0500 |
commit | cd26c1600c3bca6e041f1e49e82eaabc97dcc226 (patch) | |
tree | 569d9e2552c9dabbdca8d8381197b9a897662b8d /dev-python/portion/portion-2.3.0.ebuild | |
parent | 9ecfefa8427397bfd74fb47fafaa34a7e19c3c5b (diff) | |
download | MrRoy-Overlay-cd26c1600c3bca6e041f1e49e82eaabc97dcc226.tar.gz MrRoy-Overlay-cd26c1600c3bca6e041f1e49e82eaabc97dcc226.tar.bz2 MrRoy-Overlay-cd26c1600c3bca6e041f1e49e82eaabc97dcc226.zip |
dev-python/portion: update SRC_URI
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/portion/portion-2.3.0.ebuild')
-rw-r--r-- | dev-python/portion/portion-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/portion/portion-2.3.0.ebuild b/dev-python/portion/portion-2.3.0.ebuild index e101a17..790f78c 100644 --- a/dev-python/portion/portion-2.3.0.ebuild +++ b/dev-python/portion/portion-2.3.0.ebuild @@ -3,13 +3,13 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="A Python library providing data structure and operations for intervals." HOMEPAGE="https://github.com/AlexandreDecan/portion" -SRC_URI="https://github.com/AlexandreDecan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/AlexandreDecan/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="LGPL-3" SLOT="0" |