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-concurrency/
Date: Thu, 02 Jul 2020 23:54:26
Message-Id: 1593734039.7546af11691bb50441de296b0c6ad5417d998a8a.prometheanfire@gentoo
1 commit: 7546af11691bb50441de296b0c6ad5417d998a8a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 23:35:56 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 23:53:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7546af11
7
8 dev-python/oslo-concurrency: 4.0.2 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-concurrency/Manifest | 1 -
14 .../oslo-concurrency-3.29.1.ebuild | 56 ----------------------
15 .../oslo-concurrency/oslo-concurrency-4.0.2.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 58 deletions(-)
17
18 diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest
19 index 19e1dd9dc94..e4542793eb0 100644
20 --- a/dev-python/oslo-concurrency/Manifest
21 +++ b/dev-python/oslo-concurrency/Manifest
22 @@ -1,2 +1 @@
23 -DIST oslo.concurrency-3.29.1.tar.gz 51785 BLAKE2B 4035981fcff3cb4384209f3b640b928dfacd13e324c9df1dfebb0c5230727736ff803b478e506b08ac4bd7bd405763b93bdb951b01751a5e293daa33df860c8e SHA512 f820b07dbb26be9170c7ded08ce96bebc8c8cbfa72a3be56e0cb0fd7a025160fe630ad256c8c5b1adc9059cd1608c3625513b3da311e5a611866280d2b65424e
24 DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9 SHA512 ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef
25
26 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild
27 deleted file mode 100644
28 index 02eb25dc688..00000000000
29 --- a/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild
30 +++ /dev/null
31 @@ -1,56 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -PYTHON_COMPAT=( python3_6 python3_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="library for running multi-thread, multi-process applications"
41 -HOMEPAGE="https://pypi.org/project/oslo.concurrency/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
43 -S="${WORKDIR}/oslo.concurrency-${PV}"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
52 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
53 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
54 - ${CDEPEND}
55 - test? (
56 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
57 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
58 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
59 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
60 - >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
61 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
62 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
63 - !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
64 - >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
65 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
66 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
67 - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
68 - >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
69 - )"
70 -RDEPEND="
71 - ${CDEPEND}
72 - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
73 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
74 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
75 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
76 - >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
77 -"
78 -
79 -python_prepare_all() {
80 - sed -i '/^futures/d' test-requirements.txt || die
81 - sed -i '/^hacking/d' test-requirements.txt || die
82 - distutils-r1_python_prepare_all
83 -}
84 -
85 -python_test() {
86 - nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
87 -}
88
89 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
90 index 7d4e1b76c59..6e2470a8637 100644
91 --- a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
92 +++ b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
93 @@ -13,7 +13,7 @@ S="${WORKDIR}/oslo.concurrency-${PV}"
94
95 LICENSE="Apache-2.0"
96 SLOT="0"
97 -KEYWORDS="~amd64 ~arm64 ~x86"
98 +KEYWORDS="amd64 ~arm64 x86"
99 IUSE=""
100 RESTRICT=""