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-zaqarclient/
Date: Tue, 11 Feb 2020 19:06:57
Message-Id: 1581447992.b0e3ab129145eae60f30d66f10722c0cf7aa0540.prometheanfire@gentoo
1 commit: b0e3ab129145eae60f30d66f10722c0cf7aa0540
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 18:59:26 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:06:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e3ab12
7
8 dev-python/python-zaqarclient: 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-zaqarclient/Manifest | 1 -
14 .../python-zaqarclient-1.2.0.ebuild | 39 ----------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/dev-python/python-zaqarclient/Manifest b/dev-python/python-zaqarclient/Manifest
18 index 517bcc0a7af..4b7facc12a1 100644
19 --- a/dev-python/python-zaqarclient/Manifest
20 +++ b/dev-python/python-zaqarclient/Manifest
21 @@ -1,2 +1 @@
22 DIST python-zaqarclient-1.11.0.tar.gz 85724 BLAKE2B 84e34998a76bd475b3aad2882f076f8ca89dcfc1a24155d0e88269fda3d82d4b1348461d1f59a5f21726dbc56b37219d9e75957737452e759672505a1f16a4c9 SHA512 4b57cd336a6517760d32a5e01a7c87a9ee0526323a222faa6fcd6e33a506b0746d6418e9eee3fa00e7ba4a01912ee108fe1feb3469e0a14089cc760a0756b7fb
23 -DIST python-zaqarclient-1.2.0.tar.gz 66649 BLAKE2B b1fc054661562b861c39344c73abc8c85fd585b47099a8625ed2a4862997693b793c77698c6147da44affda12cd17d529b5b028d867d5b74400bd7dde13ef4e1 SHA512 1590839460815daa1f0754d47ef789e0c2d2a078265bbb6595eac32114a36c5f15512a2781841955fe99cbdf2cdaa8a13061f535229a284f5b98f97d017dd8a2
24
25 diff --git a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild
26 deleted file mode 100644
27 index f565f9a353f..00000000000
28 --- a/dev-python/python-zaqarclient/python-zaqarclient-1.2.0.ebuild
29 +++ /dev/null
30 @@ -1,39 +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 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A client for the OpenStack Zaqar API"
40 -HOMEPAGE="https://github.com/openstack/python-zaqarclient"
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 -
47 -CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
48 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
49 - ${CDEPEND}"
50 -RDEPEND="
51 - ${CDEPEND}
52 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
53 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
54 - >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
55 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
56 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
57 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
60 - >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
61 - !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
62 - >=dev-python/osc-lib-1.0.2[${PYTHON_USEDEP}]
63 -"
64 -
65 -python_prepare_all() {
66 - # built in...
67 - sed -i '/^hacking/d' test-requirements.txt || die
68 - distutils-r1_python_prepare_all
69 -}