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 2E517158041 for ; Thu, 11 Apr 2024 11:48:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 015C0E2A1B; Thu, 11 Apr 2024 11:48:12 +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 D42CDE2A1B for ; Thu, 11 Apr 2024 11:48: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 C34B03432AB for ; Thu, 11 Apr 2024 11:48:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2651316B7 for ; Thu, 11 Apr 2024 11:48:09 +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: <1712836070.4c6729ce5059001f60be3f8aea93b1d0b4c06ad7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyarrow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyarrow/pyarrow-15.0.2.ebuild X-VCS-Directories: dev-python/pyarrow/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4c6729ce5059001f60be3f8aea93b1d0b4c06ad7 X-VCS-Branch: master Date: Thu, 11 Apr 2024 11:48:09 +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: 8c024eaa-1859-45ad-a9db-c4784678c991 X-Archives-Hash: ef137aec57e8ca57723e9a68a6b773ef commit: 4c6729ce5059001f60be3f8aea93b1d0b4c06ad7 Author: Michał Górny gentoo org> AuthorDate: Thu Apr 11 11:30:47 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 11 11:47:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6729ce dev-python/pyarrow: Add := op on dev-python/numpy Signed-off-by: Michał Górny gentoo.org> dev-python/pyarrow/pyarrow-15.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyarrow/pyarrow-15.0.2.ebuild b/dev-python/pyarrow/pyarrow-15.0.2.ebuild index 36a57448da4a..4e7666b3663e 100644 --- a/dev-python/pyarrow/pyarrow-15.0.2.ebuild +++ b/dev-python/pyarrow/pyarrow-15.0.2.ebuild @@ -25,7 +25,7 @@ IUSE="+parquet +snappy ssl" RDEPEND=" ~dev-libs/apache-arrow-${PV}[compute,dataset,json,parquet?,re2,snappy?,ssl?] - dev-python/numpy[${PYTHON_USEDEP}] + dev-python/numpy:=[${PYTHON_USEDEP}] " BDEPEND=" test? (