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/debtcollector/
Date: Sun, 31 Oct 2021 20:22:37
Message-Id: 1635711733.ecf6e7ce3d0a22dedc290ee0c797188c996500f7.mgorny@gentoo
1 commit: ecf6e7ce3d0a22dedc290ee0c797188c996500f7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 20:22:13 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 20:22:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf6e7ce
7
8 dev-python/debtcollector: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/debtcollector/Manifest | 1 -
13 dev-python/debtcollector/debtcollector-2.2.0.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest
17 index 8e0c7c06dc3..89eb4b3c3cf 100644
18 --- a/dev-python/debtcollector/Manifest
19 +++ b/dev-python/debtcollector/Manifest
20 @@ -1,2 +1 @@
21 -DIST debtcollector-2.2.0.tar.gz 28833 BLAKE2B 33361daaba12c52a1cc0bac168199ef3dbb959279def29ef782fa421f0aa106038de02217f6321c64e02845abd0573e69f5638b384411e7fbfd194dd3f6b3356 SHA512 6e5fdf38a25406a7a56d18e9b900471e3e4ce513ef62619c9eafa153ea08ff6b4b9bd90c524cfa16e04ff0c9c324e90d4fdd75212fced0b202245cdddae02137
22 DIST debtcollector-2.3.0.tar.gz 31537 BLAKE2B 6c4993edf08dd72e8378bd82e4578a491f0540d35165e3c67e918ef5a659de06e4fd83d2737458cddd27ef08dfd01a38679b940e80a4b460e145ab20789940e5 SHA512 d8a9a65ec33bf6bc777d6766842cd6351c265752f552bda3bfd1db86a08c8c89c3f871c6eff15648a8c1a79d7820368711256d404934fd826ee6cb0c7c53f77a
23
24 diff --git a/dev-python/debtcollector/debtcollector-2.2.0.ebuild b/dev-python/debtcollector/debtcollector-2.2.0.ebuild
25 deleted file mode 100644
26 index 8241170b328..00000000000
27 --- a/dev-python/debtcollector/debtcollector-2.2.0.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
39 -HOMEPAGE="https://www.openstack.org/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm arm64 x86"
45 -
46 -DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
47 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
48 -RDEPEND="${DEPEND}
49 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
50 - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]"