mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
de806c1ff5
- fix options dialog issue (add OPTIONSFILE) - install docs included while here: - limit to python 2.x (the code is not python 3.x-aware yet) - tab -> space change in pkg-descr:WWW - use PYTHON_CMD instead of ``/usr/bin/env python'' to make sure it will be runned with the same python branch, that it was built with PR: 173531 Submitted by: Marco Broder <marco.broeder@gmx.eu> (maintainer)
8 lines
293 B
Plaintext
8 lines
293 B
Plaintext
Dulwich is a pure-Python implementation of the Git file formats and protocols.
|
|
|
|
It aims to give an interface to git repos that doesn't call out to git directly
|
|
but instead uses pure Python. It is based on the Python-Git module released by
|
|
James Westby.
|
|
|
|
WWW: http://samba.org/~jelmer/dulwich/
|