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/cliff/
Date: Wed, 02 Oct 2019 16:48:25
Message-Id: 1570034879.43eb57ed35148e3355ad9bed5135ae54d174261f.prometheanfire@gentoo
1 commit: 43eb57ed35148e3355ad9bed5135ae54d174261f
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 16:44:25 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 16:47:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43eb57ed
7
8 dev-python/cliff: remove broken doc build
9
10 Fixes: https://bugs.gentoo.org/696038
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/cliff/Manifest | 1 -
15 dev-python/cliff/cliff-2.11.1.ebuild | 61 ---------------------------------
16 dev-python/cliff/cliff-2.12.0-r2.ebuild | 14 +-------
17 dev-python/cliff/cliff-2.12.0.ebuild | 14 +-------
18 4 files changed, 2 insertions(+), 88 deletions(-)
19
20 diff --git a/dev-python/cliff/Manifest b/dev-python/cliff/Manifest
21 index 9edbf1c4c3a..9904d1a6e77 100644
22 --- a/dev-python/cliff/Manifest
23 +++ b/dev-python/cliff/Manifest
24 @@ -1,2 +1 @@
25 -DIST cliff-2.11.1.tar.gz 76570 BLAKE2B dc0b4a702c6807077f830941516e8c5f2dc6b732e7a7788eb2c2e5fc5c3fa8d893e7156d6ad76904deb2d1cf31d1ef50d08b73b750422b84bb053a09e4930bb2 SHA512 ba494cc26e103c6043de49a59b3e9c0c9bb1658416095f02c6bccd3536f24615239a66941fb971c289926c88e85eeb29eb10065379e4f21645828f6aa4a2755e
26 DIST cliff-2.12.0.tar.gz 77405 BLAKE2B 70b3865837bdba1396fd76b4937c594dfc9f50db24f684c6676c4ac1125ab34f6cdca29fe63a490d41abd49a268d6246afc873a5805446d06b07cd754aebb727 SHA512 5802cdd17b6aa81dbb344efb8ef53212de999ab33eaec1eb06e1d002ab513758d3634ae5013ece6375b1bb98c9fed99aa74cf92752c34e1132fa5ac20a969f4f
27
28 diff --git a/dev-python/cliff/cliff-2.11.1.ebuild b/dev-python/cliff/cliff-2.11.1.ebuild
29 deleted file mode 100644
30 index da502475db3..00000000000
31 --- a/dev-python/cliff/cliff-2.11.1.ebuild
32 +++ /dev/null
33 @@ -1,61 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python{2_7,3_5,3_6} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Command Line Interface Formulation Framework"
43 -HOMEPAGE="https://github.com/openstack/cliff"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc test"
50 -
51 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
52 - !~dev-python/pbr-2.1.0"
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - ${CDEPEND}
56 - test? (
57 - dev-python/nose[${PYTHON_USEDEP}]
58 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
59 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
60 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
61 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
62 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
63 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
64 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
65 - )
66 - doc? (
67 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
68 - )
69 -"
70 -# source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
71 -RDEPEND="
72 - ${CDEPEND}
73 - >=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}]
74 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
75 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
76 - >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
77 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
78 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
79 - >=dev-python/unicodecsv-0.8.0[${PYTHON_USEDEP}]
80 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
81 - "
82 -
83 -python_compile() {
84 - use doc && esetup.py build_sphinx
85 -}
86 -
87 -python_test() {
88 - nosetests ${PN}/tests || die "Tests fail with ${EPYTHON}"
89 -}
90 -
91 -python_install_all() {
92 - use doc && local HTML_DOCS=( doc/build/html/. )
93 - distutils-r1_python_install_all
94 -}
95
96 diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild
97 index 00c2e417af0..ac9f1fbe538 100644
98 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild
99 +++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild
100 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
101 LICENSE="Apache-2.0"
102 SLOT="0"
103 KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~amd64-linux ~x86-linux"
104 -IUSE="doc test"
105 +IUSE="test"
106
107 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
108 !~dev-python/pbr-2.1.0"
109 @@ -32,9 +32,6 @@ DEPEND="
110 !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
111 >=dev-python/stestr-2.1.0[${PYTHON_USEDEP}]
112 )
113 - doc? (
114 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
115 - )
116 "
117 # source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
118 RDEPEND="
119 @@ -49,17 +46,8 @@ RDEPEND="
120 >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
121 "
122
123 -python_compile() {
124 - use doc && esetup.py build_sphinx
125 -}
126 -
127 python_test() {
128 stestr init || die "stestr init failed under ${EPYTHON}"
129 # needs outside access, so blacklist the test
130 virtx stestr run --black-regex cliff.tests.test_app.TestIO.test_writer_encoding || die "stestr run failed under ${EPYTHON}"
131 }
132 -
133 -python_install_all() {
134 - use doc && local HTML_DOCS=( doc/build/html/. )
135 - distutils-r1_python_install_all
136 -}
137
138 diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild
139 index 9a870593d9a..5471b026937 100644
140 --- a/dev-python/cliff/cliff-2.12.0.ebuild
141 +++ b/dev-python/cliff/cliff-2.12.0.ebuild
142 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
143 LICENSE="Apache-2.0"
144 SLOT="0"
145 KEYWORDS="amd64 arm64 hppa ~mips s390 x86 ~amd64-linux ~x86-linux"
146 -IUSE="doc test"
147 +IUSE="test"
148
149 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
150 !~dev-python/pbr-2.1.0"
151 @@ -30,9 +30,6 @@ DEPEND="
152 >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
153 !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
154 )
155 - doc? (
156 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
157 - )
158 "
159 # source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
160 RDEPEND="
161 @@ -47,15 +44,6 @@ RDEPEND="
162 >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
163 "
164
165 -python_compile() {
166 - use doc && esetup.py build_sphinx
167 -}
168 -
169 python_test() {
170 nosetests ${PN}/tests || die "Tests fail with ${EPYTHON}"
171 }
172 -
173 -python_install_all() {
174 - use doc && local HTML_DOCS=( doc/build/html/. )
175 - distutils-r1_python_install_all
176 -}