On Friday 05 of March 2010 11:22:18 Dirkjan Ochtman wrote: > I *am* a stable user, and I do want to install python3 (without having > to override keywords -- because my packager, the gentoo python team, > says it works!). I recognize the cruft problem, but I don't think > keeping things in unstable ^^^^^^^^ It's "testing" :)
Now on more serious note, ideally python could be treated just like any other non-leaf package (in dependency tree), just like library. In such case it's completely reasonable to stabilize the newest version of such 'library', especially when it's slotted and doesn't conflict in any way with the rest. However, because of being used by package manager, python is leaf application really and it's going to be immediately pulled for everyone. It would be nice if portage didn't automatically pull newest available packages with new SLOTs unless explicitly referenced in dependencies. That would have certainly caused python 3 stabilization to be a non issue. (@Zac is this "greedy/non-greedy' behaviour you've talking some time ago?) Hmm, but that would also prevent automatic KDE 4.x -> 4.y updates.. -- regards MM