diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2011-07-03 13:53:05 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:02 -0300 |
commit | 764dcb92d1b2878de7254ddff36dac39119548e6 (patch) | |
tree | ef7eabd69e43ef9c99f130bf9eb1f8df56f84659 /python/dulwich/slack-desc | |
parent | 764009e81fd8970993da7671be5520b364f0c29f (diff) | |
download | slackbuilds-764dcb92d1b2878de7254ddff36dac39119548e6.tar.gz |
python/dulwich: Added (implementation of Git formats and protocols)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/dulwich/slack-desc')
-rw-r--r-- | python/dulwich/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/dulwich/slack-desc b/python/dulwich/slack-desc new file mode 100644 index 0000000000..f43f5455a7 --- /dev/null +++ b/python/dulwich/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dulwich: dulwich (Python implementation of Git formats and protocols) +dulwich: +dulwich: Dulwich is a Python implementation of the Git file formats and +dulwich: protocols. It aims to give an interface to git repos (both local and +dulwich: remote) that doesn't call out to git directly but instead uses pure +dulwich: Python. The project is named after the village in which Mr. and +dulwich: Mrs. Git live in the Monty Python sketch. +dulwich: +dulwich: Homepage: http://samba.org/~jelmer/dulwich/ +dulwich: +dulwich: |