commit: f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 6 02:36:04 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 6 02:36:04 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10a3bfc
dev-python/pandas: Switch to dev-python/PyQt5, drop dev-python/pyside
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-python/pandas/pandas-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/pandas/pandas-9999.ebuild
b/dev-python/pandas/pandas-9999.ebuild
index 41e804dd008..6bf3185ad30 100644
--- a/dev-python/pandas/pandas-9999.ebuild
+++ b/dev-python/pandas/pandas-9999.ebuild
@@ -52,8 +52,7 @@ OPTIONAL_DEPEND="
sci-libs/scipy[${PYTHON_USEDEP}]
X? (
|| (
- dev-python/PyQt4[${PYTHON_USEDEP}]
- dev-python/pyside[${PYTHON_USEDEP}]
+ dev-python/PyQt5[${PYTHON_USEDEP}]
dev-python/pygtk[$(python_gen_usedep python2_7)]
)
|| (
@@ -167,5 +166,5 @@ pkg_postinst() {
optfeature "Needed for parts of pandas.stats" dev-python/statsmodels
optfeature "SQL database support" ">=dev-python/sqlalchemy-0.8.1"
optfeature "miscellaneous statistical functions" sci-libs/scipy
- 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
+ optfeature "necessary to use pandas.io.clipboard.read_clipboard
support" dev-python/PyQt5 dev-python/pygtk x11-misc/xclip x11-misc/xsel
}