Skip to content

Python 3 support #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
hjwp opened this issue Jul 29, 2013 · 10 comments
Closed

Python 3 support #114

hjwp opened this issue Jul 29, 2013 · 10 comments
Assignees

Comments

@hjwp
Copy link

hjwp commented Jul 29, 2013

Running setup.py egg_info for package gitdb
  Traceback (most recent call last):
    File "<string>", line 16, in <module>
    File "/tmp/pip-build-root/gitdb/setup.py", line 24
      print "Ignored failure when building extensions, pure python modules will be used instead"

Just popping this in here as a placeholder, apologies if I missed this elsewhere Looks like an interesting project!

@hickford
Copy link

I tried pip install gitpython on Python 3.4 and got the same error message.

@Byron
Copy link
Member

Byron commented Jun 13, 2014

Sorry for your inconvenience.
However, it's expected as gitpython is not yet compatible with py3.

@kevin-brown
Copy link

👍 If there is interest for it I may start looking at what needs to be done and get a pull request going.

@Byron
Copy link
Member

Byron commented Jul 13, 2014

Thanks for wanting to help. A good starting point would be to look at git-python's dependencies, being smmap and gitdb in that order.
A lot of work was done on smmap already, which should put gitdb next in line to receive py3 support.

@hickford
Copy link

hickford commented Oct 6, 2014

Blocked by gitpython-developers/gitdb#4

Good news: there's a pull request towards Python 3 support for gitdb gitpython-developers/gitdb#5

@NotSqrt
Copy link

NotSqrt commented Oct 29, 2014

👍

@Byron Byron added this to the v0.3.4 - python 3 support milestone Nov 14, 2014
@gbin
Copy link

gbin commented Dec 1, 2014

It looks like the upstream PR has been merged on the branch https://github.com/gitpython-developers/gitdb/tree/py2n3

@Byron
Copy link
Member

Byron commented Jan 6, 2015

Python 3.3/3.4 is now supported, next to python 2.6 and 2.7.
The new release v0.3.4 will hit pipy in the course of the day.

@Byron Byron closed this as completed Jan 6, 2015
@NotSqrt
Copy link

NotSqrt commented Jan 6, 2015

🎁 🍷

@hickford
Copy link

hickford commented Jan 6, 2015

Wahey. Brilliant great work https://pypi.python.org/pypi/GitPython/0.3.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

6 participants