diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:04:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:28:51 +0200 |
commit | 1d820033c3afc272042199514969cb8da9c521c6 (patch) | |
tree | 48fedb7564d7b5715fb3c30fd42dae4eac4d7dc4 /dev-python/retry-decorator | |
parent | dev-python/requests-futures: Enable py3.13 (diff) | |
download | gentoo-1d820033c3afc272042199514969cb8da9c521c6.tar.gz gentoo-1d820033c3afc272042199514969cb8da9c521c6.tar.bz2 gentoo-1d820033c3afc272042199514969cb8da9c521c6.zip |
dev-python/retry-decorator: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/retry-decorator')
-rw-r--r-- | dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild index 7b43e81cdb92..7e445a5983c1 100644 --- a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild +++ b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild @@ -1,15 +1,22 @@ -# 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=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 DESCRIPTION="Decorator for retrying when exceptions occur" -HOMEPAGE="https://github.com/pnpnpn/retry-decorator" -SRC_URI="https://github.com/pnpnpn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://github.com/pnpnpn/retry-decorator/ + https://pypi.org/project/retry-decorator/ +" +SRC_URI=" + https://github.com/pnpnpn/retry-decorator/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" LICENSE="MIT" SLOT="0" |