From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/
Date: Fri, 1 Oct 2021 05:42:51 +0000 (UTC) [thread overview]
Message-ID: <1633066893.901e1545d20758b55ba79c46538c78f19a40d989.arthurzam@gentoo> (raw)
commit: 901e1545d20758b55ba79c46538c78f19a40d989
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 1 04:38:24 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 1 05:41:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901e1545
dev-python/debtcollector: add 2.3.0, enable tests
Closes: https://bugs.gentoo.org/797478
Closes: https://bugs.gentoo.org/732976
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/debtcollector/Manifest | 1 +
.../debtcollector/debtcollector-2.3.0.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest
index dbd8f127376..8e0c7c06dc3 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
DIST debtcollector-2.2.0.tar.gz 28833 BLAKE2B 33361daaba12c52a1cc0bac168199ef3dbb959279def29ef782fa421f0aa106038de02217f6321c64e02845abd0573e69f5638b384411e7fbfd194dd3f6b3356 SHA512 6e5fdf38a25406a7a56d18e9b900471e3e4ce513ef62619c9eafa153ea08ff6b4b9bd90c524cfa16e04ff0c9c324e90d4fdd75212fced0b202245cdddae02137
+DIST debtcollector-2.3.0.tar.gz 31537 BLAKE2B 6c4993edf08dd72e8378bd82e4578a491f0540d35165e3c67e918ef5a659de06e4fd83d2737458cddd27ef08dfd01a38679b940e80a4b460e145ab20789940e5 SHA512 d8a9a65ec33bf6bc777d6766842cd6351c265752f552bda3bfd1db86a08c8c89c3f871c6eff15648a8c1a79d7820368711256d404934fd826ee6cb0c7c53f77a
diff --git a/dev-python/debtcollector/debtcollector-2.3.0.ebuild b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
new file mode 100644
index 00000000000..78c052a7a9d
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-2.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
+HOMEPAGE="https://www.openstack.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+ >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+ test? (
+ dev-python/subunit[${PYTHON_USEDEP}]
+ dev-python/testtools[${PYTHON_USEDEP}]
+ dev-python/fixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
next reply other threads:[~2021-10-01 5:42 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-01 5:42 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-11 13:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/ Michał Górny
2024-03-09 14:19 Michał Górny
2024-02-23 3:40 Michał Górny
2023-06-22 14:36 Michał Górny
2023-03-16 3:47 Michał Górny
2022-06-04 17:48 Michał Górny
2022-05-28 16:00 Jakov Smolić
2022-05-21 14:14 Michał Górny
2022-05-21 14:14 Michał Górny
2022-04-15 15:44 Arthur Zamarin
2022-04-15 15:42 Arthur Zamarin
2022-03-14 17:04 Michał Górny
2022-02-17 21:52 Michał Górny
2022-02-17 21:25 Arthur Zamarin
2022-01-18 9:51 Michał Górny
2021-10-31 20:22 Michał Górny
2021-10-01 6:14 Arthur Zamarin
2021-10-01 5:42 Arthur Zamarin
2021-02-22 22:20 Sam James
2021-01-24 0:07 Sam James
2020-11-15 13:07 Michał Górny
2020-11-15 11:40 Sam James
2020-11-14 21:52 Michał Górny
2020-10-11 1:29 Matthew Thode
2020-02-04 19:47 Michał Górny
2019-10-02 16:48 Matthew Thode
2019-05-11 19:06 Matthew Thode
2019-04-10 5:08 Matthew Thode
2019-01-28 4:59 Matthew Thode
2018-04-12 4:25 Matt Thode
2018-02-16 6:08 Matt Thode
2017-11-17 23:28 Matt Thode
2017-10-20 1:10 Matt Thode
2017-10-18 20:55 Matt Thode
2017-03-13 1:30 Zac Medico
2017-02-27 15:13 Matt Thode
2017-02-27 2:16 Matt Thode
2016-03-25 3:00 Matt Thode
2016-02-28 7:25 Matt Thode
2015-11-22 15:48 Alex Brandt
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-09-01 15:27 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1633066893.901e1545d20758b55ba79c46538c78f19a40d989.arthurzam@gentoo \
--to=arthurzam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox