dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 9da68ab3b69c1aad7602d11f631516f6521dc4c3
parent 25ea58286fe33ca37899754b82c790dee3f88a51
Author: Dan Callaghan <djc@djc.id.au>
Date:   Thu, 11 Nov 2010 21:27:24 +1000

added dulwich

Diffstat:
Apackages/dev-python/dulwich/dulwich-0.6.2.exheres-0 | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/packages/dev-python/dulwich/dulwich-0.6.2.exheres-0 b/packages/dev-python/dulwich/dulwich-0.6.2.exheres-0
@@ -0,0 +1,18 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require pypi distutils [ python_dep=2.4 has_bin=true ]
+
+SUMMARY="Pure-Python implementation of the Git file formats and protocols"
+HOMEPAGE="http://samba.org/~jelmer/dulwich/"
+DOWNLOADS="http://samba.org/~jelmer/dulwich/${PNV}.tar.gz"
+
+LICENCES="GPL-2"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+BUGS_TO="djc@djc.id.au"
+
+src_test() {
+    python setup.py nosetests
+}