Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
Date: Fri, 06 Apr 2018 02:37:21
Message-Id: 1522981317.4eeac9d11baf1f9760549a6c589c333ecc3b203c.asturm@gentoo
1 commit: 4eeac9d11baf1f9760549a6c589c333ecc3b203c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 02:21:57 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 02:21:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eeac9d1
7
8 dev-python/pandas: Sync live with 0.20.3 bump changes
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-python/pandas/pandas-9999.ebuild | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild
16 index c29b323ee1a..bc2a5b63415 100644
17 --- a/dev-python/pandas/pandas-9999.ebuild
18 +++ b/dev-python/pandas/pandas-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -45,6 +45,7 @@ OPTIONAL_DEPEND="
26 dev-python/setuptools[${PYTHON_USEDEP}]
27 dev-python/statsmodels[${PYTHON_USEDEP}]
28 >=dev-python/sqlalchemy-0.8.1[${PYTHON_USEDEP}]
29 + dev-python/xarray[${PYTHON_USEDEP}]
30 dev-python/xlrd[${PYTHON_USEDEP}]
31 dev-python/xlwt[${PYTHON_USEDEP}]
32 sci-libs/scipy[${PYTHON_USEDEP}]
33 @@ -66,6 +67,7 @@ DEPEND="${MINIMAL_DEPEND}
34 >=dev-python/cython-0.23[${PYTHON_USEDEP}]
35 doc? (
36 ${VIRTUALX_DEPEND}
37 + app-text/pandoc
38 dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
39 dev-python/html5lib[${PYTHON_USEDEP}]
40 dev-python/ipython[${PYTHON_USEDEP}]
41 @@ -101,13 +103,11 @@ RDEPEND="
42
43 python_prepare_all() {
44 # Prevent un-needed download during build
45 - sed \
46 - -e "/^ 'sphinx.ext.intersphinx',/d" \
47 + sed -e "/^ 'sphinx.ext.intersphinx',/d" \
48 -i doc/source/conf.py || die
49
50 # https://github.com/pydata/pandas/issues/11299
51 - sed \
52 - -e 's:testOdArray:disable:g' \
53 + sed -e 's:testOdArray:disable:g' \
54 -i pandas/tests/io/json/test_ujson.py || die
55
56 distutils-r1_python_prepare_all