public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tenacity/
Date: Sun, 29 Dec 2019 08:53:24 +0000 (UTC)	[thread overview]
Message-ID: <1577609569.df3eaa91babf2f384fc3eb3ccf9d5bfb1dd5b8cb.soap@gentoo> (raw)

commit:     df3eaa91babf2f384fc3eb3ccf9d5bfb1dd5b8cb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 08:52:49 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 08:52:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3eaa91

dev-python/tenacity: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/tenacity/Manifest              |  2 --
 dev-python/tenacity/tenacity-3.7.1.ebuild | 27 ---------------------------
 dev-python/tenacity/tenacity-4.4.0.ebuild | 27 ---------------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-python/tenacity/Manifest b/dev-python/tenacity/Manifest
index ff90596552e..f5ead182f12 100644
--- a/dev-python/tenacity/Manifest
+++ b/dev-python/tenacity/Manifest
@@ -1,3 +1 @@
-DIST tenacity-3.7.1.tar.gz 22915 BLAKE2B 62b1fb72be624ecbc07cc2cd4fa5b67181e2da971ddc71b5ffbd26a1f7ee072e549f5372aa1c5c3451bf68b62bc93f9addca59445cba2ab4cde833f1136fadb8 SHA512 83f277da3ee7beca4d564610a4ef46c33a87590214a41c0c36c9bb46920e5e8e7e8a8d130dcaac2802d058f7e995fbe01e13d5b7a65821e9a1e83072b78e3f00
-DIST tenacity-4.4.0.tar.gz 26133 BLAKE2B 1f23e3cd4cd3caa73b5e1c1f3234ec5915adc0b04a46331cd97ba1e2adecacea241c7a9a534ec120c19ff95dde7dfb963fa5cc8827505cc91b9fb602b6582f88 SHA512 08f4eef91e38f8d166029625e337057bd9a934fd58473d8c3666436e6312a0f7dd7f24dea05c8427df627bd37c7003602089970079f214fa7b79beee64df3f96
 DIST tenacity-4.8.0.tar.gz 28057 BLAKE2B 31451b061c594a47fdf4e6ae97e09c601d95ef76afc805d6f746624e3cf18a0f7c288567a5fd5ff8c264d00ce55a635afa2920799c256168dd89ac800f0d3ca3 SHA512 4662a92325de6b2dd7f6dd8823cecfdf0cc2f1390d054c8ba14f84fedb917cf5896d5c26aaaba9816303dea06ad7f922877c8a09e248319317155e2d6f509873

diff --git a/dev-python/tenacity/tenacity-3.7.1.ebuild b/dev-python/tenacity/tenacity-3.7.1.ebuild
deleted file mode 100644
index 38f9a5e1ff7..00000000000
--- a/dev-python/tenacity/tenacity-3.7.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="General-purpose retrying library"
-HOMEPAGE="https://github.com/rholder/retrying"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND="
-	>=dev-python/six-1.7.0[${PYTHON_USEDEP}]
-	virtual/python-futures[${PYTHON_USEDEP}]
-	>=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
-	dev-python/debtcollector[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/tenacity/tenacity-4.4.0.ebuild b/dev-python/tenacity/tenacity-4.4.0.ebuild
deleted file mode 100644
index fc40ee3a9fb..00000000000
--- a/dev-python/tenacity/tenacity-4.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="General-purpose retrying library"
-HOMEPAGE="https://github.com/rholder/retrying"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="
-	dev-python/pbr[${PYTHON_USEDEP}]
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
-RDEPEND="
-	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-	virtual/python-futures[${PYTHON_USEDEP}]
-	>=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
-"


             reply	other threads:[~2019-12-29  8:53 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-29  8:53 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-17  7:35 [gentoo-commits] repo/gentoo:master commit in: dev-python/tenacity/ Michał Górny
2024-08-17  7:28 Michał Górny
2024-08-12 17:18 Arthur Zamarin
2024-07-30  2:47 Michał Górny
2024-07-27 11:58 Sam James
2024-07-27  9:28 Arthur Zamarin
2024-07-27  6:00 Michał Górny
2024-07-20 13:27 Michał Górny
2024-07-13  8:01 Michał Górny
2024-07-13  8:01 Michał Górny
2024-07-13  7:27 Arthur Zamarin
2024-07-11 20:55 James Le Cuirot
2024-07-07  1:02 Ionen Wolkens
2024-07-05 19:41 Viorel Munteanu
2024-07-05 19:41 Viorel Munteanu
2024-07-05 19:02 Michał Górny
2024-07-05 16:29 Arthur Zamarin
2024-06-28 11:12 Michał Górny
2024-06-25 23:16 Sam James
2024-06-25  8:01 Michał Górny
2024-06-24  0:13 Sam James
2024-06-23 20:19 Sam James
2024-06-23 16:20 Michał Górny
2024-06-18  4:45 Michał Górny
2024-05-22  9:10 Michał Górny
2024-05-22  9:05 Michał Górny
2024-05-17 17:03 Michał Górny
2024-05-07 17:45 Michał Górny
2024-03-09 18:30 Andrew Ammerlaan
2023-11-24 15:55 Arthur Zamarin
2023-09-17 11:26 Michał Górny
2023-09-17  5:07 Arthur Zamarin
2023-08-14 14:55 Michał Górny
2023-06-01 14:50 Michał Górny
2023-03-11  9:58 Michał Górny
2023-03-11  8:34 Arthur Zamarin
2023-02-28 18:16 Arthur Zamarin
2023-02-10  6:52 Michał Górny
2023-02-08  6:27 Michał Górny
2022-10-25 10:31 Michał Górny
2022-10-25  9:49 Sam James
2022-09-22 12:15 Michał Górny
2022-06-23  8:17 Michał Górny
2022-06-22 18:37 Sam James
2022-05-23 10:34 Michał Górny
2022-05-23 10:34 Michał Górny
2021-09-23 15:35 Marek Szuba
2021-08-16  6:13 Michał Górny
2021-08-16  5:13 Agostino Sarubbo
2021-07-13  6:35 Michał Górny
2021-07-09  7:26 Michał Górny
2021-04-07  8:06 Michał Górny
2021-04-07  6:23 Sam James
2021-03-04  8:57 Michał Górny
2021-03-04  8:57 Michał Górny
2020-10-21 22:51 Michał Górny
2020-10-18 19:17 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-10-18  3:48 Matthew Thode
2020-10-16 12:00 Michał Górny
2020-09-15 21:52 Matthew Thode
2020-08-01 21:31 Michał Górny
2020-05-30 20:23 Matthew Thode
2020-05-30 17:52 Matthew Thode
2020-05-20  4:44 Matthew Thode
2020-03-16 18:55 Michał Górny
2019-04-10  5:08 Matthew Thode
2018-03-12 19:38 Zac Medico
2018-02-19  0:54 Matt Thode
2017-10-03  4:41 Matt Thode
2017-08-27  4:26 Matt Thode
2017-03-26  4:16 Matt Thode
2017-02-27  2:16 Matt Thode

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=1577609569.df3eaa91babf2f384fc3eb3ccf9d5bfb1dd5b8cb.soap@gentoo \
    --to=soap@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