public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/
Date: Sun, 22 Nov 2015 15:48:57 +0000 (UTC)	[thread overview]
Message-ID: <1448207314.b30f00fe309701bedb3039e5459b16c14e59ed51.alunduil@gentoo> (raw)

commit:     b30f00fe309701bedb3039e5459b16c14e59ed51
Author:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 15:48:12 2015 +0000
Commit:     Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 15:48:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30f00fe

dev-python/debtcollector: add version 0.10.0

Package-Manager: portage-2.2.25

 dev-python/debtcollector/Manifest                  |  1 +
 .../debtcollector/debtcollector-0.10.0.ebuild      | 62 ++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest
index 63e4627..29fb559 100644
--- a/dev-python/debtcollector/Manifest
+++ b/dev-python/debtcollector/Manifest
@@ -1 +1,2 @@
+DIST debtcollector-0.10.0.tar.gz 20669 SHA256 8cc22cf2223af7789692ef0b1cb5c0c3a00da7d6e34cbfce125a956cb4d2f21e SHA512 a521a4dd5229384a500e973fa504be75c9019abd00cd4012118a566a1b4d95ecc10d616de29e0c16953a69fe7cdd219b44afb9463c59a6220c49d4a3dd12f896 WHIRLPOOL 2ffac565e27d411321a4c8c662e78bd0774158d9be0f77f8f7baa049fd62e52cd1b8a3a552f0f993e7e4c0b9325b0be3446580e602e4524e95f7d1e58361f388
 DIST debtcollector-0.7.0.tar.gz 17151 SHA256 03ef06604e666a9f4a1506ffcfa887068bdb9f16e33657f9211a7b4e8bc753ea SHA512 684bea62b17843717c6aa19f36e538bd62bfe101693394eb66d6d6f408f32a0c9e458dee8c81324f4503fab952b73654f2eca24c51ef67594c51657fcdca9dad WHIRLPOOL 32cb704719ae3ea00f3d5e4e1df225604e226c5c4882afcf136fdfe035c367b334f1409c35b079214f8ab8b04608ef8a1f648a38632fc9fef9a8f312ce76d3c0

diff --git a/dev-python/debtcollector/debtcollector-0.10.0.ebuild b/dev-python/debtcollector/debtcollector-0.10.0.ebuild
new file mode 100644
index 0000000..54ce16a
--- /dev/null
+++ b/dev-python/debtcollector/debtcollector-0.10.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+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 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	${CDEPEND}
+	test? (
+		>=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
+		>dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+		>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+		>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+		!~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+	)
+	doc? (
+		>=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+		>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+		!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+		<dev-python/sphinx-1.3[${PYTHON_USEDEP}]
+	)
+"
+RDEPEND="
+	${CDEPEND}
+	>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
+	>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+	>=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+"
+
+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
+}


             reply	other threads:[~2015-11-22 15:49 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-22 15:48 Alex Brandt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-17 18:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/ Arthur Zamarin
2024-06-11 13:32 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-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-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=1448207314.b30f00fe309701bedb3039e5459b16c14e59ed51.alunduil@gentoo \
    --to=alunduil@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