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 05005138350 for ; Fri, 17 Jan 2020 07:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CB30E08BF; Fri, 17 Jan 2020 07:47:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 42A57E08BF for ; Fri, 17 Jan 2020 07:47:55 +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 2C28934E176 for ; Fri, 17 Jan 2020 07:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 993ABD7 for ; Fri, 17 Jan 2020 07:47:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579247258.6e9cacc35c6915f926a4207db906a168a4d1bce7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-0.19.1.ebuild dev-python/pandas/pandas-0.23.4.ebuild dev-python/pandas/pandas-0.24.2.ebuild dev-python/pandas/pandas-9999.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e9cacc35c6915f926a4207db906a168a4d1bce7 X-VCS-Branch: master Date: Fri, 17 Jan 2020 07:47:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 194298d9-3611-491a-8fc8-43cbf81e372b X-Archives-Hash: 19828f18f06f5ea2cb88d193ccc6ff05 commit: 6e9cacc35c6915f926a4207db906a168a4d1bce7 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 20:42:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 17 07:47:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9cacc3 dev-python/pandas: Remove Python 2 Signed-off-by: Michał Górny gentoo.org> dev-python/pandas/pandas-0.19.1.ebuild | 5 +---- dev-python/pandas/pandas-0.23.4.ebuild | 5 +---- dev-python/pandas/pandas-0.24.2.ebuild | 3 +-- dev-python/pandas/pandas-9999.ebuild | 9 ++------- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/dev-python/pandas/pandas-0.19.1.ebuild b/dev-python/pandas/pandas-0.19.1.ebuild index 4992553b1a9..a31f645ef92 100644 --- a/dev-python/pandas/pandas-0.19.1.ebuild +++ b/dev-python/pandas/pandas-0.19.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" VIRTUALX_REQUIRED="manual" @@ -33,14 +33,12 @@ OPTIONAL_DEPEND=" dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/blosc[${PYTHON_USEDEP}] dev-python/boto[${PYTHON_USEDEP}] - >=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep python2_7 pypy)] || ( dev-python/html5lib[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] ) dev-python/httplib2[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] || ( >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}] dev-python/xlsxwriter[${PYTHON_USEDEP}] ) >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}] - dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)] dev-python/rpy[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/statsmodels[${PYTHON_USEDEP}] @@ -49,7 +47,6 @@ OPTIONAL_DEPEND=" dev-python/xlwt[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] X? ( - dev-python/pygtk[$(python_gen_usedep python2_7)] || ( x11-misc/xclip x11-misc/xsel diff --git a/dev-python/pandas/pandas-0.23.4.ebuild b/dev-python/pandas/pandas-0.23.4.ebuild index fe01a85bcdf..c47caae50e5 100644 --- a/dev-python/pandas/pandas-0.23.4.ebuild +++ b/dev-python/pandas/pandas-0.23.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" VIRTUALX_REQUIRED="manual" @@ -28,7 +28,6 @@ OPTIONAL_DEPEND=" dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/blosc[${PYTHON_USEDEP}] dev-python/boto[${PYTHON_USEDEP}] - >=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep python2_7 pypy)] || ( dev-python/html5lib[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] @@ -41,7 +40,6 @@ OPTIONAL_DEPEND=" dev-python/xlsxwriter[${PYTHON_USEDEP}] ) >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}] - dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)] dev-python/rpy[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/statsmodels[${PYTHON_USEDEP}] @@ -53,7 +51,6 @@ OPTIONAL_DEPEND=" X? ( || ( dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/pygtk[$(python_gen_usedep python2_7)] ) || ( x11-misc/xclip diff --git a/dev-python/pandas/pandas-0.24.2.ebuild b/dev-python/pandas/pandas-0.24.2.ebuild index 90ca74ada21..123c6c0523b 100644 --- a/dev-python/pandas/pandas-0.24.2.ebuild +++ b/dev-python/pandas/pandas-0.24.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="threads(+)" VIRTUALX_REQUIRED="manual" @@ -50,7 +50,6 @@ OPTIONAL_DEPEND=" X? ( || ( dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/pygtk[$(python_gen_usedep python2_7)] x11-misc/xclip x11-misc/xsel ) diff --git a/dev-python/pandas/pandas-9999.ebuild b/dev-python/pandas/pandas-9999.ebuild index dcb1f71f9a0..52f01145061 100644 --- a/dev-python/pandas/pandas-9999.ebuild +++ b/dev-python/pandas/pandas-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" VIRTUALX_REQUIRED="manual" @@ -29,7 +29,6 @@ OPTIONAL_DEPEND=" dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/blosc[${PYTHON_USEDEP}] dev-python/boto[${PYTHON_USEDEP}] - >=dev-python/google-api-python-client-1.2.0[$(python_gen_usedep python2_7 pypy)] || ( dev-python/html5lib[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] @@ -42,7 +41,6 @@ OPTIONAL_DEPEND=" dev-python/xlsxwriter[${PYTHON_USEDEP}] ) >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}] - dev-python/python-gflags[$(python_gen_usedep python2_7 pypy)] dev-python/rpy[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/statsmodels[${PYTHON_USEDEP}] @@ -52,10 +50,7 @@ OPTIONAL_DEPEND=" dev-python/xlwt[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] X? ( - || ( - dev-python/PyQt5[${PYTHON_USEDEP}] - dev-python/pygtk[$(python_gen_usedep python2_7)] - ) + dev-python/PyQt5[${PYTHON_USEDEP}] || ( x11-misc/xclip x11-misc/xsel