Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656948 - =media-gfx/hugin-2018.0.0 ebuild does not support python-3.6
Summary: =media-gfx/hugin-2018.0.0 ebuild does not support python-3.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2018-05-31 08:24 UTC by Neil
Modified: 2018-06-22 19:29 UTC (History)
1 user (show)

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


Attachments
Modified ebuild with python3_6 requirement added. (hugin-2018.0.0-r1.ebuild,1.93 KB, text/plain)
2018-05-31 08:25 UTC, Neil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neil 2018-05-31 08:24:55 UTC
In light of the recent news item about python-3.6 I set about switching and found that Hugin does not currently support python-3.6...

PYTHON_COMPAT=( python{2_7,3_4,3_5} )

I've copied the ebuild locally and added 3_6 to the above line and hugin builds and it builds fine.

Reproducible: Always

Steps to Reproduce:
1. Update PYTHON_SINGLE_TARGET="python3_6" and PYTHON_TARGETS="python2_7 python3_6"
2. emerge -av =media-gfx/hugin-2018.0.0

Actual Results:  
ebuild fails as python dependencies are not met (apologies no longer have output to copy and paste)

Expected Results:  
hugin should emerge
Comment 1 Neil 2018-05-31 08:25:49 UTC
Created attachment 534218 [details]
Modified ebuild with python3_6 requirement added.
Comment 2 Larry the Git Cow gentoo-dev 2018-06-22 19:29:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd11aa5ac0f2e004da145ad52e49ef82c765f879

commit bd11aa5ac0f2e004da145ad52e49ef82c765f879
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2018-06-22 19:25:48 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-06-22 19:29:01 +0000

    media-gfx/hugin: Add python-3.6 to allowed list
    
    Closes: https://bugs.gentoo.org/656948
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/hugin/hugin-2018.0.0.ebuild | 2 +-
 media-gfx/hugin/hugin-9999.ebuild     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)