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 A82B2158041 for ; Wed, 3 Apr 2024 18:51:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DFD92BC01F; Wed, 3 Apr 2024 18:51:11 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BAAA2BC01F for ; Wed, 3 Apr 2024 18:51:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2106E34317F for ; Wed, 3 Apr 2024 18:51:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AFE4166C for ; Wed, 3 Apr 2024 18:51:08 +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: <1712170264.4f4b142db2feab8ce890134c04875e04e11423de.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.3-r1.ebuild dev-python/scipy/scipy-1.11.4.ebuild dev-python/scipy/scipy-1.12.0.ebuild dev-python/scipy/scipy-1.13.0_rc1.ebuild X-VCS-Directories: dev-python/scipy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4f4b142db2feab8ce890134c04875e04e11423de X-VCS-Branch: master Date: Wed, 3 Apr 2024 18:51:08 +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: 478063a2-493c-493c-80fd-86fe4ac13a2c X-Archives-Hash: 5bd98900c0cc6666ce085556d2bbaca1 commit: 4f4b142db2feab8ce890134c04875e04e11423de Author: Michał Górny gentoo org> AuthorDate: Wed Apr 3 18:16:23 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 3 18:51:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4b142d dev-python/scipy: Use := slot op for numpy dep Signed-off-by: Michał Górny gentoo.org> dev-python/scipy/scipy-1.11.3-r1.ebuild | 2 +- dev-python/scipy/scipy-1.11.4.ebuild | 2 +- dev-python/scipy/scipy-1.12.0.ebuild | 2 +- dev-python/scipy/scipy-1.13.0_rc1.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/scipy/scipy-1.11.3-r1.ebuild b/dev-python/scipy/scipy-1.11.3-r1.ebuild index 53cfef682124..ada4553734a9 100644 --- a/dev-python/scipy/scipy-1.11.3-r1.ebuild +++ b/dev-python/scipy/scipy-1.11.3-r1.ebuild @@ -48,7 +48,7 @@ IUSE="doc +fortran test-rust" # umfpack is technically optional but it's preferred to have it available. DEPEND=" - >=dev-python/numpy-1.21.6[lapack,${PYTHON_USEDEP}] + >=dev-python/numpy-1.21.6:=[lapack,${PYTHON_USEDEP}] sci-libs/arpack:= sci-libs/umfpack virtual/cblas diff --git a/dev-python/scipy/scipy-1.11.4.ebuild b/dev-python/scipy/scipy-1.11.4.ebuild index 9d60b95cd5e7..57a88fe87cf2 100644 --- a/dev-python/scipy/scipy-1.11.4.ebuild +++ b/dev-python/scipy/scipy-1.11.4.ebuild @@ -48,7 +48,7 @@ IUSE="doc +fortran test-rust" # umfpack is technically optional but it's preferred to have it available. DEPEND=" - >=dev-python/numpy-1.21.6[lapack,${PYTHON_USEDEP}] + >=dev-python/numpy-1.21.6:=[lapack,${PYTHON_USEDEP}] sci-libs/arpack:= sci-libs/umfpack virtual/cblas diff --git a/dev-python/scipy/scipy-1.12.0.ebuild b/dev-python/scipy/scipy-1.12.0.ebuild index 6a3f615da136..d3dff15df08b 100644 --- a/dev-python/scipy/scipy-1.12.0.ebuild +++ b/dev-python/scipy/scipy-1.12.0.ebuild @@ -48,7 +48,7 @@ IUSE="doc +fortran test-rust" # umfpack is technically optional but it's preferred to have it available. DEPEND=" - >=dev-python/numpy-1.21.6[lapack,${PYTHON_USEDEP}] + >=dev-python/numpy-1.21.6:=[lapack,${PYTHON_USEDEP}] sci-libs/arpack:= sci-libs/umfpack virtual/cblas diff --git a/dev-python/scipy/scipy-1.13.0_rc1.ebuild b/dev-python/scipy/scipy-1.13.0_rc1.ebuild index 37560902441b..112b769a910a 100644 --- a/dev-python/scipy/scipy-1.13.0_rc1.ebuild +++ b/dev-python/scipy/scipy-1.13.0_rc1.ebuild @@ -48,7 +48,7 @@ IUSE="doc +fortran test-rust" # umfpack is technically optional but it's preferred to have it available. DEPEND=" - >=dev-python/numpy-1.22.4[lapack,${PYTHON_USEDEP}] + >=dev-python/numpy-1.22.4:=[lapack,${PYTHON_USEDEP}] sci-libs/arpack:= sci-libs/umfpack virtual/cblas