From: Nicola Vitale <ni...@freebsd.org> Subject: Re: Ports with version numbers going backwards: devel/py-wheel, math/parmetis Date: Fri, 2 May 2025 11:52:46 +0200
>> NB: I noticed a 0.46.1 is released in the meantime. >> https://github.com/pypa/wheel/releases/tag/0.46.1 >> >> Could the port be updated to that version? >> It would also resolve the version going backwards issue. > > I know, but it doesn't solve the real issue: > > https://github.com/pypa/wheel/issues/662 > > only this: > > https://github.com/pypa/wheel/issues/659 > > -- > Nicola Vitale According to comments in issue #662, updating wheel to 0.46.1 requires updating setuptool to newer version. Then what prevents the latter? It seems it also resolves install confliction of devel/py-wheel and devel/py-wheel044 that happens with non-cleanroom environment. --- Yasuhiro Kimura