https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281470
Yuri Victorovich <y...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |y...@freebsd.org --- Comment #20 from Yuri Victorovich <y...@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.