On Sun, Nov 16, 2014 at 12:19 PM, Mike Gilbert <flop...@gentoo.org> wrote: > On Sat, Nov 15, 2014 at 5:16 PM, Michał Górny <mgo...@gentoo.org> wrote: >> You may want to mention --changed-use. Also, I don't think >> python-updater is relevant here since python.eclass doesn't support >> 3.4. > > Thanks for the feedback; I forgot that we don't support 3.4 in the old eclass. > > Here's version 2. >
And version 3, with the spelling mistake fixed (thanks djc). Title: Python 3.4 enabled by default Author: Mike Gilbert <flop...@gentoo.org> Content-Type: text/plain Posted: 2014-11-15 Revision: 1 News-Item-Format: 1.0 Python 3.4 will be enabled by default on 2014-11-22, replacing Python 3.3 as the default Python 3 interpreter. PYTHON_TARGETS will be adjusted to contain python2_7 and python3_4 by default via your profile. PYTHON_SINGLE_TARGET will remain set to python2_7 by default. If you have PYTHON_TARGETS set in make.conf, that setting will still be respected. You may want to adjust this setting manually. At the same time, support for Python 3.2 will be removed from the python-r1 family of eclasses. This version no longer receives regular bug fixes, and is currently only receiving security updates. Once the changes have taken place, a world update should take care of reinstalling any python libraries you have installed. You should also switch your default python3 interpreter using eselect python. For example: eselect python set --python3 python3.4 emerge -uDv --changed-use @world