Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455616

Summary: dev-python/sip-4.14.3 excludes python3_3 without need
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: [OLD] DevelopmentAssignee: Qt Bug Alias <qt>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Helmut Jarausch 2013-02-05 15:04:20 UTC

    
Comment 1 Helmut Jarausch 2013-02-05 15:08:15 UTC
The current ebuilds of dev-python/sip and dev-python/PyQt4 exclude Python 3.3
without need.

I have copied these ebuilds to my local overlay, having added 3_3 :
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )

Now emerging dev-python/sip and dev-python/PyQt4  and finally
dev-util/eric5 proceed just fine for Python 3.3 and invoking eric5
and setting it to use Python 3.3 just works fine.

So, please let Python 3.3 go.

Helmut.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-02-05 21:42:26 UTC
It has:
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )

which appears to work out as:
DEPEND="
 python_targets_python2_5? ( dev-lang/python:2.5 )
 python_targets_python2_6? ( dev-lang/python:2.6 )
 python_targets_python2_7? ( dev-lang/python:2.7 )
 python_targets_python3_1? ( dev-lang/python:3.1 )
 python_targets_python3_2? ( dev-lang/python:3.2 )
 python_targets_python3_3? ( dev-lang/python:3.3 )
 dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]

So that appears to be fine:

  04 Feb 2013; Michael Palimaka <kensington@gentoo.org> -sip-4.14.2-r1.ebuild,
  sip-4.14.3.ebuild:
  Use run_in_build_dir. Add python-3.3 support wrt bug #455020. Remove old.

*** This bug has been marked as a duplicate of bug 455020 ***