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/python-cinderclient/
Date: Sun, 11 Oct 2020 01:29:37
Message-Id: 1602379762.ff7ee7d1f692229d22762ae31493529cf5653477.prometheanfire@gentoo
1 commit: ff7ee7d1f692229d22762ae31493529cf5653477
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 01:27:07 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 01:29:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7ee7d1
7
8 dev-python/python-cinderclient: 7.2.0 bump
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-cinderclient/Manifest | 1 +
14 .../python-cinderclient-7.2.0.ebuild | 34 ++++++++++++++++++++++
15 2 files changed, 35 insertions(+)
16
17 diff --git a/dev-python/python-cinderclient/Manifest b/dev-python/python-cinderclient/Manifest
18 index e5639b56197..2a224c62500 100644
19 --- a/dev-python/python-cinderclient/Manifest
20 +++ b/dev-python/python-cinderclient/Manifest
21 @@ -1 +1,2 @@
22 DIST python-cinderclient-4.2.2.tar.gz 289041 BLAKE2B c397c530a040f340d8b39d33348299c547f4591e0046c89644014e3ecdb1163c2b7d46111609ffb6586ed4dd70ae7c1a9f2895046ac7650d101cb6581a5f758f SHA512 fbbdf3828bc13c316c148290575a5efc349c02123bde0f965e11d504cb690fdda9c18af36aa4fc7c6289dc809b45aca41721c3f30b71d088bda2733c785c5ef9
23 +DIST python-cinderclient-7.2.0.tar.gz 248517 BLAKE2B 8d992762d3ee69db12f51f6e4e005c6781c865274d42ba31d693854f1c5267a1a15cf5591ed262dacf463a10a719069fc1db67a4fcc95d528b964e128c50a8c8 SHA512 535be2d6e71a9fc415b17929a78cf7c8f1e5f5f2764637fbcd22c90b08da4ae477b863c913faad24439aea06e234cf26a66f392d54e5238af4c2730f4a087a13
24
25 diff --git a/dev-python/python-cinderclient/python-cinderclient-7.2.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-7.2.0.ebuild
26 new file mode 100644
27 index 00000000000..31ce7993519
28 --- /dev/null
29 +++ b/dev-python/python-cinderclient/python-cinderclient-7.2.0.ebuild
30 @@ -0,0 +1,34 @@
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,7,8} )
36 +DISTUTILS_USE_SETUPTOOLS=rdepend
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A client for the OpenStack Cinder API"
41 +HOMEPAGE="https://launchpad.net/python-cinderclient"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
47 +IUSE=""
48 +
49 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
50 + !~dev-python/pbr-2.1.0"
51 +DEPEND="${CDEPEND}"
52 +RDEPEND="
53 + ${CDEPEND}
54 + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
55 + <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
56 + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
57 + >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
58 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
59 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
60 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
61 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
62 + !~dev-python/requests-2.20.0[${PYTHON_USEDEP}]
63 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
64 +"