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: Tue, 09 Apr 2019 07:06:09
Message-Id: 1554793531.41842c175745ee23b149a3d123e2ade24821edba.prometheanfire@gentoo
1 commit: 41842c175745ee23b149a3d123e2ade24821edba
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 06:35:21 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 07:05:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41842c17
7
8 dev-python/oslo-service: 1.38.0 bump
9
10 Package-Manager: Portage-2.3.62, 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.38.0.ebuild | 66 ++++++++++++++++++++++
15 2 files changed, 67 insertions(+)
16
17 diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
18 index 18f565c21ed..2e14295c118 100644
19 --- a/dev-python/oslo-service/Manifest
20 +++ b/dev-python/oslo-service/Manifest
21 @@ -1 +1,2 @@
22 DIST oslo.service-1.31.8.tar.gz 72731 BLAKE2B d0460fa76df75b691dd85bed07b2bff5f8574feb84f324736769156fb1d9c74f181d8267ed69b6f8a371bd9eae3db17d5fc8588bd706da30f3cd065e8d35f80b SHA512 af4f1fc011dce56935d8ce09902172fe3c93f4907023d04c3aacb3e06631b5d5fc891ec55ee3c42acb8e29754a7519d12a38d1264935636284aee9134ce6f84f
23 +DIST oslo.service-1.38.0.tar.gz 78671 BLAKE2B 3291b20a60d57a251045701f890a1dc4077bec070330c4fc86e2bfaa82612e4795d0bc8b1cd8c5d8b70c7be0f45fe6db25c98b263e0a5a7bc4335bd4ae0995d9 SHA512 c2bce20abe535b12f98eea808cc95a687b226c16507ed2a4cc5f7143439f7f1a9137489ae82dc09e175165784046f6103bede3350bd6419ba5d4c134cf6aa361
24
25 diff --git a/dev-python/oslo-service/oslo-service-1.38.0.ebuild b/dev-python/oslo-service/oslo-service-1.38.0.ebuild
26 new file mode 100644
27 index 00000000000..6722d82b6bb
28 --- /dev/null
29 +++ b/dev-python/oslo-service/oslo-service-1.38.0.ebuild
30 @@ -0,0 +1,66 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Library for running OpenStack services"
40 +HOMEPAGE="https://pypi.org/project/oslo.service/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
42 +S="${WORKDIR}/oslo.service-${PV}"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE="test"
48 +
49 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
50 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
51 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
52 + ${CDEPEND}
53 + test? (
54 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
55 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
56 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
57 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
58 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
59 + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
60 + !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
61 + >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
62 + >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
63 + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
64 + >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
65 + !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
66 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
67 + )"
68 +RDEPEND="
69 + ${CDEPEND}
70 + >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
71 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
72 + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
73 + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
74 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
75 + >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
76 + >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
77 + >=dev-python/oslo-utils-3.40.2[${PYTHON_USEDEP}]
78 + >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
79 + >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
80 + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
81 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
82 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
83 + >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
84 + >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
85 + >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
86 + >=dev-python/yappi-1.0[${PYTHON_USEDEP}]
87 +"
88 +
89 +python_prepare_all() {
90 + sed -i '/^hacking/d' test-requirements.txt || die
91 + distutils-r1_python_prepare_all
92 +}
93 +
94 +python_test() {
95 + nosetests tests/ || die "test failed under ${EPYTHON}"
96 +}