From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1533465-garchives=archives.gentoo.org@lists.gentoo.org>
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 E8D75158009
	for <garchives@archives.gentoo.org>; Fri, 30 Jun 2023 04:50:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 34894E0866;
	Fri, 30 Jun 2023 04:50:41 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1D0C4E0866
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2023 04:50:41 +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 4CF8F340F6D
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2023 04:50:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DB6EB135
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2023 04:50:38 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1688100613.a01a3da0a23e3ad29495b92bd1e29bff34e45991.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/numpy/numpy-1.25.0-r1.ebuild dev-python/numpy/numpy-1.25.0-r2.ebuild
X-VCS-Directories: dev-python/numpy/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a01a3da0a23e3ad29495b92bd1e29bff34e45991
X-VCS-Branch: master
Date: Fri, 30 Jun 2023 04:50:38 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0e18aebd-9cc2-4c03-8c85-cd5b8dc6536f
X-Archives-Hash: e77eac8a7a1e96cc6093ab99946e1a65

commit:     a01a3da0a23e3ad29495b92bd1e29bff34e45991
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 04:49:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 04:50:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01a3da0

dev-python/numpy: actually add the wheel version fix

Fixes: 1d34343899235a074ec4e277d1d003e775dce0ad
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/numpy/{numpy-1.25.0-r1.ebuild => numpy-1.25.0-r2.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/numpy/numpy-1.25.0-r1.ebuild b/dev-python/numpy/numpy-1.25.0-r2.ebuild
similarity index 96%
rename from dev-python/numpy/numpy-1.25.0-r1.ebuild
rename to dev-python/numpy/numpy-1.25.0-r2.ebuild
index fd279d3121df..e222b83e5e69 100644
--- a/dev-python/numpy/numpy-1.25.0-r1.ebuild
+++ b/dev-python/numpy/numpy-1.25.0-r2.ebuild
@@ -62,6 +62,9 @@ python_prepare_all() {
 	append-flags -fno-strict-aliasing
 
 	distutils-r1_python_prepare_all
+
+	# TODO: Please drop once 1.25.0_rc1-meson-pyproject.toml.patch is gone
+	sed -i -e "s:version = \"2.0.0.dev0\":version = \"${PV}\":" pyproject.toml || die
 }
 
 python_configure_all() {