On Mon, 2022-01-10 at 06:39 +0100, Michał Górny wrote: > 4. We could have the eclasses switch to "local" model and rename > the .egg-info files somehow at some point. The main question is "rename > how?" >
If anyone's interested, I've published a proof-of-concept for this: https://github.com/gentoo/gentoo/pull/23721 Long story short, the eclass detects if vendored distutils are being used and renames the directories from .egg-info to .g.egg-info then. This basically means the tag changes from e.g. "py3.8" to "py3.8.g". I'm testing this approach now and it doesn't seem to break anything. -- Best regards, Michał Górny
