From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id CCD0F1582EF for ; Tue, 18 Feb 2025 16:44:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B7597343129 for ; Tue, 18 Feb 2025 16:44:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ABA94110470; Tue, 18 Feb 2025 16:44:29 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 9BDD6110470 for ; Tue, 18 Feb 2025 16:44:29 +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 4A29A343128 for ; Tue, 18 Feb 2025 16:44:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72B8E1236 for ; Tue, 18 Feb 2025 16:44:27 +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: <1739897007.ec9ecde86fb335eda64659a813616d74af30c5ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythran/pythran-0.16.1-r2.ebuild dev-python/pythran/pythran-0.16.1-r3.ebuild dev-python/pythran/pythran-0.17.0-r1.ebuild dev-python/pythran/pythran-0.17.0.ebuild X-VCS-Directories: dev-python/pythran/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ec9ecde86fb335eda64659a813616d74af30c5ca X-VCS-Branch: master Date: Tue, 18 Feb 2025 16:44:27 +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: 31a0ae10-0916-4e4a-8478-1875abb14e55 X-Archives-Hash: 3be51b727cf5a15e323679b227ce51da commit: ec9ecde86fb335eda64659a813616d74af30c5ca Author: Sam James gentoo org> AuthorDate: Tue Feb 18 16:43:27 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 18 16:43:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9ecde8 dev-python/pythran: add := dep on numpy A user upgrading an older system hit the following when building dev-python/bottleneck: ``` [...] File "/usr/lib/python3.11/site-packages/pythran/analyses/aliases.py", line 6, in from pythran.tables import functions, methods, MODULES File "/usr/lib/python3.11/site-packages/pythran/tables.py", line 4597, in save_arguments((), MODULES) File "/usr/lib/python3.11/site-packages/pythran/tables.py", line 4560, in save_arguments save_arguments(module_name + (elem,), signature) File "/usr/lib/python3.11/site-packages/pythran/tables.py", line 4560, in save_arguments save_arguments(module_name + (elem,), signature) File "/usr/lib/python3.11/site-packages/pythran/tables.py", line 4564, in save_arguments themodule = import_module(".".join(module_name)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/scipy/special/__init__.py", line 772, in from . import _ufuncs File "scipy/special/_ufuncs.pyx", line 1, in init scipy.special._ufuncs ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject UPDATING /var/tmp/portage/dev-python/bottleneck-1.4.2/work/bottleneck-1.4.2-python3_11/build/lib.linux-x86_64-cpython-311/bottleneck/_version.py set /var/tmp/portage/dev-python/bottleneck-1.4.2/work/bottleneck-1.4.2-python3_11/build/lib.linux-x86_64-cpython-311/bottleneck/_version.py to '1.4.2' * ERROR: dev-python/bottleneck-1.4.2::gentoo failed (compile phase): * Wheel build failed ``` scipy has a := dep on numpy but pythran didn't. Signed-off-by: Sam James gentoo.org> .../pythran/{pythran-0.16.1-r2.ebuild => pythran-0.16.1-r3.ebuild} | 4 ++-- .../pythran/{pythran-0.17.0.ebuild => pythran-0.17.0-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pythran/pythran-0.16.1-r2.ebuild b/dev-python/pythran/pythran-0.16.1-r3.ebuild similarity index 97% rename from dev-python/pythran/pythran-0.16.1-r2.ebuild rename to dev-python/pythran/pythran-0.16.1-r3.ebuild index 3fa68c4a517a..4e1d72e9f9a3 100644 --- a/dev-python/pythran/pythran-0.16.1-r2.ebuild +++ b/dev-python/pythran/pythran-0.16.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -29,7 +29,7 @@ RDEPEND=" dev-cpp/xsimd =dev-python/beniget-0.4*[${PYTHON_USEDEP}] =dev-python/gast-0.5*[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] + dev-python/numpy:=[${PYTHON_USEDEP}] >=dev-python/ply-3.4[${PYTHON_USEDEP}] || (