From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D027259CA5 for ; Mon, 21 Mar 2016 23:08:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A86A121C026; Mon, 21 Mar 2016 23:08:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFEA421C01E for ; Mon, 21 Mar 2016 23:08:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE2EF340B27 for ; Mon, 21 Mar 2016 23:08:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ABDC865 for ; Mon, 21 Mar 2016 23:08:25 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1458604957.ff2168d5ceb3a1415d4a866f8573b5752a0b3c42.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gammapy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gammapy/gammapy-0.3.ebuild X-VCS-Directories: dev-python/gammapy/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: ff2168d5ceb3a1415d4a866f8573b5752a0b3c42 X-VCS-Branch: master Date: Mon, 21 Mar 2016 23:08:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 293aba14-f50e-4d68-8c8f-d90ab6c180bd X-Archives-Hash: b18531745f8147a64b7af069e514483e commit: ff2168d5ceb3a1415d4a866f8573b5752a0b3c42 Author: Sébastien Fabbro gentoo org> AuthorDate: Mon Mar 21 16:44:17 2016 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Tue Mar 22 00:02:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2168d5 dev-python/gammapy: remove downloading during doc generation Package-Manager: portage-2.2.28 dev-python/gammapy/gammapy-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/gammapy/gammapy-0.3.ebuild b/dev-python/gammapy/gammapy-0.3.ebuild index 59e84aa..dcbc12c 100644 --- 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 }