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: Tue, 02 Jun 2020 18:40:46
Message-Id: 1591123229.f29e96504bc6ee75d96e973853529b6ccb6f5641.prometheanfire@gentoo
1 commit: f29e96504bc6ee75d96e973853529b6ccb6f5641
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 18:19:23 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 18:40:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29e9650
7
8 dev-python/oslo-concurrency: 4.0.2 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/oslo-concurrency/Manifest | 1 +
14 .../oslo-concurrency/oslo-concurrency-4.0.2.ebuild | 31 ++++++++++++++++++++++
15 2 files changed, 32 insertions(+)
16
17 diff --git a/dev-python/oslo-concurrency/Manifest b/dev-python/oslo-concurrency/Manifest
18 index a6bb56ffd32..19e1dd9dc94 100644
19 --- a/dev-python/oslo-concurrency/Manifest
20 +++ b/dev-python/oslo-concurrency/Manifest
21 @@ -1 +1,2 @@
22 DIST oslo.concurrency-3.29.1.tar.gz 51785 BLAKE2B 4035981fcff3cb4384209f3b640b928dfacd13e324c9df1dfebb0c5230727736ff803b478e506b08ac4bd7bd405763b93bdb951b01751a5e293daa33df860c8e SHA512 f820b07dbb26be9170c7ded08ce96bebc8c8cbfa72a3be56e0cb0fd7a025160fe630ad256c8c5b1adc9059cd1608c3625513b3da311e5a611866280d2b65424e
23 +DIST oslo.concurrency-4.0.2.tar.gz 53910 BLAKE2B 090d9ba4b5267f63edf6cbc6f585e48019a4ac293e24914a8f7c52009b34ce9a4822a8705934c642663bd2a09be3085458868159ef041498e2085e4ccbec50f9 SHA512 ca1ef615ebe986acac853666877061bbc7a02c09bec294ec6221ae4800a561cf9f218855f7eb8b96184d645924e5c68963b47116835c7d2495de83617439d1ef
24
25 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
26 new file mode 100644
27 index 00000000000..7d4e1b76c59
28 --- /dev/null
29 +++ b/dev-python/oslo-concurrency/oslo-concurrency-4.0.2.ebuild
30 @@ -0,0 +1,31 @@
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 python3_7 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="library for running multi-thread, multi-process applications"
40 +HOMEPAGE="https://pypi.org/project/oslo.concurrency/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
42 +S="${WORKDIR}/oslo.concurrency-${PV}"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86"
47 +IUSE=""
48 +RESTRICT=""
49 +
50 +CDPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
52 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 + ${CDEPEND}"
54 +RDEPEND="
55 + ${CDEPEND}
56 + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
57 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
58 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
59 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
60 + >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
61 +"