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/retry-decorator/
Date: Tue, 28 Jun 2022 19:42:37
Message-Id: 1656445350.dc49708b8190070298884cd4b098bba73bbbcb88.mgorny@gentoo
1 commit: dc49708b8190070298884cd4b098bba73bbbcb88
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:41:32 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:42:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc49708b
7
8 dev-python/retry-decorator: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../retry-decorator/retry-decorator-1.1.1.ebuild | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild b/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild
16 deleted file mode 100644
17 index 8d6cb60a8ce0..000000000000
18 --- a/dev-python/retry-decorator/retry-decorator-1.1.1.ebuild
19 +++ /dev/null
20 @@ -1,19 +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} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Decorator for retrying when exceptions occur"
30 -HOMEPAGE="https://github.com/pnpnpn/retry-decorator"
31 -SRC_URI="https://github.com/pnpnpn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="amd64 arm ~riscv x86"
36 -
37 -DOCS=( README.rst )
38 -
39 -distutils_enable_tests pytest