From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9493A158074 for ; Mon, 23 Jun 2025 03:26:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6C9BE341EA6 for ; Mon, 23 Jun 2025 03:26:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 32D0E110552; Mon, 23 Jun 2025 03:25:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 24D0D110552 for ; Mon, 23 Jun 2025 03:25:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC18E340D7C for ; Mon, 23 Jun 2025 03:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C8952A5D for ; Mon, 23 Jun 2025 03:25:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1750649143.e5856ddfc1d24ef5419a6bf8e8ffe1b017768e4c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/retrying/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/retrying/Manifest dev-python/retrying/retrying-1.3.5.ebuild X-VCS-Directories: dev-python/retrying/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e5856ddfc1d24ef5419a6bf8e8ffe1b017768e4c X-VCS-Branch: master Date: Mon, 23 Jun 2025 03:25:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 474f7e63-c4e0-4129-a159-3844b092ff9b X-Archives-Hash: cffee0834430a8f30c3ce690111d382d commit: e5856ddfc1d24ef5419a6bf8e8ffe1b017768e4c Author: Michał Górny gentoo org> AuthorDate: Mon Jun 23 03:10:46 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 23 03:25:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5856ddf dev-python/retrying: Bump to 1.3.5 Signed-off-by: Michał Górny gentoo.org> dev-python/retrying/Manifest | 1 + dev-python/retrying/retrying-1.3.5.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/retrying/Manifest b/dev-python/retrying/Manifest index c8e6cea6481e..0c7954968126 100644 --- a/dev-python/retrying/Manifest +++ b/dev-python/retrying/Manifest @@ -1 +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 diff --git a/dev-python/retrying/retrying-1.3.5.ebuild b/dev-python/retrying/retrying-1.3.5.ebuild new file mode 100644 index 000000000000..ee420b4ca8a9 --- /dev/null +++ b/dev-python/retrying/retrying-1.3.5.ebuild @@ -0,0 +1,29 @@ +# 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