dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 84abb3be88eff5bf2370b9b2674f77b39e4bd458
parent 53c2e6e7d6c89d0d65339d049ac38b83ea010491
Author: Dan Callaghan <djc@djc.id.au>
Date:   Tue,  5 Jul 2011 19:09:38 +1000

dulwich: bump to 0.7.1

Diffstat:
Dpackages/dev-python/dulwich/dulwich-0.6.2.exheres-0 | 18------------------
Apackages/dev-python/dulwich/dulwich-0.7.1.exheres-0 | 24++++++++++++++++++++++++
2 files changed, 24 insertions(+), 18 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
@@ -1,18 +0,0 @@
-# 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() {
-    edo python setup.py nosetests
-}
diff --git a/packages/dev-python/dulwich/dulwich-0.7.1.exheres-0 b/packages/dev-python/dulwich/dulwich-0.7.1.exheres-0
@@ -0,0 +1,24 @@
+# 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"
+
+DEPENDENCIES="
+    test:
+        dev-python/nose
+        dev-python/testtools
+"
+
+BUGS_TO="djc@djc.id.au"
+
+src_test() {
+    edo python setup.py nosetests
+}