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-utils/
Date: Wed, 04 Mar 2020 17:11:26
Message-Id: 1583341858.9a364a79f3c01b570bcf343fa42c92d1529e4f66.prometheanfire@gentoo
1 commit: 9a364a79f3c01b570bcf343fa42c92d1529e4f66
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 16:35:44 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 17:10:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a364a79
7
8 dev-python/oslo-utils: 3.41.5 bump
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-utils/Manifest | 1 +
14 dev-python/oslo-utils/oslo-utils-3.41.5.ebuild | 104 +++++++++++++++++++++++++
15 2 files changed, 105 insertions(+)
16
17 diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
18 index ff67b00862b..8bea20be96b 100644
19 --- a/dev-python/oslo-utils/Manifest
20 +++ b/dev-python/oslo-utils/Manifest
21 @@ -1 +1,2 @@
22 DIST oslo-utils-3.41.4.tar.gz 91178 BLAKE2B fe3292b2f60021f6c7cff0a2f6444a8d906586278b4560422e7296e996ac2322973f98902b11b72e6d543a18693c5f10a02629c2fa741e36a8338ff3f53de8f5 SHA512 ea12199b583a83b408fdbe4874162689038936a08d2a362e4adc9074da623c38a1642861ad83833c63988298e2efd11c2242bf69090da03d6358856e6e287acd
23 +DIST oslo-utils-3.41.5.tar.gz 91662 BLAKE2B 28ab74823b68cdf427396e5e357f567be5540eaf28e56416015d41ba76ddbe0970064b672c46b53bf23c2dfaae442462fa89d1e140e5f5a271db6e72e4b3e615 SHA512 0d9f9a99a48c0d6623947df6557eca24ebb2ae21d110e1c2a37e09c89fc2749d3ae480bfb534b3a2e3a6f9e7b0db126497f3403825b1272a30f532aa57795b04
24
25 diff --git a/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild b/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
26 new file mode 100644
27 index 00000000000..8fb0bddeb33
28 --- /dev/null
29 +++ b/dev-python/oslo-utils/oslo-utils-3.41.5.ebuild
30 @@ -0,0 +1,104 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{6,7} )
36 +
37 +inherit distutils-r1
38 +
39 +MY_PN=${PN/-/.}
40 +
41 +DESCRIPTION="Oslo Utility library"
42 +HOMEPAGE="https://launchpad.net/oslo"
43 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
44 +S="${WORKDIR}/${MY_PN}-${PV}"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~arm64 ~x86"
49 +IUSE="doc test"
50 +RESTRICT="!test? ( test )"
51 +
52 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
53 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
54 +DEPEND="
55 + dev-python/setuptools[${PYTHON_USEDEP}]
56 + ${CDEPEND}
57 + test? (
58 + >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
59 + !~dev-python/eventlet-0.18.3[${PYTHON_USEDEP}]
60 + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
61 + !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
62 + !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
63 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
64 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
65 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
66 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
67 + >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
68 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
69 + >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
70 + !~dev-python/coverage-4.4.0[${PYTHON_USEDEP}]
71 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
72 + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
73 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
74 + <dev-python/bandit-1.6.0[${PYTHON_USEDEP}]
75 + )
76 + doc? (
77 + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
78 + !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
79 + !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
80 + <dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
81 + $(python_gen_cond_dep '>=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]' python2_7)
82 + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
83 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
84 + )
85 +"
86 +RDEPEND="
87 + ${CDEPEND}
88 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
89 + virtual/python-funcsigs[${PYTHON_USEDEP}]
90 + >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
91 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
92 + >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
93 + >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
94 + >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
95 + >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
96 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
97 + >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
98 +"
99 +
100 +python_prepare_all() {
101 + sed -i '/^hacking/d' test-requirements.txt || die
102 + distutils-r1_python_prepare_all
103 +}
104 +
105 +python_compile_all() {
106 + use doc && esetup.py build_sphinx
107 +}
108 +
109 +# Note: Tests fail due to requiring installation
110 +#
111 +# Installation appears to fail due to the use of namespace packages but root
112 +# cause was never truly established.
113 +#
114 +# Tests fail with:
115 +# ImportError: No module named 'oslo.utils
116 +
117 +#RESTRICT="test"
118 +
119 +python_test() {
120 + distutils_install_for_testing
121 +
122 + cd "${TEST_DIR}"/lib || die
123 +
124 + rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
125 +
126 + testr init || die "testr init failed under ${EPYTHON}"
127 + testr run || die "testr run failed under ${EPYTHON}"
128 +}
129 +
130 +python_install_all() {
131 + use doc && local HTML_DOCS=( doc/build/html/. )
132 +
133 + distutils-r1_python_install_all
134 +}