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: Thu, 23 Apr 2020 19:36:44
Message-Id: 1587670591.431f67eef9697f7be77964504071d4ae61bf1d06.prometheanfire@gentoo
1 commit: 431f67eef9697f7be77964504071d4ae61bf1d06
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 19:27:40 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 19:36:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431f67ee
7
8 dev-python/python-cinderclient: 4.2.2 stable amd64/x86 with cleanup
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-cinderclient/Manifest | 1 -
14 .../python-cinderclient-4.2.1.ebuild | 37 ----------------------
15 .../python-cinderclient-4.2.2.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 39 deletions(-)
17
18 diff --git a/dev-python/python-cinderclient/Manifest b/dev-python/python-cinderclient/Manifest
19 index 581f4f910fc..e5639b56197 100644
20 --- a/dev-python/python-cinderclient/Manifest
21 +++ b/dev-python/python-cinderclient/Manifest
22 @@ -1,2 +1 @@
23 -DIST python-cinderclient-4.2.1.tar.gz 287696 BLAKE2B b79068acfeafd9e8ab85035fcda1cceaacc68d3a847b4d070fcb16efdf103ad362c21196afc0ea23eba6a9110f5e96d8de8e2446889740c9abccd912a972358d SHA512 e72af1163bbd882354aea3b7ecdc36cad0899589430e31006f9b1f5f1d00866c9c0de631d2a94b83b3dc358039069adefef54231ecb191ad167339ca3a37a588
24 DIST python-cinderclient-4.2.2.tar.gz 289041 BLAKE2B c397c530a040f340d8b39d33348299c547f4591e0046c89644014e3ecdb1163c2b7d46111609ffb6586ed4dd70ae7c1a9f2895046ac7650d101cb6581a5f758f SHA512 fbbdf3828bc13c316c148290575a5efc349c02123bde0f965e11d504cb690fdda9c18af36aa4fc7c6289dc809b45aca41721c3f30b71d088bda2733c785c5ef9
25
26 diff --git a/dev-python/python-cinderclient/python-cinderclient-4.2.1.ebuild b/dev-python/python-cinderclient/python-cinderclient-4.2.1.ebuild
27 deleted file mode 100644
28 index 63d6cf10b00..00000000000
29 --- a/dev-python/python-cinderclient/python-cinderclient-4.2.1.ebuild
30 +++ /dev/null
31 @@ -1,37 +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,7} )
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="dev-python/setuptools[${PYTHON_USEDEP}]
52 - ${CDEPEND}"
53 -RDEPEND="
54 - ${CDEPEND}
55 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
56 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
57 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
58 - >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
59 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
60 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]"
64 -
65 -src_prepare() {
66 - sed -i '/^hacking/d' test-requirements.txt || die
67 - distutils-r1_python_prepare_all
68 -}
69
70 diff --git a/dev-python/python-cinderclient/python-cinderclient-4.2.2.ebuild b/dev-python/python-cinderclient/python-cinderclient-4.2.2.ebuild
71 index 5bce90942b3..63d6cf10b00 100644
72 --- a/dev-python/python-cinderclient/python-cinderclient-4.2.2.ebuild
73 +++ b/dev-python/python-cinderclient/python-cinderclient-4.2.2.ebuild
74 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
75
76 LICENSE="Apache-2.0"
77 SLOT="0"
78 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
79 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
80 IUSE=""
81
82 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]