| Summary: | dev-python/dbus-python-1.1.0: restrict python 3.0? - Active version of CPython 3 is not supported by dev-python/dbus-python-1.1.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
| Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | dabbott, dlan, freedesktop-bugs |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Martin Mokrejš
2012-05-30 13:44:45 UTC
Time to migrate from Python 3.1 to Python 3.2 and uninstall Python 3.1. Something like, # emerge -1 python:3.2 # eselect python list # eselect python set <pick the one for 3.2> # python-updater # emerge -C python:3.1 No real bug here, other than outdated system *** This bug has been marked as a duplicate of bug 416171 *** (In reply to comment #1) > Time to migrate from Python 3.1 to Python 3.2 and uninstall Python 3.1. > > Something like, > > # emerge -1 python:3.2 > # eselect python list > # eselect python set <pick the one for 3.2> > # python-updater > # emerge -C python:3.1 > > No real bug here, other than outdated system ... outdated ~amd64, yes. ;) Too many cross-blocks all over and I just have no time to fight that all. But I am still at python-2.7 and want to stay! I have no time to convert to 3.x, sorry. Actually will have to tweak my tools to run even under 2.5. :(( I still think the dbus-python ebuild should not try to install itself on 3.1 or whatever if that is because of some incompatibility or if it is unsupported version. (In reply to comment #2) > (In reply to comment #1) > > Time to migrate from Python 3.1 to Python 3.2 and uninstall Python 3.1. > > > > Something like, > > > > # emerge -1 python:3.2 > > # eselect python list > > # eselect python set <pick the one for 3.2> > > # python-updater > > # emerge -C python:3.1 > > > > No real bug here, other than outdated system > > ... outdated ~amd64, yes. ;) Too many cross-blocks all over and I just have > no time to fight that all. > > But I am still at python-2.7 and want to stay! I have no time to convert to > 3.x, sorry. Actually will have to tweak my tools to run even under 2.5. :(( That's OK, you just have to uninstall 3.1 and install 3.2 but you can keep your active version at 2.7 > I still think the dbus-python ebuild should not try to install itself on 3.1 > or whatever if that is because of some incompatibility or if it is > unsupported version. I agree, it's stupid to not inform users about the uselessness of 3.1, I've tried to make the case in bug 416171 without luck. This bug is a direct result of it. You neglect to mention it would be fairly trivial for the maintainers to make sure dbus-python doesn't get installed on 3.1. (In reply to comment #4) > You neglect to mention it would be fairly trivial for the maintainers to > make sure dbus-python doesn't get installed on 3.1. You mean going through every possible dbus-python consumer, leading to PyQt4 consumers, and add the same RESTRICT_PYTHON="3.1" to them? That seems like a lot of unnecessary work for maintainers I'm going to decline outright. dbus-python-1.1.0 actually works with CPython 3.1. Test suite would require changing 1 line in 1 file. dev-python/dbus-python-1.1.0-r1000::progress preserves support for CPython 3.1. *** Bug 423955 has been marked as a duplicate of this bug. *** |