From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/
Date: Wed, 18 Oct 2017 20:55:00 +0000 (UTC) [thread overview]
Message-ID: <1508360076.829637776eefe3fb6363f1c36fff5d525561589d.prometheanfire@gentoo> (raw)
commit: 829637776eefe3fb6363f1c36fff5d525561589d
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 20:51:45 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 20:54:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82963777
dev-python/debtcollector: 1.17.1 bup
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-python/debtcollector/Manifest | 1 +
.../debtcollector/debtcollector-1.17.1.ebuild | 72 ++++++++++++++++++++++
2 files changed, 73 insertions(+)
diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest
index 812476a7a76..609dfd53faa 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1,3 +1,4 @@
DIST debtcollector-1.11.0.tar.gz 26266 SHA256 733afa881c844a40ef4623ab73ce1862e505bc4655635da3a91d8f3482677785 SHA512 9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2 WHIRLPOOL 3456da61c660b4102c391c38910158fcc3907c41cd7a5ed079bfa8366af42bbff9291c42e5e00a14b495c2443a0d4febd5be1da536901eb184bec9cb0c9142e7
DIST debtcollector-1.17.0.tar.gz 28122 SHA256 71e3350b6b97acede200f30b3858749b21303a70fde4ded26e4cbe599a3b0466 SHA512 8c35cdc00f9161cf940ff22a4b155e281adf66bb2dd16870a40017b05553387e37d9bd988bb4adcb89c5f75ca63d626a9de949986caa877d4d70d8cbf90daf63 WHIRLPOOL a2c36051735d0c2a9ffbd839518c7b467a7f60f73598e9c26dfa0dc7c86c031b00fdd68759993450c8e61374e5549cc305d34bf5110e015e8c227d50d22449e4
+DIST debtcollector-1.17.1.tar.gz 28805 SHA256 1f751d74789baa82684f55bececf754ebff1ad40e3fb1bee44fcf5c25a31e92d SHA512 751ac56695369a36c4baa7fd60b3c0d2c027fb23f7b71cf4103acb70362af4455ebe50b73ca0ba4f946b318c38e67f3477ae937afd697d505a6f2455f932faa3 WHIRLPOOL 90e8a0ae9f9dfc5442f16c539658306c72f58420d58963eb26eded18717c2c0706cf156a546bb143497c16137a4e493b2ecff23b35154803f93ec5c7e5035aa1
DIST debtcollector-1.3.0.tar.gz 21853 SHA256 9a65cf09239eab75b961ef609b3176ed2487bedcfa0a465331661824e1c8db8f SHA512 b53ef131599fb04abb9f11e8abe3dc8447a595695bab505be642c03925e0da625e6a10944ec10863526645080ed3ce43b9a5138a1f7ba91511ade6daf42d018a WHIRLPOOL 04c6ee34a48955a86535c3161005417f5c5dfca9152e092c3856d61a4707f6249245398006d0da0c31ffa7103ab69a566bf84d7321b70362d59f359b5225622f
diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
new file mode 100644
index 00000000000..a1bac138b93
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
+HOMEPAGE="http://www.openstack.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ${CDEPEND}
+ test? (
+ >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+ !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+ >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+ >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+ !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ dev-python/doc8[${PYTHON_USEDEP}]
+ >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+ !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
+ )
+ doc? (
+ >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+ >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
+ >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+ !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
+ )
+"
+RDEPEND="
+ ${CDEPEND}
+ >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+ >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+ virtual/python-funcsigs[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+ sed -i '/^hacking/d' test-requirements.txt || di
+ distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+ use doc && esetup.py build_sphinx
+}
+
+python_test() {
+ distutils_install_for_testing
+
+ rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
+
+ testr init || die "testr init failed under ${EPYTHON}"
+ testr run || die "testr run failed under ${EPYTHON}"
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( doc/build/html/. )
+
+ distutils-r1_python_install_all
+}
next reply other threads:[~2017-10-18 20:55 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-18 20:55 Matt Thode [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-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-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=1508360076.829637776eefe3fb6363f1c36fff5d525561589d.prometheanfire@gentoo \
--to=prometheanfire@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