Python packaging targets
Python packaging targets
Posted Mar 27, 2023 16:46 UTC (Mon) by pizza (subscriber, #46)In reply to: Python packaging targets by sammythesnake
Parent article: Python packaging targets
> 1. Distros should be much happier having multiple versions of the same package available, with suitable cleverness to provide the "correct' version to any software that runs
Distros are already fundamentally able to do this in the general sense, but the individual languages/runtimes/whatever need to support [semantically] versioned package namespaces, and enforce that through culture... and tooling that does the right thing by default.
