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: Wed, 13 Mar 2019 16:45:01
Message-Id: 1552495473.7d55d511c8c8f67318d7386eb91c2dfadb3e9021.prometheanfire@gentoo
1 commit: 7d55d511c8c8f67318d7386eb91c2dfadb3e9021
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 16:15:55 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 16:44:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d55d511
7
8 dev-python/oslo-service: 1.31.8 stable amd64/x86 with cleanup
9
10 fixes signal handling in python3 (eventlet stuff)
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 dev-python/oslo-service/Manifest | 1 -
16 dev-python/oslo-service/oslo-service-1.31.7.ebuild | 63 ----------------------
17 dev-python/oslo-service/oslo-service-1.31.8.ebuild | 2 +-
18 3 files changed, 1 insertion(+), 65 deletions(-)
19
20 diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
21 index bb7d343bef8..18f565c21ed 100644
22 --- a/dev-python/oslo-service/Manifest
23 +++ b/dev-python/oslo-service/Manifest
24 @@ -1,2 +1 @@
25 -DIST oslo.service-1.31.7.tar.gz 72069 BLAKE2B 8a40608ba3b4ab8c78cc48f89607af5db3e493aaec48e4b33d917fd5ea32478dc04a0ccb2f1aec524acc900a13d9880d8bd51e49bd3b2eab787d7b7c55872e47 SHA512 18bd558cbbf67441438f62a212ca61affd625597a02cbe8948bf055e61887a0e1b21dfc18e7450ec21951377daabcda8e5e7f57b39f5dcaa1b1d635df13f8e21
26 DIST oslo.service-1.31.8.tar.gz 72731 BLAKE2B d0460fa76df75b691dd85bed07b2bff5f8574feb84f324736769156fb1d9c74f181d8267ed69b6f8a371bd9eae3db17d5fc8588bd706da30f3cd065e8d35f80b SHA512 af4f1fc011dce56935d8ce09902172fe3c93f4907023d04c3aacb3e06631b5d5fc891ec55ee3c42acb8e29754a7519d12a38d1264935636284aee9134ce6f84f
27
28 diff --git a/dev-python/oslo-service/oslo-service-1.31.7.ebuild b/dev-python/oslo-service/oslo-service-1.31.7.ebuild
29 deleted file mode 100644
30 index 1826f770123..00000000000
31 --- a/dev-python/oslo-service/oslo-service-1.31.7.ebuild
32 +++ /dev/null
33 @@ -1,63 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
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-3.2.0[${PYTHON_USEDEP}]
60 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
61 - >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
62 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
63 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
64 - >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
65 - >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
66 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
67 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
68 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
69 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
70 - )"
71 -RDEPEND="
72 - ${CDEPEND}
73 - >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
74 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
75 - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
76 - >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
77 - >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
78 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
79 - >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
80 - >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
81 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
82 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
83 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
84 - >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
85 - >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
86 - >=dev-python/paste-2.0.2[${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 -}
97
98 diff --git a/dev-python/oslo-service/oslo-service-1.31.8.ebuild b/dev-python/oslo-service/oslo-service-1.31.8.ebuild
99 index 2a0093adb6f..1826f770123 100644
100 --- a/dev-python/oslo-service/oslo-service-1.31.8.ebuild
101 +++ b/dev-python/oslo-service/oslo-service-1.31.8.ebuild
102 @@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.service-${PV}"
103
104 LICENSE="Apache-2.0"
105 SLOT="0"
106 -KEYWORDS="~amd64 ~arm64 ~x86"
107 +KEYWORDS="amd64 ~arm64 x86"
108 IUSE="test"
109
110 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]