projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f2f84
)
dev-python/gammapy: remove downloading during doc generation
author
Sébastien Fabbro
<bicatali@gentoo.org>
Mon, 21 Mar 2016 16:44:17 +0000
(16:44 +0000)
committer
Sébastien Fabbro
<bicatali@gentoo.org>
Tue, 22 Mar 2016 00:02:37 +0000
(
00:02
+0000)
Package-Manager: portage-2.2.28
dev-python/gammapy/gammapy-0.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/gammapy/gammapy-0.3.ebuild
b/dev-python/gammapy/gammapy-0.3.ebuild
index 59e84aa32ceb7d8f34e6658bbd62edebd06e01cd..dcbc12c751ae2fd13a5452d778a192e9b1170e10 100644
(file)
--- a/
dev-python/gammapy/gammapy-0.3.ebuild
+++ b/
dev-python/gammapy/gammapy-0.3.ebuild
@@
-38,7
+38,7
@@
python_compile_all() {
VARTEXFONTS="${T}"/fonts \
MPLCONFIGDIR="${BUILD_DIR}" \
PYTHONPATH="${BUILD_DIR}"/lib \
- esetup.py build_sphinx
+ esetup.py build_sphinx
--no-intersphinx
fi
}
@@
-47,6
+47,6
@@
python_test() {
}
python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/ )
+ use doc && local HTML_DOCS=( docs/_build/html/
.
)
distutils-r1_python_install_all
}