Re: Cython inconsistency
Daniel Engberg <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
On 2025-10-19 11:27, Xavier Humbert wrote: > Hi, > > Some ports depend on py-cython, some others from py-cython3. Both > ports are incompatible : > > ===> py311-cython3-3.1.4 conflicts with installed package(s): > py311-cython-0.29.37_2 > > When upgrading my ports, I'm often hit by this. > > Attached is a grep on Makefiles which shows this. > > Is there a plan to fix this inconsistency ? > > Regards, > > Xavier > Hi, What you're seeing is years of having no deprecation and governance policy which results in various issues. There's an interesting talk from EuroBSDCon about this by bofh@, https://youtu.be/ZGmuZz5ETHs?t=19276 (audio is missing until ~5:21:34). Sildes here: https://events.eurobsdcon.org/2025/talk/KBLVS9/ Best regards, Daniel