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

Bug 480320

Summary: dev-vcs/git - install git-remote-helpers for python3
Product: Gentoo Linux Reporter: yegle <cnyegle>
Component: [OLD] DevelopmentAssignee: Robin Johnson <robbat2>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description yegle 2013-08-09 05:30:02 UTC
According to https://github.com/git/git/commit/62c814b6b60f5b5605e34c9806d874fe1088d416 the git-remote-helpers works for Python3 with the help of 2to3, since version 1.8.2

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2014-08-10 05:52:20 UTC
The problem isn't the remotes, it's that dev-python/pygtk is only available on py2.6/7.

Modify the git ebuild for PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} ) and run repoman full.

Get pygtk fixed first, then reopen this.