dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 1a7f05e515d3dcbdd81b9cc5250a1db2a1cf7a31
parent e61f19c55d6d55c5ec4d9b414e3f7c00d40f41e0
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 19 Jun 2011 17:42:00 +1000

pyiso8601

Diffstat:
Apackages/dev-python/iso8601/iso8601-0.1.4.exheres-0 | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/packages/dev-python/iso8601/iso8601-0.1.4.exheres-0 b/packages/dev-python/iso8601/iso8601-0.1.4.exheres-0
@@ -0,0 +1,23 @@
+# Copyright 2011 Dan Callaghan
+# Distributed under the terms of the GNU General Public License v2
+
+require pypi distutils [ python_dep=2.4 ]
+
+SUMMARY="Python module for parsing ISO 8601 dates"
+HOMEPAGE="http://code.google.com/p/pyiso8601/"
+
+LICENCES="MIT"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    test:
+        dev-python/nose
+"
+
+BUGS_TO="djc@djc.id.au"
+
+src_test() {
+    edo env PYTHONPATH="build/lib/${PN}" nosetests -v
+}
+