From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-service/
Date: Fri, 25 Mar 2016 04:13:42 +0000 (UTC) [thread overview]
Message-ID: <1458879193.8d57dd1ac645dfbf2c63cc7b2eeb4c392ad53a3d.prometheanfire@gentoo> (raw)
commit: 8d57dd1ac645dfbf2c63cc7b2eeb4c392ad53a3d
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 04:13:13 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 04:13:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d57dd1a
dev-python/oslo-service: bup for mitaka
Package-Manager: portage-2.2.26
dev-python/oslo-service/Manifest | 1 +
dev-python/oslo-service/oslo-service-1.7.0.ebuild | 63 +++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
index 5889a76..70ecf58 100644
--- a/dev-python/oslo-service/Manifest
+++ b/dev-python/oslo-service/Manifest
@@ -1 +1,2 @@
DIST oslo.service-0.9.0.tar.gz 57558 SHA256 f77753910391a1b2bd7fd9b5b863d7230b1ff727443dd2efcb725ce937ffb566 SHA512 6e17d1e28682732c8866e43f509a7fd7f69d2718493de3dab939600207e56fd0622036ff62928b9855b6219729e1173e62e1a1c949959a5d2d58eeeded97a1e2 WHIRLPOOL be645ac0d461056d5df4d17bbfe6f3819d6eba4fd2764459d287badf056d5c962e2c690b64fceba72160094ca1d29ff5f6c7708fef90bd192faa8ba532a4d4bb
+DIST oslo.service-1.7.0.tar.gz 66128 SHA256 a3f67202ceaaf9b0a58c375bbaa7297d3fa80377bce98e4f6b1c650b578a1d85 SHA512 07493573c6405a134eede66cb6a7e55557ef59bb656f9c0e9eb66fb706ee9dacd25d8518b0a5467e67eeb0e013507a6c3964c651e648d599973863ded70b3597 WHIRLPOOL cfbaa65f8a7c47c0aa939f29bdca5a2d4d2918041d5b4aca3545c7a48b317adc01c16115d30346336386aa14f12b2929493ff0309114d7cf2be9fd9bdf700b48
diff --git a/dev-python/oslo-service/oslo-service-1.7.0.ebuild b/dev-python/oslo-service/oslo-service-1.7.0.ebuild
new file mode 100644
index 0000000..14f031e
--- /dev/null
+++ b/dev-python/oslo-service/oslo-service-1.7.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for running OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.service"
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
+S="${WORKDIR}/oslo.service-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="
+ >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
+ <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ ${CDEPEND}
+ test? (
+ >=dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
+ >=dev-python/mock-1.2[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
+ !~dev-python/oslo-sphinx-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
+ !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
+ <dev-python/sphinx-1.3.0[${PYTHON_USEDEP}]
+ >=dev-python/bandit-0.17.3[${PYTHON_USEDEP}]
+ )"
+RDEPEND="
+ ${CDEPEND}
+ >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
+ >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
+ >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+ >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
+ >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+ >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+ >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+ >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
+ !~dev-python/routes-2.0[${PYTHON_USEDEP}]
+ !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
+ dev-python/paste[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+ sed -i '/^hacking/d' test-requirements.txt || die
+ distutils-r1_python_prepare_all
+}
+
+python_test() {
+ nosetests tests/ || die "test failed under ${EPYTHON}"
+}
next reply other threads:[~2016-03-25 4:13 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-25 4:13 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-16 17:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-service/ Michał Górny
2020-11-25 9:23 Michał Górny
2020-10-17 21:53 Matthew Thode
2020-07-02 23:54 Matthew Thode
2020-06-02 18:40 Matthew Thode
2020-01-13 9:48 Michał Górny
2019-11-19 18:36 Matthew Thode
2019-10-21 0:19 Matthew Thode
2019-05-11 18:17 Matthew Thode
2019-04-09 7:06 Matthew Thode
2019-03-13 16:44 Matthew Thode
2019-03-13 16:44 Matthew Thode
2019-02-15 16:15 Matthew Thode
2019-01-16 15:18 Matthew Thode
2018-09-25 22:22 Matt Thode
2018-09-03 19:09 Matt Thode
2018-06-24 12:20 Pacho Ramos
2018-06-18 1:59 Matt Thode
2018-03-31 0:59 Matt Thode
2018-02-17 1:47 Matt Thode
2018-02-13 15:57 Mart Raudsepp
2018-02-13 14:47 Mart Raudsepp
2018-01-28 4:13 Matt Thode
2017-12-30 17:38 Matt Thode
2017-11-30 5:42 Matt Thode
2017-10-03 16:03 Matt Thode
2017-08-27 4:26 Matt Thode
2017-07-06 16:58 Matt Thode
2017-07-06 16:58 Matt Thode
2017-02-27 2:16 Matt Thode
2016-03-29 18:46 Matt Thode
2016-02-28 6:43 Matt Thode
2015-09-03 22:00 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=1458879193.8d57dd1ac645dfbf2c63cc7b2eeb4c392ad53a3d.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