[Bug 281470] math/py-numpy: Update to 2.1.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 18 Nov 2024 04:11:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281470

Yuri Victorovich <yuri@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuri@freebsd.org

--- Comment #20 from Yuri Victorovich <yuri@freebsd.org> ---
More and more Python packages require numpy-2.x

I've hit 3 such ports only today. The latest one is math/py-numpoly.
Cython fails with errors like:
> ./numpoly/cfunctions/cdispach.c:3108:13: error: incompatible integer to pointer conversion assigning to 'PyObject *' (aka 'struct _object *') from 'int' [-Wint-conversion]
>  3108 |   __pyx_t_1 = PyDataType_FIELDS(__pyx_v_self);
>       |             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Such ports can't be updated until math/py-numpy is updated to 2.x

-- 
You are receiving this mail because:
You are the assignee for the bug.