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: Wed, 10 Apr 2019 05:08:42
Message-Id: 1554872889.b263f451c8bb43641886cee17cdc5540c86cad08.prometheanfire@gentoo
1 commit: b263f451c8bb43641886cee17cdc5540c86cad08
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 10 04:41:57 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 10 05:08:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b263f451
7
8 dev-python/python-cinderclient: 4.1.0 bump
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-cinderclient/Manifest | 1 +
14 .../python-cinderclient-4.1.0.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/dev-python/python-cinderclient/Manifest b/dev-python/python-cinderclient/Manifest
18 index 69e3a1b4545..aaade8212fb 100644
19 --- a/dev-python/python-cinderclient/Manifest
20 +++ b/dev-python/python-cinderclient/Manifest
21 @@ -1,3 +1,4 @@
22 DIST python-cinderclient-3.1.0.tar.gz 278247 BLAKE2B d5fb6b3f74c70fd58cdc8a2cf2ea7a57935fd3246de035ebfc84d1acb037ff309ff1de2954c373a453f623e78b6c84bfca194f77273420eaa46ee291a2a97c28 SHA512 6d828a96802d9a5118ab3b463ed9c8619530a69a1ca153f0c3d737e26bd692864ad2ba4c79e74a18ebf820222a75b81a9735f63c989817797689d8f399f76394
23 DIST python-cinderclient-3.5.0.tar.gz 284317 BLAKE2B c231b2d67071dc01521e271cdae19d0e1bb8af387780b4f855631ae248e156110888eddd63684102d5b5769840d31e622d9db1e24ecdb90ddda06e803c6586fd SHA512 0ee11c19b404c5f335422a5a18d01529330dc8d39b58c5f8b6be28a0e682858f1fea5f21bfcfc2a272a556f1a3a61fa6a0379fadbe79b65a4ad72cccf42a6223
24 DIST python-cinderclient-4.0.1.tar.gz 282913 BLAKE2B 22b20bf80950dd501b7ae89350a7c1d5f44b3489f07063160f7d69b0160b3100536dfeae7b609e709ce2eb963865279faf22ef176ffb60f33b4adc6e2d527fdc SHA512 b74f0d83019ede4598490c8bf4b675bbc75c362ce08099c8590e925d419ee2d55c23ce4d4815d6c31a3aeaf6276f4e72f4801bd629b56ac045025a181030d03c
25 +DIST python-cinderclient-4.1.0.tar.gz 288464 BLAKE2B 492baefef164e74eca662cbde31b77ae751730420782b9926d265548d064cef08e993279482c566f1c810a62f6cda657e59680d511e5633a7c17be8dbc6fe7c1 SHA512 e895e90dd12802c5991bd05c825b712b30bded38a5dd0dc8d845949cc7e76440959a426cb680447496cccdbb0d5aa31f3b982838a91c7b36e8e31bbaa3fb7b7a
26
27 diff --git a/dev-python/python-cinderclient/python-cinderclient-4.1.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-4.1.0.ebuild
28 new file mode 100644
29 index 00000000000..bd35bcef49c
30 --- /dev/null
31 +++ b/dev-python/python-cinderclient/python-cinderclient-4.1.0.ebuild
32 @@ -0,0 +1,37 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A client for the OpenStack Cinder API"
42 +HOMEPAGE="https://launchpad.net/python-cinderclient"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
48 +IUSE=""
49 +
50 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 + !~dev-python/pbr-2.1.0"
52 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
53 + ${CDEPEND}"
54 +RDEPEND="
55 + ${CDEPEND}
56 + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
57 + <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
58 + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
59 + >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
60 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
61 + !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
62 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
63 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
64 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]"
65 +
66 +src_prepare() {
67 + sed -i '/^hacking/d' test-requirements.txt || die
68 + distutils-r1_python_prepare_all
69 +}