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: Fri, 15 Nov 2019 16:23:39
Message-Id: 1573835009.3458c93b0909f20226f65e90f2a4067f64fbfdc6.prometheanfire@gentoo
1 commit: 3458c93b0909f20226f65e90f2a4067f64fbfdc6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 16:22:59 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 16:23:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3458c93b
7
8 dev-python/oslo-utils: 3.41.3 bump
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.18
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.3.ebuild | 103 +++++++++++++++++++++++++
15 2 files changed, 104 insertions(+)
16
17 diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
18 index ccf50e6156c..b999bd0c6d1 100644
19 --- a/dev-python/oslo-utils/Manifest
20 +++ b/dev-python/oslo-utils/Manifest
21 @@ -1 +1,2 @@
22 DIST oslo-utils-3.40.4.tar.gz 90174 BLAKE2B 63c419c7925d58bdf73e3a1aaa683141f5e91d2b70a7e27db44a49ef5c662e7e1ff45016edc51eb73892ddebb45f6bcf4d8c1066d2eb6c6ebafa7f6a1be662b0 SHA512 d5df70052f0c4931fb5e9e89b6edf98ec2435a319157e04f53bf486f54e855ab178825772d405c2121cd2a2cfb894abfa35afe11edbe6b5b8030cbb915f841ab
23 +DIST oslo-utils-3.41.3.tar.gz 91174 BLAKE2B 9783360e5328083b5cfb2813f388ea29ca8876ce01cbcba5a25e0706766aab87d28f7683c4a9ef43ad9a0a4756403d2f35dc61ad170ada33e0dab67e5d5a6af4 SHA512 b8efc1ee5e22a0f224a48406208424d75ae1b9eb2b740bd2ac57e172f23f2d7e3f2ae712a006f89b4a64e0b6a619858908540b729705285d0aa99a8d5081495f
24
25 diff --git a/dev-python/oslo-utils/oslo-utils-3.41.3.ebuild b/dev-python/oslo-utils/oslo-utils-3.41.3.ebuild
26 new file mode 100644
27 index 00000000000..3079473e8c1
28 --- /dev/null
29 +++ b/dev-python/oslo-utils/oslo-utils-3.41.3.ebuild
30 @@ -0,0 +1,103 @@
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_{5,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 +
51 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
52 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
53 +DEPEND="
54 + dev-python/setuptools[${PYTHON_USEDEP}]
55 + ${CDEPEND}
56 + test? (
57 + >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
58 + !~dev-python/eventlet-0.18.3[${PYTHON_USEDEP}]
59 + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
60 + !~dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
61 + !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
62 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
63 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
64 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
65 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
66 + >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
67 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
68 + >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
69 + !~dev-python/coverage-4.4.0[${PYTHON_USEDEP}]
70 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
71 + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
72 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
73 + <dev-python/bandit-1.6.0[${PYTHON_USEDEP}]
74 + )
75 + doc? (
76 + >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
77 + !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
78 + !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
79 + <dev-python/sphinx-2.0.0[${PYTHON_USEDEP}]
80 + $(python_gen_cond_dep '>=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]' python2_7)
81 + >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
82 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
83 + )
84 +"
85 +RDEPEND="
86 + ${CDEPEND}
87 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
88 + virtual/python-funcsigs[${PYTHON_USEDEP}]
89 + >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
90 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
91 + >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
92 + >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
93 + >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
94 + >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
95 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
96 + >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
97 +"
98 +
99 +python_prepare_all() {
100 + sed -i '/^hacking/d' test-requirements.txt || die
101 + distutils-r1_python_prepare_all
102 +}
103 +
104 +python_compile_all() {
105 + use doc && esetup.py build_sphinx
106 +}
107 +
108 +# Note: Tests fail due to requiring installation
109 +#
110 +# Installation appears to fail due to the use of namespace packages but root
111 +# cause was never truly established.
112 +#
113 +# Tests fail with:
114 +# ImportError: No module named 'oslo.utils
115 +
116 +#RESTRICT="test"
117 +
118 +python_test() {
119 + distutils_install_for_testing
120 +
121 + cd "${TEST_DIR}"/lib || die
122 +
123 + rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
124 +
125 + testr init || die "testr init failed under ${EPYTHON}"
126 + testr run || die "testr run failed under ${EPYTHON}"
127 +}
128 +
129 +python_install_all() {
130 + use doc && local HTML_DOCS=( doc/build/html/. )
131 +
132 + distutils-r1_python_install_all
133 +}