Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480320 - dev-vcs/git - install git-remote-helpers for python3
Summary: dev-vcs/git - install git-remote-helpers for python3
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-09 05:30 UTC by yegle
Modified: 2014-08-10 05:52 UTC (History)
0 users

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 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.