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: Thu, 06 Jul 2017 16:59:02
Message-Id: 1499360296.372f1afd7da84498f467adfedf493662200da4b2.prometheanfire@gentoo
1 commit: 372f1afd7da84498f467adfedf493662200da4b2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 16:48:47 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 16:58:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=372f1afd
7
8 dev-python/oslo-service: 1.19.1 bup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-python/oslo-service/Manifest | 1 +
13 dev-python/oslo-service/oslo-service-1.19.1.ebuild | 62 ++++++++++++++++++++++
14 2 files changed, 63 insertions(+)
15
16 diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
17 index fac6cf081cc..98f91a0f438 100644
18 --- a/dev-python/oslo-service/Manifest
19 +++ b/dev-python/oslo-service/Manifest
20 @@ -1 +1,2 @@
21 DIST oslo.service-1.19.0.tar.gz 74937 SHA256 4c4e0198b6d87b6566f48c8e89cbe87386d4b44ba03159f28655f911a65dbff8 SHA512 d9f8c5d07d418ab2d0234299071e4ff129ec4af4bf8f2973f7899c1a7636fc67f1ce16e770ada7c7fe8a19f28a156536e1c159546a0dd708f26404dffceb5c70 WHIRLPOOL fc413ac2f7e3acff1664b1a98aeebeac6a2e42b2e82f276f628386754f962542c7c83edbc026ad66ad93067e1c5368f52bdf3bc3c8cb9cf222a2c0ac551cf215
22 +DIST oslo.service-1.19.1.tar.gz 76246 SHA256 b7106bd22a092b358f929f28b2e4726b42c470b32d3e146d9c69e05661e0c37d SHA512 3298ba9e0dddfe477c324b3eb55d4d20ab5da6231488658b78290d1e9e9eafab758885d350471d1c87c24d01551a4643c1f748323a8455d743f0dbe74d4c5d68 WHIRLPOOL 748820fb92e5a273ff2dcf9a20cf040c30e965ce2dc8743a74679ec961fd7d46325de3c5923949fa60f49f98ec160d568bdfda04ebb06c8fd74270b127fa3d39
23
24 diff --git a/dev-python/oslo-service/oslo-service-1.19.1.ebuild b/dev-python/oslo-service/oslo-service-1.19.1.ebuild
25 new file mode 100644
26 index 00000000000..0660928ac7c
27 --- /dev/null
28 +++ b/dev-python/oslo-service/oslo-service-1.19.1.ebuild
29 @@ -0,0 +1,62 @@
30 +# Copyright 1999-2017 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 python3_5 )
35 +
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Library for running OpenStack services"
39 +HOMEPAGE="https://pypi.python.org/pypi/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-1.8[${PYTHON_USEDEP}]"
49 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 + ${CDEPEND}
51 + test? (
52 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
53 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
54 + >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
55 + >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
56 + >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
57 + <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
58 + dev-python/doc8[${PYTHON_USEDEP}]
59 + >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
60 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
61 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
62 + )"
63 +RDEPEND="
64 + ${CDEPEND}
65 + >=dev-python/webob-1.6.0[${PYTHON_USEDEP}]
66 + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
67 + >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}]
68 + >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
69 + >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
70 + >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
71 + >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
72 + !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
73 + >=dev-python/oslo-log-3.11.0[${PYTHON_USEDEP}]
74 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
75 + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
76 + >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
77 + >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
78 + !~dev-python/routes-2.0[${PYTHON_USEDEP}]
79 + !~dev-python/routes-2.1[$(python_gen_usedep 'python2_7')]
80 + !~dev-python/routes-2.3[${PYTHON_USEDEP}]
81 + dev-python/paste[${PYTHON_USEDEP}]
82 +"
83 +
84 +python_prepare_all() {
85 + sed -i '/^hacking/d' test-requirements.txt || die
86 + distutils-r1_python_prepare_all
87 +}
88 +
89 +python_test() {
90 + nosetests tests/ || die "test failed under ${EPYTHON}"
91 +}