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 9AA721382C5 for ; Fri, 6 Apr 2018 02:37:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A87F0E08F7; Fri, 6 Apr 2018 02:37:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 85F7AE08EC for ; Fri, 6 Apr 2018 02:37:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 20DBB335C43 for ; Fri, 6 Apr 2018 02:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7153276 for ; Fri, 6 Apr 2018 02:37:16 +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: <1522981459.ca8bbe3d0a9064c6a5d1b74522bcfb39ba0523da.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-9999.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ca8bbe3d0a9064c6a5d1b74522bcfb39ba0523da X-VCS-Branch: master Date: Fri, 6 Apr 2018 02:37:16 +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: 8d5af824-f1c2-457a-9a31-facc67c2d8cc X-Archives-Hash: d3e4667fb66ada4f60332694d14863f6 commit: ca8bbe3d0a9064c6a5d1b74522bcfb39ba0523da Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:24:19 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:24:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8bbe3d dev-python/pandas: One line per dep Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-9999.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild index 1b5e2e9c597..7bab20c3e56 100644 --- a/dev-python/pandas/pandas-9999.ebuild +++ b/dev-python/pandas/pandas-9999.ebuild @@ -34,11 +34,17 @@ OPTIONAL_DEPEND=" dev-python/blosc[${PYTHON_USEDEP}] dev-python/boto[${PYTHON_USEDEP}] >=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep python2_7 pypy)] - || ( dev-python/html5lib[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] ) + || ( + dev-python/html5lib[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + ) dev-python/httplib2[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] - || ( >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}] dev-python/xlsxwriter[${PYTHON_USEDEP}] ) + || ( + >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}] + dev-python/xlsxwriter[${PYTHON_USEDEP}] + ) >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}] dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)] dev-python/rpy[${PYTHON_USEDEP}]