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 E853F158009 for ; Thu, 29 Jun 2023 15:09:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 254C5E0801; Thu, 29 Jun 2023 15:09:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0AF38E0801 for ; Thu, 29 Jun 2023 15:09:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 11E92340DC6 for ; Thu, 29 Jun 2023 15:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E27D135 for ; Thu, 29 Jun 2023 15:09:30 +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: <1688051367.6a97a71dc54a7ee75fa224d0bd9c9b4be1ff5a4e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scipy/scipy-1.11.1.ebuild X-VCS-Directories: dev-python/scipy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a97a71dc54a7ee75fa224d0bd9c9b4be1ff5a4e X-VCS-Branch: master Date: Thu, 29 Jun 2023 15:09:30 +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: 1e056901-10c8-467d-82e5-61042a2b7661 X-Archives-Hash: 442c327a33208e17a1566a5e6d3fb261 commit: 6a97a71dc54a7ee75fa224d0bd9c9b4be1ff5a4e Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 14:54:55 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 29 15:09:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a97a71d dev-python/scipy: Require gentoo.org> dev-python/scipy/scipy-1.11.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/scipy/scipy-1.11.1.ebuild b/dev-python/scipy/scipy-1.11.1.ebuild index ff937ef528ac..426e9b0827c1 100644 --- a/dev-python/scipy/scipy-1.11.1.ebuild +++ b/dev-python/scipy/scipy-1.11.1.ebuild @@ -58,8 +58,11 @@ RDEPEND=" ${DEPEND} dev-python/pillow[${PYTHON_USEDEP}] " +# Cython-3 fails if scipy is already installed +# https://github.com/scipy/scipy/issues/18792 BDEPEND=" dev-lang/swig + =dev-python/cython-0.29.35[${PYTHON_USEDEP}] >=dev-python/meson-python-0.12.1[${PYTHON_USEDEP}] >=dev-python/pybind11-2.10.4[${PYTHON_USEDEP}]