Gentoo Archives: gentoo-commits

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