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:23
Message-Id: 1522982164.f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f.asturm@gentoo
1 commit: f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 02:36:04 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 02:36:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10a3bfc
7
8 dev-python/pandas: Switch to dev-python/PyQt5, drop dev-python/pyside
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-python/pandas/pandas-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild
16 index 41e804dd008..6bf3185ad30 100644
17 --- a/dev-python/pandas/pandas-9999.ebuild
18 +++ b/dev-python/pandas/pandas-9999.ebuild
19 @@ -52,8 +52,7 @@ OPTIONAL_DEPEND="
20 sci-libs/scipy[${PYTHON_USEDEP}]
21 X? (
22 || (
23 - dev-python/PyQt4[${PYTHON_USEDEP}]
24 - dev-python/pyside[${PYTHON_USEDEP}]
25 + dev-python/PyQt5[${PYTHON_USEDEP}]
26 dev-python/pygtk[$(python_gen_usedep python2_7)]
27 )
28 || (
29 @@ -167,5 +166,5 @@ pkg_postinst() {
30 optfeature "Needed for parts of pandas.stats" dev-python/statsmodels
31 optfeature "SQL database support" ">=dev-python/sqlalchemy-0.8.1"
32 optfeature "miscellaneous statistical functions" sci-libs/scipy
33 - optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt4 dev-python/pyside dev-python/pygtk x11-misc/xclip x11-misc/xsel
34 + optfeature "necessary to use pandas.io.clipboard.read_clipboard support" dev-python/PyQt5 dev-python/pygtk x11-misc/xclip x11-misc/xsel
35 }