Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 486966 - media-sound/rhythmbox-3.0-r1 does not accept python 3.3
Summary: media-sound/rhythmbox-3.0-r1 does not accept python 3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on: 487832
Blocks: python-3.3
  Show dependency tree
 
Reported: 2013-10-04 15:35 UTC by Bartosz Brachaczek
Modified: 2013-11-09 15:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bartosz Brachaczek 2013-10-04 15:35:32 UTC
There's only PYTHON_COMPAT=( python3_2 ) in the rhythmbox ebuild while there is python-3.3 in unstable, which I have already switched entirely to. I tried adding python3_3 to the rhythmbox ebuild, re-emerged, and it seemed to work just fine - I tested with magnatune plugin which, as I understand, is python-based. Can you have a look at it?
Comment 1 Ian Abbott 2013-10-14 10:19:39 UTC
I didn't want to install python-3.2 just to run rhythmbox when I already had python-3.3 installed, so I made the same change as Bartosz, although I added it like this:

PYTHON_COMPAT=( python{3_2,3_3} )

It seems to work fine although I haven't tried any of the Python plugins.
Comment 2 Pacho Ramos gentoo-dev 2013-10-14 18:48:26 UTC
I tried to add it but repoman will complain until others (hence the "depend on") are migrated too
Comment 3 Pacho Ramos gentoo-dev 2013-11-09 15:27:34 UTC
This was solved some days ago