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 4C0F81382C5 for ; Fri, 6 Apr 2018 02:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E8FE09C7; Fri, 6 Apr 2018 02:37:21 +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 6218BE09C7 for ; Fri, 6 Apr 2018 02:37:21 +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 040D1335C30 for ; Fri, 6 Apr 2018 02:37:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E28A627D 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: <1522982164.f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f.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: f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f 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: e6addff4-b62a-47c3-8c7c-ec149c2f0040 X-Archives-Hash: aab7397888760245cdb59a76f5b7991f commit: f10a3bfc1e85cedd9f064c44b89483dcd6c43c1f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 6 02:36:04 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 }