Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614416 - Add Python 3.6 support to all capable packages
Summary: Add Python 3.6 support to all capable packages
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-01 11:19 UTC by Perfect Gentleman
Modified: 2017-04-02 17:43 UTC (History)
2 users (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 Perfect Gentleman 2017-04-01 11:19:21 UTC
It's odd that some packages already have python-3.6 (e.g. portage), and some don't have it (e.g. gentoolkit, smart-live-rebuild).
Comment 1 Petross404(Petros S) 2017-04-02 17:20:04 UTC
=app-misc/pax-utils-1.2.2

I try to use lddtree with python3.6 selected and that is what I get:

Traceback (most recent call last):
  File "/usr/bin/lddtree", line 52, in <module>
    from elftools.elf.elffile import ELFFile
ModuleNotFoundError: No module named 'elftools'


=dev-python/pyelftools-0.24 PYTHON_TARGETS="python2_7 python3_4 python3_5")
Should a python3_6 target, be added?
Comment 2 Pacho Ramos gentoo-dev 2017-04-02 17:43:16 UTC
This needs to be done per package, hence, feel free to open bug reports (or, better, github pull requests) for the packages you have tested to work with python 3.6