commit:     5332516abf7919fd09af79b1363fff4151e63861
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 20 01:48:18 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 20 02:32:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5332516a

dev-python/retrying: Bump to 1.4.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/retrying/Manifest              |  1 +
 dev-python/retrying/retrying-1.4.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/retrying/Manifest b/dev-python/retrying/Manifest
index 46e3b4887a60..c13cf1a703c3 100644
--- a/dev-python/retrying/Manifest
+++ b/dev-python/retrying/Manifest
@@ -1 +1,2 @@
 DIST retrying-1.4.0.gh.tar.gz 12224 BLAKE2B 
796f6792eb581b2b426dcbdff57738e32340b12b962e24e362bd7d094063fd9dc9ad55428a476f3d12126660c506c5595a50d690a55ff06dbb100bd2b257ace0
 SHA512 
8b018c3f253835de40d568410f8c7ae14813bd1616cf8ad3b1d8b47b34359fc9c669958f60c94af3d32961a1369888c531f588a05d0b8af519b357c5ec954c4a
+DIST retrying-1.4.1.gh.tar.gz 13850 BLAKE2B 
a87b8faa492957e6ad05ee52646021e9a78f0ffd69191b2c3fdc609c74813810b08092e5c62e6ea82cabcc4b0f9ed2cd5b385a2fd1821dfdaec1a4fe7602c6f6
 SHA512 
a4c8402c06372775571aa604412f3a242f5a35d8aa1574c2faa8c03badb124ecd26d2be65ed0c8220b108f7c7c070dbca3965726a5a26e5b3135688fc073f58b

diff --git a/dev-python/retrying/retrying-1.4.1.ebuild 
b/dev-python/retrying/retrying-1.4.1.ebuild
new file mode 100644
index 000000000000..ceee48653cc4
--- /dev/null
+++ b/dev-python/retrying/retrying-1.4.1.ebuild
@@ -0,0 +1,31 @@
+# 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=( pytest-rerunfailures )
+distutils_enable_tests pytest
+
+python_test() {
+       # this package is very flaky
+       epytest --reruns=10
+}

Reply via email to