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: Tue, 11 Feb 2020 19:06:50
Message-Id: 1581447981.add7ad2a8974c7a13b741ca1f118ce9968ccf30f.prometheanfire@gentoo
1 commit: add7ad2a8974c7a13b741ca1f118ce9968ccf30f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 18:48:32 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:06:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add7ad2a
7
8 dev-python/python-cinderclient: cleanup
9
10 Package-Manager: Portage-2.3.84, 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.1.0.ebuild | 37 ----------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/dev-python/python-cinderclient/Manifest b/dev-python/python-cinderclient/Manifest
18 index 42150c1bcc1..aac00f43a1c 100644
19 --- a/dev-python/python-cinderclient/Manifest
20 +++ b/dev-python/python-cinderclient/Manifest
21 @@ -1,2 +1 @@
22 -DIST python-cinderclient-4.1.0.tar.gz 288464 BLAKE2B 492baefef164e74eca662cbde31b77ae751730420782b9926d265548d064cef08e993279482c566f1c810a62f6cda657e59680d511e5633a7c17be8dbc6fe7c1 SHA512 e895e90dd12802c5991bd05c825b712b30bded38a5dd0dc8d845949cc7e76440959a426cb680447496cccdbb0d5aa31f3b982838a91c7b36e8e31bbaa3fb7b7a
23 DIST python-cinderclient-4.2.1.tar.gz 287696 BLAKE2B b79068acfeafd9e8ab85035fcda1cceaacc68d3a847b4d070fcb16efdf103ad362c21196afc0ea23eba6a9110f5e96d8de8e2446889740c9abccd912a972358d SHA512 e72af1163bbd882354aea3b7ecdc36cad0899589430e31006f9b1f5f1d00866c9c0de631d2a94b83b3dc358039069adefef54231ecb191ad167339ca3a37a588
24
25 diff --git a/dev-python/python-cinderclient/python-cinderclient-4.1.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-4.1.0.ebuild
26 deleted file mode 100644
27 index 63d6cf10b00..00000000000
28 --- a/dev-python/python-cinderclient/python-cinderclient-4.1.0.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
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} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A client for the OpenStack Cinder API"
40 -HOMEPAGE="https://launchpad.net/python-cinderclient"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
46 -IUSE=""
47 -
48 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
49 - !~dev-python/pbr-2.1.0"
50 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
51 - ${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/Babel-2.3.4[${PYTHON_USEDEP}]
59 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
60 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]"
63 -
64 -src_prepare() {
65 - sed -i '/^hacking/d' test-requirements.txt || die
66 - distutils-r1_python_prepare_all
67 -}