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-blazarclient/
Date: Tue, 11 Feb 2020 19:06:50
Message-Id: 1581447980.8fc9a9470fc2f7f5171ee105109911e1fbd2ccbc.prometheanfire@gentoo
1 commit: 8fc9a9470fc2f7f5171ee105109911e1fbd2ccbc
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 18:47:35 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:06:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc9a947
7
8 dev-python/python-blazarclient: 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-blazarclient/Manifest | 1 -
14 .../python-blazarclient-2.0.0.ebuild | 35 ----------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/dev-python/python-blazarclient/Manifest b/dev-python/python-blazarclient/Manifest
18 index 90714924616..c985b3584b3 100644
19 --- a/dev-python/python-blazarclient/Manifest
20 +++ b/dev-python/python-blazarclient/Manifest
21 @@ -1,2 +1 @@
22 -DIST python-blazarclient-2.0.0.tar.gz 32078 BLAKE2B a8f7359485889d41c8e6a36f90f6279a366210d29e3080353fe32e6ee6929784c954c86f0e645d4cefe104132b557648ce27a59873a8248c68d02a0c954490c3 SHA512 af57b7a9d914ed216fe53f6e102ade25654fcf9cc0d4a422c912b2129f5905f47272ea959fab38f0ac23678e719c8b5807fa5e852b22f5f7418c72a17d25412a
23 DIST python-blazarclient-2.1.0.tar.gz 32950 BLAKE2B cdad6f6e60e95ba97fff6a3d54e642679e2ba203d1aadcadb8190c9fda38dab27808ffbddcfa41852dc72504e9009ec62863991f832d086d70e22bf9652151b5 SHA512 a5d2749969d354ff96b4f223d49f69333a874f167e62663edf4209879b3783d1272dc591157b5a8d1b25206e7c796aa4e0d5966de74aac4429c2ebd9670d1987
24
25 diff --git a/dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild b/dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild
26 deleted file mode 100644
27 index dc7ff4ee8ab..00000000000
28 --- a/dev-python/python-blazarclient/python-blazarclient-2.0.0.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python3_6 )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="This is a client for the OpenStack Blazar API"
40 -HOMEPAGE="https://github.com/openstack/python-blazarclient"
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"
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/cliff-2.8.0[${PYTHON_USEDEP}]
55 - !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
56 - >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
57 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
58 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
59 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
60 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
64 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
65 -"