summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-10-03 18:25:35 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-10-03 18:25:35 -0500
commit137ea05de3c0f4c24902684b88e071c11e0098da (patch)
tree7e3c19f000c4aa83d52b8c949b72ab20a4e6c000 /dev-python/python-heatclient
parentdev-python/oslo-config: remove broken doc build (diff)
downloadgentoo-137ea05de3c0f4c24902684b88e071c11e0098da.tar.gz
gentoo-137ea05de3c0f4c24902684b88e071c11e0098da.tar.bz2
gentoo-137ea05de3c0f4c24902684b88e071c11e0098da.zip
dev-python/python-heatclient: remove broken doc build
fixes: https://bugs.gentoo.org/696128 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-heatclient')
-rw-r--r--dev-python/python-heatclient/python-heatclient-1.17.0.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
index 4166ec545aff..a1e520b4d915 100644
--- a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
+++ b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
@@ -33,14 +33,6 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
)
- doc? (
- >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
- >=dev-python/sphinxcontrib-httpdomain-1.3.0[${PYTHON_USEDEP}]
- >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
- !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
- !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
- )
"
RDEPEND="
@@ -71,19 +63,9 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-python_compile_all() {
- use doc && esetup.py build_sphinx
-}
-
python_test() {
rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
testr init
testr run || die "testsuite failed under ${EPYTHON}"
}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/build/html/. )
-
- distutils-r1_python_install_all
-}