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: Fri, 15 Feb 2019 16:15:15
Message-Id: 1550247296.40014ac3c68185a17d4d9a8efebf8b3d40d8e152.prometheanfire@gentoo
1 commit: 40014ac3c68185a17d4d9a8efebf8b3d40d8e152
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 16:14:35 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 16:14:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40014ac3
7
8 dev-python/oslo-service: 1.31.7 stable amd64/x86 with cleanup
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 | 2 -
14 dev-python/oslo-service/oslo-service-1.29.0.ebuild | 61 ---------------------
15 dev-python/oslo-service/oslo-service-1.31.5.ebuild | 63 ----------------------
16 dev-python/oslo-service/oslo-service-1.31.7.ebuild | 2 +-
17 4 files changed, 1 insertion(+), 127 deletions(-)
18
19 diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
20 index 4175338fbfd..f2e0af20b6a 100644
21 --- a/dev-python/oslo-service/Manifest
22 +++ b/dev-python/oslo-service/Manifest
23 @@ -1,3 +1 @@
24 -DIST oslo.service-1.29.0.tar.gz 74957 BLAKE2B b56869cb28704718952c5e151eaf0442b1a4295b8e25a422d91baa241a990d031cd408474e44bd5ea2af2b7451e0c13ec491ed4c2ccf0b07c78b65a81bec4527 SHA512 84f1b8e6abc7c8c95433da53b1a1992570695b80e182f5cb7d87ab394857d8d47c0ef0528b7a45221c897eb4c5c13112d86b8a929efc2988d22844a4c712a340
25 -DIST oslo.service-1.31.5.tar.gz 71865 BLAKE2B 2ad5ff5124e1b33a216510d39e7d37f3371257281cda9ebe0263a3dc741762d8c737478772cb89000a01bcbb7d9647a3cc3bbeaa62949f4957d1f2eb7ff0ba1e SHA512 9c6ebcfc9683601bfd4a54dfa8eeb3d687ea813a5081550092845350fb178fb9f609ff9f3caca6f0cd48ca6280ec71b4587741ed5a836ca38bbc6958aa521fb3
26 DIST oslo.service-1.31.7.tar.gz 72069 BLAKE2B 8a40608ba3b4ab8c78cc48f89607af5db3e493aaec48e4b33d917fd5ea32478dc04a0ccb2f1aec524acc900a13d9880d8bd51e49bd3b2eab787d7b7c55872e47 SHA512 18bd558cbbf67441438f62a212ca61affd625597a02cbe8948bf055e61887a0e1b21dfc18e7450ec21951377daabcda8e5e7f57b39f5dcaa1b1d635df13f8e21
27
28 diff --git a/dev-python/oslo-service/oslo-service-1.29.0.ebuild b/dev-python/oslo-service/oslo-service-1.29.0.ebuild
29 deleted file mode 100644
30 index 6f1036b8846..00000000000
31 --- a/dev-python/oslo-service/oslo-service-1.29.0.ebuild
32 +++ /dev/null
33 @@ -1,61 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Library for running OpenStack services"
43 -HOMEPAGE="https://pypi.org/project/oslo.service/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
45 -S="${WORKDIR}/oslo.service-${PV}"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 x86"
50 -IUSE="test"
51 -
52 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
53 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
54 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
55 - ${CDEPEND}
56 - test? (
57 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
58 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
59 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
60 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
61 - >=dev-python/openstackdocstheme-1.17.0[${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/eventlet-0.18.4[${PYTHON_USEDEP}]
72 - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
73 - <dev-python/eventlet-0.21.0[${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.20.0[${PYTHON_USEDEP}]
78 - >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
79 - >=dev-python/oslo-log-3.30.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 -}
95
96 diff --git a/dev-python/oslo-service/oslo-service-1.31.5.ebuild b/dev-python/oslo-service/oslo-service-1.31.5.ebuild
97 deleted file mode 100644
98 index 51d7ec7608e..00000000000
99 --- a/dev-python/oslo-service/oslo-service-1.31.5.ebuild
100 +++ /dev/null
101 @@ -1,63 +0,0 @@
102 -# Copyright 1999-2018 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
107 -
108 -inherit distutils-r1
109 -
110 -DESCRIPTION="Library for running OpenStack services"
111 -HOMEPAGE="https://pypi.org/project/oslo.service/"
112 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
113 -S="${WORKDIR}/oslo.service-${PV}"
114 -
115 -LICENSE="Apache-2.0"
116 -SLOT="0"
117 -KEYWORDS="amd64 ~arm64 x86"
118 -IUSE="test"
119 -
120 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
121 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
122 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
123 - ${CDEPEND}
124 - test? (
125 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
126 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
127 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
128 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
129 - >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
130 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
131 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
132 - >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
133 - >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
134 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
135 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
136 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
137 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
138 - )"
139 -RDEPEND="
140 - ${CDEPEND}
141 - >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
142 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
143 - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
144 - >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
145 - >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
146 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
147 - >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
148 - >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
149 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
150 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
151 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
152 - >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
153 - >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
154 - >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
155 -"
156 -
157 -python_prepare_all() {
158 - sed -i '/^hacking/d' test-requirements.txt || die
159 - distutils-r1_python_prepare_all
160 -}
161 -
162 -python_test() {
163 - nosetests tests/ || die "test failed under ${EPYTHON}"
164 -}
165
166 diff --git a/dev-python/oslo-service/oslo-service-1.31.7.ebuild b/dev-python/oslo-service/oslo-service-1.31.7.ebuild
167 index 2a0093adb6f..1826f770123 100644
168 --- a/dev-python/oslo-service/oslo-service-1.31.7.ebuild
169 +++ b/dev-python/oslo-service/oslo-service-1.31.7.ebuild
170 @@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.service-${PV}"
171
172 LICENSE="Apache-2.0"
173 SLOT="0"
174 -KEYWORDS="~amd64 ~arm64 ~x86"
175 +KEYWORDS="amd64 ~arm64 x86"
176 IUSE="test"
177
178 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]