1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/dulwich/pkg-descr
Ruslan Makhmatkhanov de806c1ff5 - update to 0.8.7
- 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)
2012-12-16 12:03:39 +00:00

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/