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: Tue, 18 Jan 2022 09:52:03
Message-Id: 1642499498.02964c42a225eb98bf54ac9460d86287311a40a8.mgorny@gentoo
1 commit: 02964c42a225eb98bf54ac9460d86287311a40a8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 09:11:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 09:51:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02964c42
7
8 dev-python/debtcollector: Bump to 2.4.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/debtcollector/Manifest | 1 +
13 .../debtcollector/debtcollector-2.4.0.ebuild | 31 ++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest
17 index 89eb4b3c3cfd..889e03b196c5 100644
18 --- a/dev-python/debtcollector/Manifest
19 +++ b/dev-python/debtcollector/Manifest
20 @@ -1 +1,2 @@
21 DIST debtcollector-2.3.0.tar.gz 31537 BLAKE2B 6c4993edf08dd72e8378bd82e4578a491f0540d35165e3c67e918ef5a659de06e4fd83d2737458cddd27ef08dfd01a38679b940e80a4b460e145ab20789940e5 SHA512 d8a9a65ec33bf6bc777d6766842cd6351c265752f552bda3bfd1db86a08c8c89c3f871c6eff15648a8c1a79d7820368711256d404934fd826ee6cb0c7c53f77a
22 +DIST debtcollector-2.4.0.tar.gz 31376 BLAKE2B ccd34005133a888b164538c01ed482da26e91e2dd5d9f11bb0efacc0941c9eb1c0357ce8d0c237734ad450226512263ba8aa52f3b8e712a33a40fac384db2791 SHA512 31287e223524d5997e9dc776766c5ab2ec77c771fca6e9b27e058fdd94a20b67a73147c538f9a7a3155c4ce6eb85a20e8276bedd1a53a81bebcb5daaceb1b463
23
24 diff --git a/dev-python/debtcollector/debtcollector-2.4.0.ebuild b/dev-python/debtcollector/debtcollector-2.4.0.ebuild
25 new file mode 100644
26 index 000000000000..fdd005b4f461
27 --- /dev/null
28 +++ b/dev-python/debtcollector/debtcollector-2.4.0.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
40 +HOMEPAGE="https://www.openstack.org/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
46 +
47 +RDEPEND="
48 + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
49 + >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
50 +"
51 +BDEPEND="
52 + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
53 + test? (
54 + dev-python/subunit[${PYTHON_USEDEP}]
55 + dev-python/testtools[${PYTHON_USEDEP}]
56 + dev-python/fixtures[${PYTHON_USEDEP}]
57 + )
58 +"
59 +
60 +distutils_enable_tests unittest