Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-glanceclient/
Date: Tue, 08 May 2018 16:55:51
Message-Id: 1525798528.28f87ed64218daa162ed855a5d981b472dac08cf.prometheanfire@gentoo
1 commit: 28f87ed64218daa162ed855a5d981b472dac08cf
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 16:17:16 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 16:55:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f87ed6
7
8 dev-python/python-glanceclient: cleanup
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-python/python-glanceclient/Manifest | 1 -
13 .../python-glanceclient-2.9.1.ebuild | 77 ----------------------
14 2 files changed, 78 deletions(-)
15
16 diff --git a/dev-python/python-glanceclient/Manifest b/dev-python/python-glanceclient/Manifest
17 index 8d2050712b6..70cd282cb8b 100644
18 --- a/dev-python/python-glanceclient/Manifest
19 +++ b/dev-python/python-glanceclient/Manifest
20 @@ -1,3 +1,2 @@
21 DIST python-glanceclient-2.10.0.tar.gz 180299 BLAKE2B 0d97626361ad7fc2c688f5da6af6d49bf6e078f715560b4ac93725f8ea6df895e7eed0e44bf69399c973978af22ebaef3d371ae19026cff7fb2bd896c8be30d2 SHA512 9132493559d7a7b6de62e5ec1bdcd7a2dcf408c00bb0cfaccb6e11829975d468bfe68feabd71fdf8cc0d28a2c5c549945816aa14c9469314ffafd3d39b9c2da6
22 DIST python-glanceclient-2.8.0.tar.gz 177172 BLAKE2B 0772b7e2b788b63bb590c8354dbad2c4e0bbd731f790f36916aeb154a44474f979961195d307e45149bccd2a58e1df72c48aa0593d6972c606b393f1202ee440 SHA512 257eaf1d548a3a6277b9c80e8b23b9ae4231586307c43a064754c227f3e3c872451ec0469aca931638ea0f7c9920892878c677b144dc72bad215c38d375a63d3
23 -DIST python-glanceclient-2.9.1.tar.gz 175836 BLAKE2B f559bff0b4ae1d1782bb06f9bb8b0188d9e78b83afb52a07245f8d9694bfe88e52718d3279f8b2b7d32acdd3cc86d507154bc9bcf716206696144345f4766249 SHA512 0dae48a5673ed779c0a4136896f5e74dcde489a5dfee55295f65d4b74dbe4680b1669570d0fe5011ca5282d0b6057ebc9261e5a06cff0b09fe41fa88529c3947
24
25 diff --git a/dev-python/python-glanceclient/python-glanceclient-2.9.1.ebuild b/dev-python/python-glanceclient/python-glanceclient-2.9.1.ebuild
26 deleted file mode 100644
27 index ff874e295b7..00000000000
28 --- a/dev-python/python-glanceclient/python-glanceclient-2.9.1.ebuild
29 +++ /dev/null
30 @@ -1,77 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A client for the OpenStack Glance API"
40 -HOMEPAGE="https://github.com/openstack/python-glanceclient"
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="doc test"
47 -REQUIRED_USE="test? ( doc )"
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 - test? (
54 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
55 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
56 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
57 - >=dev-python/ordereddict-1.1[$(python_gen_usedep 'python2_7')]
58 - >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
59 - >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
60 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
61 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
62 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
63 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
64 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
65 - >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
66 - )
67 - doc? (
68 - >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
69 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
70 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
71 - )
72 -"
73 -RDEPEND="
74 - ${CDEPEND}
75 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
76 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
77 - >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
78 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
79 - >=dev-python/warlock-1.2.0[${PYTHON_USEDEP}]
80 - <dev-python/warlock-2[${PYTHON_USEDEP}]
81 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
82 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
83 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
84 - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
85 - >=dev-python/pyopenssl-16.2.0[${PYTHON_USEDEP}]
86 -"
87 -
88 -python_prepare_all() {
89 - sed -e 's:intersphinx_mapping:_&:' -i doc/source/conf.py || die
90 - sed -i '/^hacking/d' test-requirements.txt || die
91 - distutils-r1_python_prepare_all
92 -}
93 -
94 -python_compile_all() {
95 - use doc && esetup.py build_sphinx
96 -}
97 -
98 -python_test() {
99 - testr init
100 - testr run || die "testsuite failed under python2.7"
101 - flake8 tests && einfo "run flake8 over tests folder passed" || die
102 -}
103 -
104 -python_install_all() {
105 - use doc && local HTML_DOCS=( doc/build/html/. )
106 - distutils-r1_python_install_all
107 -}