Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-service/
Date: Mon, 03 Sep 2018 19:09:49
Message-Id: 1536001774.34bfa90425c07a6266025deccd5e5bc1565c47af.prometheanfire@gentoo
1 commit: 34bfa90425c07a6266025deccd5e5bc1565c47af
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 19:03:06 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 19:09:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34bfa904
7
8 dev-python/oslo-service: 1.31.3 bump
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/oslo-service/Manifest | 1 +
13 dev-python/oslo-service/oslo-service-1.31.3.ebuild | 63 ++++++++++++++++++++++
14 2 files changed, 64 insertions(+)
15
16 diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
17 index 7796f632bda..7c26ab5ba2f 100644
18 --- a/dev-python/oslo-service/Manifest
19 +++ b/dev-python/oslo-service/Manifest
20 @@ -1 +1,2 @@
21 DIST oslo.service-1.29.0.tar.gz 74957 BLAKE2B b56869cb28704718952c5e151eaf0442b1a4295b8e25a422d91baa241a990d031cd408474e44bd5ea2af2b7451e0c13ec491ed4c2ccf0b07c78b65a81bec4527 SHA512 84f1b8e6abc7c8c95433da53b1a1992570695b80e182f5cb7d87ab394857d8d47c0ef0528b7a45221c897eb4c5c13112d86b8a929efc2988d22844a4c712a340
22 +DIST oslo.service-1.31.3.tar.gz 71511 BLAKE2B 80cd0824b4e07fe834a41d3918dab2361d9c317a8eec143cf1e3831dbc2fb352c803c7f99fef5047960fc90e3826dbeff7e5f0fc642bc2b58bdfe656bd74925e SHA512 8ddff8c52a3b0eba83c420476d7a420f071d5770b7a9b9e0744a4b9ba216304d81d38268ac0aff889b08572d69d992d883b21df8de6739cba6ddf43ea1563263
23
24 diff --git a/dev-python/oslo-service/oslo-service-1.31.3.ebuild b/dev-python/oslo-service/oslo-service-1.31.3.ebuild
25 new file mode 100644
26 index 00000000000..71fb414d08f
27 --- /dev/null
28 +++ b/dev-python/oslo-service/oslo-service-1.31.3.ebuild
29 @@ -0,0 +1,63 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Library for running OpenStack services"
39 +HOMEPAGE="https://pypi.org/project/oslo.service/"
40 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
41 +S="${WORKDIR}/oslo.service-${PV}"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86"
46 +IUSE="test"
47 +
48 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
49 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 + ${CDEPEND}
52 + test? (
53 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
54 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
55 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
56 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
57 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
58 + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
59 + !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
60 + >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
61 + >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
62 + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
63 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
64 + !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
65 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
66 + )"
67 +RDEPEND="
68 + ${CDEPEND}
69 + >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
70 + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
71 + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
72 + >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
73 + >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
74 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
75 + >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
76 + >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
77 + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
78 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
79 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
80 + >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
81 + >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
82 + >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
83 +"
84 +
85 +python_prepare_all() {
86 + sed -i '/^hacking/d' test-requirements.txt || die
87 + distutils-r1_python_prepare_all
88 +}
89 +
90 +python_test() {
91 + nosetests tests/ || die "test failed under ${EPYTHON}"
92 +}