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 A12CC13835B for ; Sun, 14 Jun 2020 12:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD50AE0AC1; Sun, 14 Jun 2020 12:04:17 +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 915EDE0AC1 for ; Sun, 14 Jun 2020 12:04:17 +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 3815A34F2FF for ; Sun, 14 Jun 2020 12:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D5D029B for ; Sun, 14 Jun 2020 12:04:14 +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: <1592136251.240ad7a50f3fcca52c8aa19883076981214e5962.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.0.4.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 240ad7a50f3fcca52c8aa19883076981214e5962 X-VCS-Branch: master Date: Sun, 14 Jun 2020 12:04:14 +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: 10fefa4c-c218-4ddc-bcc5-259473c319da X-Archives-Hash: 5c44a474745afe78ef6f673dda806403 commit: 240ad7a50f3fcca52c8aa19883076981214e5962 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 14 12:03:39 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 14 12:04:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240ad7a5 dev-python/pandas: Unrestrict s3fs dep Signed-off-by: Michał Górny gentoo.org> dev-python/pandas/pandas-1.0.4.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/pandas/pandas-1.0.4.ebuild b/dev-python/pandas/pandas-1.0.4.ebuild index ff3d11a3875..9b2ef527515 100644 --- a/dev-python/pandas/pandas-1.0.4.ebuild +++ b/dev-python/pandas/pandas-1.0.4.ebuild @@ -42,8 +42,8 @@ OPTIONAL_DEPEND=" dev-python/xlsxwriter[${PYTHON_USEDEP}] ) >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}] + dev-python/s3fs[${PYTHON_USEDEP}] $(python_gen_cond_dep ' - dev-python/s3fs[${PYTHON_USEDEP}] dev-python/statsmodels[${PYTHON_USEDEP}] >=dev-python/xarray-0.10.8[${PYTHON_USEDEP}] ' python3_{6,7}) @@ -118,10 +118,6 @@ python_prepare_all() { sed -e 's:test_register_entrypoint:_&:' \ -i pandas/tests/plotting/test_backend.py || die - # temporary mask to remove cycle on s3fs - sed -e 's:test_pickle_s3url_roundtrip:_&:' \ - -i pandas/tests/io/test_pickle.py || die - distutils-r1_python_prepare_all }