From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B10E6138330 for ; Tue, 29 May 2018 14:18:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1256E07A5; Tue, 29 May 2018 14:18:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7462BE07A5 for ; Tue, 29 May 2018 14:18:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 947CC335C51 for ; Tue, 29 May 2018 14:18:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BF30129 for ; Tue, 29 May 2018 14:18:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527603492.7d5da4ff6635f5bb59519719d1f0c5d68d79b4f4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-0.23.0.ebuild dev-python/pandas/pandas-9999.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7d5da4ff6635f5bb59519719d1f0c5d68d79b4f4 X-VCS-Branch: master Date: Tue, 29 May 2018 14:18:30 +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: 683d5e73-8279-4fdb-83e7-4d3de569f00f X-Archives-Hash: 2ae28688287b2dfebffa802e0842dc0b commit: 7d5da4ff6635f5bb59519719d1f0c5d68d79b4f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 29 14:18:12 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 29 14:18:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5da4ff dev-python/pandas: Add missing USE=doc DEPEND Reported-by: Petr Cerny [:hrosik] black-net.org> Closes: https://bugs.gentoo.org/656300 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/pandas/pandas-0.23.0.ebuild | 1 + dev-python/pandas/pandas-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/pandas/pandas-0.23.0.ebuild b/dev-python/pandas/pandas-0.23.0.ebuild index 57471830de8..3664e9b78fe 100644 --- a/dev-python/pandas/pandas-0.23.0.ebuild +++ b/dev-python/pandas/pandas-0.23.0.ebuild @@ -76,6 +76,7 @@ DEPEND="${COMMON_DEPEND} dev-python/ipython[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/nbsphinx[${PYTHON_USEDEP}] >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}] >=dev-python/pytables-3.0.0[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild index 6bf3185ad30..469385a6a85 100644 --- a/dev-python/pandas/pandas-9999.ebuild +++ b/dev-python/pandas/pandas-9999.ebuild @@ -77,6 +77,7 @@ DEPEND="${COMMON_DEPEND} dev-python/ipython[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] + dev-python/nbsphinx[${PYTHON_USEDEP}] >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}] >=dev-python/pytables-3.0.0[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}]