Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 415518 Details for
Bug 564108
dev-python/elasticsearch-py-1.8.0: USE=-doc doesn't work
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild-update.txt
es-doc-patch.diff (text/plain), 1.20 KB, created by
Tomáš Mózes
on 2015-10-26 13:30:13 UTC
(
hide
)
Description:
ebuild-update.txt
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2015-10-26 13:30:13 UTC
Size:
1.20 KB
patch
obsolete
>--- /usr/portage/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild 2015-10-26 05:01:01.000000000 +0100 >+++ elasticsearch-py-1.8.0-r1.ebuild 2015-10-26 14:26:26.958973276 +0100 >@@ -24,9 +24,7 @@ > <dev-python/urllib3-2.0[${PYTHON_USEDEP}]" > > DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >- doc? ( > dev-python/sphinx[${PYTHON_USEDEP}] >- dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ) > test? ( ${RDEPEND} > >=dev-python/requests-1.0.0[${PYTHON_USEDEP}] > <dev-python/requests-3.0.0[${PYTHON_USEDEP}] >@@ -37,6 +35,13 @@ > dev-python/nosexcover[${PYTHON_USEDEP}] > || ( virtual/jre:1.8 virtual/jre:1.7 ) )" > >+python_prepare_all() { >+ epatch "${FILESDIR}"/${P}-man-name.patch >+ >+ distutils-r1_python_prepare_all >+} >+ >+ > python_test() { > ES="${WORKDIR}/elasticsearch-${ES_VERSION}" > ES_PORT="25124" >@@ -80,14 +85,12 @@ > > python_compile_all() { > cd docs || die >- use doc && emake man html >+ emake man $(usex doc html "") > } > > python_install_all() { >- if use doc; then >- export HTML_DOCS=( docs/_build/html/. ) >- doman docs/_build/man/* >- fi >+ use doc && HTML_DOCS=( docs/_build/html/. ) > use examples && local EXAMPLES=( example/. ) >+ doman docs/_build/man/* > distutils-r1_python_install_all > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 564108
:
415478
|
415494
|
415518
|
415520
|
415524