slackbuilds_ponce/python/dulwich
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
dulwich.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
dulwich.SlackBuild python/dulwich: Updated for version 0.8.1. 2011-12-11 10:47:09 -02:00
README python/dulwich: Updated for version 0.8.1. 2011-12-11 10:47:09 -02:00
slack-desc python/dulwich: Added (implementation of Git formats and protocols) 2011-07-14 21:54:02 -03:00

Dulwich is a Python implementation of the Git file formats and
protocols.  It aims to give an interface to git repos (both local and
remote) that doesn't call out to git directly but instead uses pure
Python.