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

Bug 537502

Summary: dev-python/git-python-0.3.5 needs dev-python/gitdb >= 0.6.4
Product: Gentoo Linux Reporter: Johann Schmitz (ercpe) (RETIRED) <ercpe>
Component: [OLD] DevelopmentAssignee: Ian Delaney (RETIRED) <idella4>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2015-01-24 07:39:01 UTC
Otherwise it fails at "import git" with

....
  File "/usr/lib64/python2.7/site-packages/git/__init__.py", line 36, in <module>
    from git.refs import *
  File "/usr/lib64/python2.7/site-packages/git/refs/__init__.py", line 4, in <module>
    from .symbolic import *
  File "/usr/lib64/python2.7/site-packages/git/refs/symbolic.py", line 11, in <module>
    from gitdb.exc import (
ImportError: cannot import name BadName
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2015-01-26 05:22:07 UTC
~/cvsPortage/gentoo-x86/dev-python/git-python $ cat /mnt/gen2/TmpDir/portage/dev-python/git-python-0.3.5/work/GitPython-0.3.5/requirements.txt
GitPython
gitdb>=0.6.2

from setup.py (don't you love it)
with open('requirements.txt') as reqs_file:
    requirements = reqs_file.read().splitlines()

Looks like upstream have missed fundamental updates, again

  26 Jan 2015; Ian Delaney <idella4@gentoo.org> git-python-0.3.5.ebuild:
  update version border of dev-python/gitdb, fixes bug #537502 by ercpe