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 0EE51138331 for ; Fri, 6 Apr 2018 02:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D5BBE095C; Fri, 6 Apr 2018 02:37:20 +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 2A6E9E095C 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 50722335C51 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 7E25825C 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: <1522981317.4eeac9d11baf1f9760549a6c589c333ecc3b203c.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: 4eeac9d11baf1f9760549a6c589c333ecc3b203c 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: d63dbfd0-11e3-415a-900c-808ccd458c3b X-Archives-Hash: 1dbe2908f0a54fd836d187d8cb5eff09 commit: 4eeac9d11baf1f9760549a6c589c333ecc3b203c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:21:57 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 6 02:21:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eeac9d1 dev-python/pandas: Sync live with 0.20.3 bump changes Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/pandas/pandas-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild index c29b323ee1a..bc2a5b63415 100644 --- a/dev-python/pandas/pandas-9999.ebuild +++ b/dev-python/pandas/pandas-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,6 +45,7 @@ OPTIONAL_DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/statsmodels[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-0.8.1[${PYTHON_USEDEP}] + dev-python/xarray[${PYTHON_USEDEP}] dev-python/xlrd[${PYTHON_USEDEP}] dev-python/xlwt[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] @@ -66,6 +67,7 @@ DEPEND="${MINIMAL_DEPEND} >=dev-python/cython-0.23[${PYTHON_USEDEP}] doc? ( ${VIRTUALX_DEPEND} + app-text/pandoc dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] @@ -101,13 +103,11 @@ RDEPEND=" python_prepare_all() { # Prevent un-needed download during build - sed \ - -e "/^ 'sphinx.ext.intersphinx',/d" \ + sed -e "/^ 'sphinx.ext.intersphinx',/d" \ -i doc/source/conf.py || die # https://github.com/pydata/pandas/issues/11299 - sed \ - -e 's:testOdArray:disable:g' \ + sed -e 's:testOdArray:disable:g' \ -i pandas/tests/io/json/test_ujson.py || die distutils-r1_python_prepare_all