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 741391382C5 for ; Tue, 16 Mar 2021 21:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5424E07F1; Tue, 16 Mar 2021 21:02:14 +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 100D8E07F1 for ; Tue, 16 Mar 2021 21:02:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 57905340D32 for ; Tue, 16 Mar 2021 21:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 725E6590 for ; Tue, 16 Mar 2021 21:02:09 +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: <1615928526.7bd45cedf2684ea98d5a608d19d1651c9232eadb.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-1.1.5-r2.ebuild dev-python/pandas/pandas-1.2.1-r3.ebuild dev-python/pandas/pandas-1.2.2-r2.ebuild dev-python/pandas/pandas-1.2.3-r3.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7bd45cedf2684ea98d5a608d19d1651c9232eadb X-VCS-Branch: master Date: Tue, 16 Mar 2021 21:02:09 +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: 77710a07-a20f-4f6d-abc1-f89f81d24423 X-Archives-Hash: 8a5a3f0c22f0e9d7800296c866553f42 commit: 7bd45cedf2684ea98d5a608d19d1651c9232eadb Author: Michał Górny gentoo org> AuthorDate: Tue Mar 16 21:01:36 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 16 21:02:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd45ced dev-python/pandas: Also block xlwt, due to broken tests Signed-off-by: Michał Górny gentoo.org> dev-python/pandas/pandas-1.1.5-r2.ebuild | 5 ++--- dev-python/pandas/pandas-1.2.1-r3.ebuild | 5 ++--- dev-python/pandas/pandas-1.2.2-r2.ebuild | 5 ++--- dev-python/pandas/pandas-1.2.3-r3.ebuild | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/dev-python/pandas/pandas-1.1.5-r2.ebuild b/dev-python/pandas/pandas-1.1.5-r2.ebuild index feb1512bc21..3ddd497a821 100644 --- a/dev-python/pandas/pandas-1.1.5-r2.ebuild +++ b/dev-python/pandas/pandas-1.1.5-r2.ebuild @@ -46,7 +46,6 @@ OPTIONAL_DEPEND=" >=dev-python/xarray-0.10.8[${PYTHON_USEDEP}] ' python3_{6,7}) >=dev-python/sqlalchemy-0.8.1[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] >=dev-python/scipy-1.1[${PYTHON_USEDEP}] X? ( || ( @@ -78,7 +77,6 @@ DEPEND="${COMMON_DEPEND} dev-python/pytz[${PYTHON_USEDEP}] dev-python/rpy[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] x11-misc/xclip ) @@ -98,6 +96,7 @@ DEPEND="${COMMON_DEPEND} dev-python/xlsxwriter[${PYTHON_USEDEP}] x11-misc/xclip x11-misc/xsel + !!dev-python/xlwt ) " # dev-python/statsmodels invokes a circular dep @@ -170,7 +169,7 @@ pkg_postinst() { optfeature "for msgpack compression using blosc" dev-python/blosc optfeature "Template engine for conditional HTML formatting" dev-python/jinja optfeature "Plotting support" dev-python/matplotlib - optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter dev-python/xlwt + optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter optfeature "necessary for HDF5-based storage" ">=dev-python/pytables-3.2.1" optfeature "R I/O support" dev-python/rpy optfeature "Needed for parts of pandas.stats" dev-python/statsmodels diff --git a/dev-python/pandas/pandas-1.2.1-r3.ebuild b/dev-python/pandas/pandas-1.2.1-r3.ebuild index 70d488714e2..ca96ed089b4 100644 --- a/dev-python/pandas/pandas-1.2.1-r3.ebuild +++ b/dev-python/pandas/pandas-1.2.1-r3.ebuild @@ -46,7 +46,6 @@ OPTIONAL_DEPEND=" >=dev-python/xarray-0.10.8[${PYTHON_USEDEP}] ' python3_{6,7}) >=dev-python/sqlalchemy-0.8.1[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] >=dev-python/scipy-1.1[${PYTHON_USEDEP}] X? ( || ( @@ -78,7 +77,6 @@ DEPEND="${COMMON_DEPEND} dev-python/pytz[${PYTHON_USEDEP}] dev-python/rpy[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] x11-misc/xclip ) @@ -98,6 +96,7 @@ DEPEND="${COMMON_DEPEND} dev-python/xlsxwriter[${PYTHON_USEDEP}] x11-misc/xclip x11-misc/xsel + !!dev-python/xlwt ) " # dev-python/statsmodels invokes a circular dep @@ -179,7 +178,7 @@ pkg_postinst() { optfeature "for msgpack compression using blosc" dev-python/blosc optfeature "Template engine for conditional HTML formatting" dev-python/jinja optfeature "Plotting support" dev-python/matplotlib - optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter dev-python/xlwt + optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter optfeature "necessary for HDF5-based storage" ">=dev-python/pytables-3.2.1" optfeature "R I/O support" dev-python/rpy optfeature "Needed for parts of pandas.stats" dev-python/statsmodels diff --git a/dev-python/pandas/pandas-1.2.2-r2.ebuild b/dev-python/pandas/pandas-1.2.2-r2.ebuild index 5f5244dbad0..98ce6571d61 100644 --- a/dev-python/pandas/pandas-1.2.2-r2.ebuild +++ b/dev-python/pandas/pandas-1.2.2-r2.ebuild @@ -46,7 +46,6 @@ OPTIONAL_DEPEND=" >=dev-python/xarray-0.10.8[${PYTHON_USEDEP}] ' python3_{6,7}) >=dev-python/sqlalchemy-0.8.1[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] >=dev-python/scipy-1.1[${PYTHON_USEDEP}] X? ( || ( @@ -78,7 +77,6 @@ DEPEND="${COMMON_DEPEND} dev-python/pytz[${PYTHON_USEDEP}] dev-python/rpy[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] x11-misc/xclip ) @@ -98,6 +96,7 @@ DEPEND="${COMMON_DEPEND} dev-python/xlsxwriter[${PYTHON_USEDEP}] x11-misc/xclip x11-misc/xsel + !!dev-python/xlwt ) " # dev-python/statsmodels invokes a circular dep @@ -178,7 +177,7 @@ pkg_postinst() { optfeature "for msgpack compression using blosc" dev-python/blosc optfeature "Template engine for conditional HTML formatting" dev-python/jinja optfeature "Plotting support" dev-python/matplotlib - optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter dev-python/xlwt + optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter optfeature "necessary for HDF5-based storage" ">=dev-python/pytables-3.2.1" optfeature "R I/O support" dev-python/rpy optfeature "Needed for parts of pandas.stats" dev-python/statsmodels diff --git a/dev-python/pandas/pandas-1.2.3-r3.ebuild b/dev-python/pandas/pandas-1.2.3-r3.ebuild index fe8f3d8903e..c54534df66f 100644 --- a/dev-python/pandas/pandas-1.2.3-r3.ebuild +++ b/dev-python/pandas/pandas-1.2.3-r3.ebuild @@ -46,7 +46,6 @@ OPTIONAL_DEPEND=" >=dev-python/xarray-0.10.8[${PYTHON_USEDEP}] ' python3_{6,7}) >=dev-python/sqlalchemy-0.8.1[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] >=dev-python/scipy-1.1[${PYTHON_USEDEP}] X? ( || ( @@ -78,7 +77,6 @@ DEPEND="${COMMON_DEPEND} dev-python/pytz[${PYTHON_USEDEP}] dev-python/rpy[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/xlwt[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] x11-misc/xclip ) @@ -98,6 +96,7 @@ DEPEND="${COMMON_DEPEND} dev-python/xlsxwriter[${PYTHON_USEDEP}] x11-misc/xclip x11-misc/xsel + !!dev-python/xlwt ) " # dev-python/statsmodels invokes a circular dep @@ -179,7 +178,7 @@ pkg_postinst() { optfeature "for msgpack compression using blosc" dev-python/blosc optfeature "Template engine for conditional HTML formatting" dev-python/jinja optfeature "Plotting support" dev-python/matplotlib - optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter dev-python/xlwt + optfeature "Needed for Excel I/O" ">=dev-python/openpyxl-1.6.1" dev-python/xlsxwriter optfeature "necessary for HDF5-based storage" ">=dev-python/pytables-3.2.1" optfeature "R I/O support" dev-python/rpy optfeature "Needed for parts of pandas.stats" dev-python/statsmodels