diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 17:43:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 17:43:15 +0200 |
commit | ef45090be273bb54f66ab46567fe5920d248935c (patch) | |
tree | 55325ddd973fc9c9c8e3eed17209051bb58146e2 /dev-python/clint | |
parent | dev-python/argh: Fix variable order (diff) | |
download | gentoo-ef45090be273bb54f66ab46567fe5920d248935c.tar.gz gentoo-ef45090be273bb54f66ab46567fe5920d248935c.tar.bz2 gentoo-ef45090be273bb54f66ab46567fe5920d248935c.zip |
dev-python/clint: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/clint')
-rw-r--r-- | dev-python/clint/clint-0.5.1-r4.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/clint/clint-0.5.1-r4.ebuild b/dev-python/clint/clint-0.5.1-r4.ebuild index 99459869f5f3..8333984a946a 100644 --- a/dev-python/clint/clint-0.5.1-r4.ebuild +++ b/dev-python/clint/clint-0.5.1-r4.ebuild @@ -1,17 +1,20 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Python Command-line Application Tools" -HOMEPAGE="https://github.com/kennethreitz-archive/clint" +HOMEPAGE=" + https://github.com/kennethreitz-archive/clint/ + https://pypi.org/project/clint/ +" SRC_URI=" - https://github.com/kennethreitz-archive/${PN}/archive/v${PV}.tar.gz + https://github.com/kennethreitz-archive/clint/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " |