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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9087158086 for ; Thu, 18 Nov 2021 11:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8A832BC001; Thu, 18 Nov 2021 11:06:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C7802BC001 for ; Thu, 18 Nov 2021 11:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44FDB342B1E for ; Thu, 18 Nov 2021 11:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F25A01C8 for ; Thu, 18 Nov 2021 11:06:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637233559.b1f85489edb3d36e24456d3d7364da38575df4fb.sam@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.3.4.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b1f85489edb3d36e24456d3d7364da38575df4fb X-VCS-Branch: master Date: Thu, 18 Nov 2021 11:06:33 +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: aa7fd167-8d35-4bfd-91ce-aaf165427866 X-Archives-Hash: e604fa0f0d03f8a4bf5a9bc20105fc52 commit: b1f85489edb3d36e24456d3d7364da38575df4fb Author: Sam James gentoo org> AuthorDate: Thu Nov 18 11:05:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 18 11:05:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f85489 dev-python/pandas: avoid scipy dep (via statsmodels) on HPPA scipy doesn't build on HPPA and statsmodels is barely a dependency of pandas anyway (and it's only dragged in on HPPA for tests). Bug: https://bugs.gentoo.org/804115 Bug: https://bugs.gentoo.org/804136 Signed-off-by: Sam James gentoo.org> dev-python/pandas/pandas-1.3.4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/pandas/pandas-1.3.4.ebuild b/dev-python/pandas/pandas-1.3.4.ebuild index 08777cedef9e..c93419bd338f 100644 --- a/dev-python/pandas/pandas-1.3.4.ebuild +++ b/dev-python/pandas/pandas-1.3.4.ebuild @@ -42,12 +42,14 @@ OPTIONAL_DEPEND=" dev-python/xlsxwriter[${PYTHON_USEDEP}] ) >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}] - dev-python/statsmodels[${PYTHON_USEDEP}] >=dev-python/xarray-0.12.3[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}] >=dev-python/xlrd-1.2.0[${PYTHON_USEDEP}] >=dev-python/xlwt-1.3.0[${PYTHON_USEDEP}] - !hppa? ( >=dev-python/scipy-1.1[${PYTHON_USEDEP}] ) + !hppa? ( + dev-python/statsmodels[${PYTHON_USEDEP}] + >=dev-python/scipy-1.1[${PYTHON_USEDEP}] + ) X? ( || ( dev-python/PyQt5[${PYTHON_USEDEP}]