diff --git a/dev-python/retrying/Manifest b/dev-python/retrying/Manifest index 6a517ace36104..46e3b4887a603 100644 --- a/dev-python/retrying/Manifest +++ b/dev-python/retrying/Manifest @@ -1,2 +1 @@ -DIST retrying-1.3.7.gh.tar.gz 12286 BLAKE2B 1fdf6ce5871ecffb06fd0f662c51565a617aae985dc40f5a7e415a5d089a438400b9c27e52bc802bde2b135ba276d7dbfd5645472a6e52449f2ac81a6ae18ca0 SHA512 fc5d87bfe02b87054e7e576aa38325c44092e76c0391612b391625687e0af679bce1db77929ad6e5f25fe4b0399971ea5421509651f23d5ba80832ba9908a5e7 DIST retrying-1.4.0.gh.tar.gz 12224 BLAKE2B 796f6792eb581b2b426dcbdff57738e32340b12b962e24e362bd7d094063fd9dc9ad55428a476f3d12126660c506c5595a50d690a55ff06dbb100bd2b257ace0 SHA512 8b018c3f253835de40d568410f8c7ae14813bd1616cf8ad3b1d8b47b34359fc9c669958f60c94af3d32961a1369888c531f588a05d0b8af519b357c5ec954c4a diff --git a/dev-python/retrying/retrying-1.3.7.ebuild b/dev-python/retrying/retrying-1.3.7.ebuild deleted file mode 100644 index a04c6e0ee6073..0000000000000 --- a/dev-python/retrying/retrying-1.3.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) - -inherit distutils-r1 - -DESCRIPTION="General-purpose retrying library" -HOMEPAGE=" - https://github.com/groodt/retrying/ - https://pypi.org/project/retrying/ -" -SRC_URI=" - https://github.com/groodt/retrying/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~s390 sparc x86" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest