summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-12 13:09:42 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-12 13:09:42 +0200
commitcad94face641578a9d6d22bbd288b385275ee1d4 (patch)
tree1eeb995838e4be6756ef5e498c4dbe187cc94ae3 /dev-python
parent8f1ec3ed1de5bfade6b5ef1623cf5376565bf41a (diff)
downloadgentoo-cad94face641578a9d6d22bbd288b385275ee1d4.tar.gz
gentoo-cad94face641578a9d6d22bbd288b385275ee1d4.tar.bz2
gentoo-cad94face641578a9d6d22bbd288b385275ee1d4.zip
dev-python/retrying: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/retrying/Manifest3
-rw-r--r--dev-python/retrying/retrying-1.3.4.ebuild29
-rw-r--r--dev-python/retrying/retrying-1.3.5.ebuild29
-rw-r--r--dev-python/retrying/retrying-1.3.6.ebuild26
4 files changed, 0 insertions, 87 deletions
diff --git a/dev-python/retrying/Manifest b/dev-python/retrying/Manifest
index 2a4ca576c589..6a517ace3610 100644
--- a/dev-python/retrying/Manifest
+++ b/dev-python/retrying/Manifest
@@ -1,5 +1,2 @@
-DIST retrying-1.3.4.gh.tar.gz 11789 BLAKE2B 8a75a007bfc8333592aa1aed5b7090a44264a3ad46b71d8a494a0033ce94059751e8276c383c7567da8487230ab2877368bed4b15dca6c45cff2d709eebfd6b4 SHA512 80bd19eefdbd8277ec0ba656d1b1d3589b2e3492cbb902c963376b3df475abbe4725c9902426a1784e4dddbd57ea8bc51ea5925a0a72a6f5c11333893314f2c5
-DIST retrying-1.3.5.gh.tar.gz 12165 BLAKE2B 2c90fefc5397b3daf255189193df97b33c497b112ac13b24872a316aae4b459f93c750ef13c1d07ac0980755e0dcdcb9530c6c4947632d3198bf95a6ecaffbc8 SHA512 87ce6a08861cff34022ed39525a84aab73eb62415aab1334ae8433dd1c3e65b13402eeffc8001d5249abfa9b864c658f00af95ff88db3b30f16e8ec50245a543
-DIST retrying-1.3.6.gh.tar.gz 12186 BLAKE2B dc7f95f2f8a6a23f0ef27218f2b99fb71728c0288923e4528e88c1d4459d3e35d56a6c53a2c6c58122606b68fb0b0ca25bc0298fcebf67097b7193eff7af1be9 SHA512 6980d0a1955092401fe890761ad151e6acfd17fabcac82d8846945877f6b23d2bf795a07c7aadef93bbfe22f3c856da1492f92b00ef1848720ba923814212660
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.4.ebuild b/dev-python/retrying/retrying-1.3.4.ebuild
deleted file mode 100644
index 5ea4e0a6bb89..000000000000
--- a/dev-python/retrying/retrying-1.3.4.ebuild
+++ /dev/null
@@ -1,29 +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"
-
-RDEPEND="
- >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/retrying/retrying-1.3.5.ebuild b/dev-python/retrying/retrying-1.3.5.ebuild
deleted file mode 100644
index ee420b4ca8a9..000000000000
--- a/dev-python/retrying/retrying-1.3.5.ebuild
+++ /dev/null
@@ -1,29 +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"
-
-RDEPEND="
- >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/retrying/retrying-1.3.6.ebuild b/dev-python/retrying/retrying-1.3.6.ebuild
deleted file mode 100644
index d836a28f50d8..000000000000
--- a/dev-python/retrying/retrying-1.3.6.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