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: Sat, 21 May 2022 14:14:14
Message-Id: 1653142445.f1f6b4163a1f5c87bdd06e0122273fb9cbb15f78.mgorny@gentoo
1 commit: f1f6b4163a1f5c87bdd06e0122273fb9cbb15f78
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 14:11:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 14:14:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f6b416
7
8 dev-python/debtcollector: Remove unnecessary subunit dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/debtcollector/debtcollector-2.5.0.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
16 index 5d8a4d52f930..ade8e03cb2bc 100644
17 --- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild
18 +++ b/dev-python/debtcollector/debtcollector-2.5.0.ebuild
19 @@ -9,7 +9,11 @@ PYTHON_COMPAT=( python3_{8..10} )
20 inherit distutils-r1
21
22 DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
23 -HOMEPAGE="https://www.openstack.org/"
24 +HOMEPAGE="
25 + https://opendev.org/openstack/debtcollector/
26 + https://github.com/openstack/debtcollector/
27 + https://pypi.org/project/debtcollector/
28 +"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 LICENSE="Apache-2.0"
32 @@ -22,7 +26,6 @@ RDEPEND="
33 BDEPEND="
34 >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
35 test? (
36 - dev-python/subunit[${PYTHON_USEDEP}]
37 dev-python/testtools[${PYTHON_USEDEP}]
38 dev-python/fixtures[${PYTHON_USEDEP}]
39 )