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 38A28158086 for ; Thu, 18 Nov 2021 11:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F7562BC001; Thu, 18 Nov 2021 11:01:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0CB9D2BC001 for ; Thu, 18 Nov 2021 11:01:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0EF8342D22 for ; Thu, 18 Nov 2021 11:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45C541C8 for ; Thu, 18 Nov 2021 11:01:25 +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: <1637233255.56637d6bddd85624703da704ae3641488a02ace7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xarray/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xarray/xarray-0.19.0.ebuild dev-python/xarray/xarray-0.20.1.ebuild X-VCS-Directories: dev-python/xarray/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56637d6bddd85624703da704ae3641488a02ace7 X-VCS-Branch: master Date: Thu, 18 Nov 2021 11:01:25 +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: 0fcbd342-1162-4322-9df0-393e49140257 X-Archives-Hash: 51d37e09445317150917f4294aabde01 commit: 56637d6bddd85624703da704ae3641488a02ace7 Author: Sam James gentoo org> AuthorDate: Thu Nov 18 11:00:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 18 11:00:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56637d6b dev-python/xarray: avoid scipy dependency on HPPA scipy doesn't build on HPPA and xarray only has an optional dependency on it for _some_ tests. Bug: https://bugs.gentoo.org/804115 Signed-off-by: Sam James gentoo.org> dev-python/xarray/xarray-0.19.0.ebuild | 2 +- dev-python/xarray/xarray-0.20.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/xarray/xarray-0.19.0.ebuild b/dev-python/xarray/xarray-0.19.0.ebuild index 7a67a040310e..0315b612b3d6 100644 --- a/dev-python/xarray/xarray-0.19.0.ebuild +++ b/dev-python/xarray/xarray-0.19.0.ebuild @@ -27,7 +27,7 @@ BDEPEND=" dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/toolz[${PYTHON_USEDEP}] - >=dev-python/scipy-1.4[${PYTHON_USEDEP}] + !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] ) )" PATCHES=( diff --git a/dev-python/xarray/xarray-0.20.1.ebuild b/dev-python/xarray/xarray-0.20.1.ebuild index b0a4d51a74b1..68f183d7ce95 100644 --- a/dev-python/xarray/xarray-0.20.1.ebuild +++ b/dev-python/xarray/xarray-0.20.1.ebuild @@ -27,7 +27,7 @@ BDEPEND=" dev-python/hypothesis[${PYTHON_USEDEP}] dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/toolz[${PYTHON_USEDEP}] - >=dev-python/scipy-1.4[${PYTHON_USEDEP}] + !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] ) )" PATCHES=(