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-heatclient/
Date: Wed, 19 Jul 2017 20:55:22
Message-Id: 1500497690.56b73703eeb5852656f83db6d3614a411556eafe.prometheanfire@gentoo
1 commit: 56b73703eeb5852656f83db6d3614a411556eafe
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 19 18:45:49 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 19 20:54:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b73703
7
8 dev-python/python-heatclient: cleanup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/python-heatclient/Manifest | 1 -
13 .../python-heatclient-1.5.1.ebuild | 84 ----------------------
14 2 files changed, 85 deletions(-)
15
16 diff --git a/dev-python/python-heatclient/Manifest b/dev-python/python-heatclient/Manifest
17 index 0f2d65ce3c7..e6a520a4138 100644
18 --- a/dev-python/python-heatclient/Manifest
19 +++ b/dev-python/python-heatclient/Manifest
20 @@ -1,2 +1 @@
21 -DIST python-heatclient-1.5.1.tar.gz 176601 SHA256 d1bab6607619efa7b6ac1a3ff698b7e80de630c464e8a3e379f5eeeb929084c3 SHA512 92f73bced2f49d02f05b6ab71066d3697d64f7598a603a90fd968ca2b195f8980f0fa11eff6a97c531d09dabf83e384a6cac69d2164fa237c02dd7cc3e0fd736 WHIRLPOOL 740567fd3fd89ca19361e2f6673c196a5b733b0fd6c9c7111cff74552369f871dfeb2dee220fc2fbc648341f356cb7ed2312bcedd2bf819c3b6f8e831960ca75
22 DIST python-heatclient-1.8.1.tar.gz 163976 SHA256 95558abcb78d747e5516b51f9aabe3bd54013a3c8b4ec06de5415ff2a042009b SHA512 7d9be61f048c2a23b853773009e060517eadff158cca8efc1fbd3a5f3a16d257950021e8afaafc15a536104248d53dfda49698a9d83a3b35955e9e23376655df WHIRLPOOL 6c65266b8495a1502637d08ee53fe5ae0ad8465440ad62ec27a596ff1b816a241328cb9eb9e349a21ec63ccd0ad3b70f4af0cba73128bc9f522e4dfcb01b7c05
23
24 diff --git a/dev-python/python-heatclient/python-heatclient-1.5.1.ebuild b/dev-python/python-heatclient/python-heatclient-1.5.1.ebuild
25 deleted file mode 100644
26 index ea04991e351..00000000000
27 --- a/dev-python/python-heatclient/python-heatclient-1.5.1.ebuild
28 +++ /dev/null
29 @@ -1,84 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="OpenStack Orchestration API Client Library"
39 -HOMEPAGE="http://www.openstack.org/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
45 -IUSE="doc test"
46 -
47 -CDEPEND="
48 - >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
49 -"
50 -DEPEND="
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 - ${CDEPEND}
53 - test? (
54 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
55 - >=dev-python/requests-mock-1.0.0[${PYTHON_USEDEP}]
56 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
57 - >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
58 - >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
59 - >=dev-python/python-openstackclient-2.1.0[${PYTHON_USEDEP}]
60 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
61 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
62 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
63 - )
64 - doc? (
65 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
66 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
67 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
68 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
69 - )
70 -"
71 -
72 -RDEPEND="
73 - ${CDEPEND}
74 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
75 - >=dev-python/cliff-1.15.0[${PYTHON_USEDEP}]
76 - !~dev-python/cliff-1.16.0[${PYTHON_USEDEP}]
77 - !~dev-python/cliff-1.17.0[${PYTHON_USEDEP}]
78 - >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
79 - >=dev-python/osc-lib-1.0.2[${PYTHON_USEDEP}]
80 - >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
81 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
82 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
83 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
84 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
85 - >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
86 - >=dev-python/python-swiftclient-2.2.0[${PYTHON_USEDEP}]
87 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
88 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
89 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
90 -"
91 -
92 -python_prepare_all() {
93 - sed -i '/^hacking/d' test-requirements.txt || die
94 -
95 - distutils-r1_python_prepare_all
96 -}
97 -
98 -python_compile_all() {
99 - use doc && esetup.py build_sphinx
100 -}
101 -
102 -python_test() {
103 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
104 -
105 - testr init
106 - testr run || die "testsuite failed under ${EPYTHON}"
107 -}
108 -
109 -python_install_all() {
110 - use doc && local HTML_DOCS=( doc/build/html/. )
111 -
112 - distutils-r1_python_install_all
113 -}