Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-heatclient/
Date: Sun, 22 Nov 2015 13:36:28
Message-Id: 1448199328.71c182fa155e8bfe96860182d51809a26a34e854.alunduil@gentoo
1 commit: 71c182fa155e8bfe96860182d51809a26a34e854
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 22 13:35:28 2015 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 22 13:35:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c182fa
7
8 dev-python/python-heatclient: remove version 0.4.0
9
10 Package-Manager: portage-2.2.25
11
12 dev-python/python-heatclient/Manifest | 1 -
13 .../python-heatclient-0.4.0.ebuild | 102 ---------------------
14 2 files changed, 103 deletions(-)
15
16 diff --git a/dev-python/python-heatclient/Manifest b/dev-python/python-heatclient/Manifest
17 index dbf41f2..bd9654b 100644
18 --- a/dev-python/python-heatclient/Manifest
19 +++ b/dev-python/python-heatclient/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST python-heatclient-0.4.0.tar.gz 104613 SHA256 1b71e2bb5c380ac6b2e1f07b48b7b3e82e7364cc43255ed696c795ab5f8d5a1d SHA512 f1235e40d6407fc05f53dfa1592d4f1fa72c10c6aa17fcbb78a7a8bf999cf803f4a42f9f7672f403d336006bdb72f3960d849474c398e592085f1d637a28faed WHIRLPOOL 680af36f92f9674667cf1ad97167248e3b30b4fc828065bd9f2dd7ecef4fd7dcd03729c5d257d8f31ce42184764bcea1d4c4aaee37d53ac63e1e44183c694f84
22 DIST python-heatclient-0.5.0.tar.gz 104320 SHA256 b64eadecea1ecab5b69c1f51ddd157d53d218dea1360c201843f28a052cb3dbf SHA512 97ac1bb3ef1ca82730650e42dffa5dec2f1f37fac63c38a8c2de87b2ccf772b905749f4e9211831ec92871ebaee57a5094a4a1005e7391823a6dee27b0592dd8 WHIRLPOOL fc90b7a21d70c9044cdb39d626584192dcc347f531f0dc83b5b349d8731b7e3e0278586f5dcec32d9be10d02a6a6cb53175c6088fc43857b9b874a979da77de2
23 DIST python-heatclient-0.6.0.tar.gz 109553 SHA256 fe293e11d145d86b92649063eb50d1f599dab88a327707d76a72b12022b77bbb SHA512 04b8836c212a8825b6ffb839715df881189a08e3c587762a661744bdd730d6aaf99c9e3497642011b0696692c856e12131bc8d1ff6a69cb88ae5b48aa3872b39 WHIRLPOOL 683497a0363ce636499af5866838242ef1fc2769c54d5ddf32e8dcfd5d0d2f3b648d46c0bb59c14bf1043875bf65ec99b090add1a289c9c95d383ce5ba918e3f
24 DIST python-heatclient-0.7.0.tar.gz 119131 SHA256 6f58a3c759056dbcbf071e1707d6649e6d15cfc710daa1b98e9703b83a4a01c2 SHA512 5c9f12b08abaa9ff07a0dd72ceef7b205ae2afeb4d8900b2e1c3f709fc6df63f56f9d31b45acc17cfb51a1ec849bd3cd271877d9489c40d665488346531c97f0 WHIRLPOOL 0c911dca2dd48229c83ff83bcfa699d07e0ea39b3bbfff5bd3e3e7fbe62fa747ade252bb7ad320334c4bc9fd481c2c528058368d8828e56c20c0254105559035
25
26 diff --git a/dev-python/python-heatclient/python-heatclient-0.4.0.ebuild b/dev-python/python-heatclient/python-heatclient-0.4.0.ebuild
27 deleted file mode 100644
28 index 34ca3d3..0000000
29 --- a/dev-python/python-heatclient/python-heatclient-0.4.0.ebuild
30 +++ /dev/null
31 @@ -1,102 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -PYTHON_COMPAT=( python2_7 python3_3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="OpenStack Orchestration API Client Library"
42 -HOMEPAGE="http://www.openstack.org/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 -IUSE="doc test"
49 -
50 -CDEPEND="
51 - >=dev-python/pbr-0.8[${PYTHON_USEDEP}]
52 - <dev-python/pbr-1.0[${PYTHON_USEDEP}]
53 -"
54 -DEPEND="
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - ${CDEPEND}
57 - test? (
58 - >=dev-python/hacking-0.8.0[${PYTHON_USEDEP}]
59 - <dev-python/hacking-0.9[${PYTHON_USEDEP}]
60 - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
61 - >=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
62 - >=dev-python/mock-1.0[${PYTHON_USEDEP}]
63 - >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
65 - <dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
66 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
67 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
68 - >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
69 - !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
70 - )
71 - doc? (
72 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
73 - <dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
74 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
75 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
76 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
77 - )
78 -"
79 -
80 -RDEPEND="
81 - ${CDEPEND}
82 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
83 - >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
84 - >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
85 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
86 - >=dev-python/oslo-i18n-1.5.0[${PYTHON_USEDEP}]
87 - <dev-python/oslo-i18n-1.6.0[${PYTHON_USEDEP}]
88 - >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
89 - <dev-python/oslo-serialization-1.5.0[${PYTHON_USEDEP}]
90 - >=dev-python/oslo-utils-1.4.0[${PYTHON_USEDEP}]
91 - <dev-python/oslo-utils-1.5.0[${PYTHON_USEDEP}]
92 - >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
93 - >=dev-python/python-swiftclient-2.2.0[${PYTHON_USEDEP}]
94 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
95 - >=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
96 - !~dev-python/requests-2.4.0[${PYTHON_USEDEP}]
97 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
98 -"
99 -
100 -python_compile_all() {
101 - use doc && esetup.py build_sphinx
102 -}
103 -
104 -python_test() {
105 - # BUG: https://bugs.launchpad.net/python-heatclient/+bug/1313257
106 - ebegin 'patching heatclient/tests/test_common_http.py'
107 - sed \
108 - -e '645,/def/ d' \
109 - -i heatclient/tests/test_common_http.py
110 - STATUS=${?}
111 - eend ${STATUS}
112 - [[ ${STATUS} -gt 0 ]] && die
113 -
114 - # BUG: https://bugs.launchpad.net/python-heatclient/+bug/1375035
115 - ebegin 'patching heatclient/tests/test_shell.py'
116 - sed \
117 - -e '2116,/def|@/ d' \
118 - -i heatclient/tests/test_shell.py
119 - STATUS=${?}
120 - eend ${STATUS}
121 - [[ ${STATUS} -gt 0 ]] && die
122 -
123 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
124 -
125 - testr init
126 - testr run || die "testsuite failed under ${EPYTHON}"
127 -}
128 -
129 -python_install_all() {
130 - use doc && local HTML_DOCS=( doc/build/html/. )
131 -
132 - distutils-r1_python_install_all
133 -}