Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/retrying/
Date: Tue, 28 Jun 2022 19:42:39
Message-Id: 1656445348.b5163663c24effa6e24feb3c14af2a11a9e9df83.mgorny@gentoo
1 commit: b5163663c24effa6e24feb3c14af2a11a9e9df83
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:40:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:42:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5163663
7
8 dev-python/retrying: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/retrying/retrying-1.3.3.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-python/retrying/retrying-1.3.3.ebuild b/dev-python/retrying/retrying-1.3.3.ebuild
16 deleted file mode 100644
17 index a62d08a1890e..000000000000
18 --- a/dev-python/retrying/retrying-1.3.3.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="General-purpose retrying library"
31 -HOMEPAGE="https://github.com/rholder/retrying"
32 -SRC_URI="https://github.com/rholder/retrying/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="Apache-2.0"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
37 -
38 -RDEPEND=">=dev-python/six-1.7.0[${PYTHON_USEDEP}]"
39 -
40 -distutils_enable_tests unittest