public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/retrying/
Date: Sun, 27 Nov 2022 05:59:44 +0000 (UTC)	[thread overview]
Message-ID: <1669528744.e4d7677e00d9c5101ea785baffb248270e979548.mgorny@gentoo> (raw)

commit:     e4d7677e00d9c5101ea785baffb248270e979548
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 05:56:27 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 05:59:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d7677e

dev-python/retrying: Bump to 1.3.4

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

 dev-python/retrying/Manifest              |  1 +
 dev-python/retrying/metadata.xml          |  5 +----
 dev-python/retrying/retrying-1.3.4.ebuild | 29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/dev-python/retrying/Manifest b/dev-python/retrying/Manifest
index 8044ec16f43a..ec70ccfe592e 100644
--- a/dev-python/retrying/Manifest
+++ b/dev-python/retrying/Manifest
@@ -1 +1,2 @@
 DIST retrying-1.3.3.tar.gz 11648 BLAKE2B 2c518ca887dddc35bad421ad75c76cb88f08a0965272816af8667b1b151eca2dda1b0b198607f26dcda2df547ba2cb317ac927ebfc5891cd8c6203ded619f1e1 SHA512 e053e62cb71b31573b89b8fffa706c3410794b5cced829582c373a09af78158f7a16948e6ce52078589cf7d8f5bba726c889180588a2628be343f242bc40c035
+DIST retrying-1.3.4.gh.tar.gz 11789 BLAKE2B 8a75a007bfc8333592aa1aed5b7090a44264a3ad46b71d8a494a0033ce94059751e8276c383c7567da8487230ab2877368bed4b15dca6c45cff2d709eebfd6b4 SHA512 80bd19eefdbd8277ec0ba656d1b1d3589b2e3492cbb902c963376b3df475abbe4725c9902426a1784e4dddbd57ea8bc51ea5925a0a72a6f5c11333893314f2c5

diff --git a/dev-python/retrying/metadata.xml b/dev-python/retrying/metadata.xml
index c8f6063c5ccb..718e0b891430 100644
--- a/dev-python/retrying/metadata.xml
+++ b/dev-python/retrying/metadata.xml
@@ -9,12 +9,9 @@
 		<email>openstack@gentoo.org</email>
 		<name>Openstack</name>
 	</maintainer>
-	<longdescription lang="en">
-	Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.
-	</longdescription>
 	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="pypi">retrying</remote-id>
-		<remote-id type="github">rholder/retrying</remote-id>
+		<remote-id type="github">groodt/retrying</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/dev-python/retrying/retrying-1.3.4.ebuild b/dev-python/retrying/retrying-1.3.4.ebuild
new file mode 100644
index 000000000000..59071b9b1a11
--- /dev/null
+++ b/dev-python/retrying/retrying-1.3.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+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 ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+	>=dev-python/six-1.7.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-11-27  5:59 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-27  5:59 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  9:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/retrying/ Michał Górny
2023-11-24 15:29 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2022-12-31 11:01 Michał Górny
2022-12-31 10:54 Arthur Zamarin
2022-11-27  5:59 Michał Górny
2022-06-28 19:42 Michał Górny
2022-06-28 19:02 Arthur Zamarin
2022-06-28 19:01 Arthur Zamarin
2022-06-28 19:00 Arthur Zamarin
2022-05-29 18:26 Arthur Zamarin
2022-05-29 18:26 Arthur Zamarin
2021-05-10 21:56 Michał Górny
2020-09-24 15:23 David Seifert
2019-04-10  5:08 Matthew Thode
2015-11-23 10:05 Justin Lecher
2015-11-23  6:44 Jeroen Roovers
2015-11-22 19:29 Markus Meier
2015-11-19 10:25 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-10 18:49 Mikle Kolyada
2015-09-29 20:51 Markus Meier
2015-09-22 17:36 Tobias Klausmann
2015-09-08  8:16 Joshua Kinard
2015-09-06  5:20 Jeroen Roovers
2015-08-24 10:12 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1669528744.e4d7677e00d9c5101ea785baffb248270e979548.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox