dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/
commit 05534318d21f379af6bb249f59be056906b67614
parent 7c14714bcc479b7cabecd42df729fa8f6e09994a
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sun, 31 Oct 2010 15:42:19 +1000

added Kajiki

Diffstat:
Apackages/dev-python/Kajiki/Kajiki-0.3.0.exheres-0 | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)
diff --git a/packages/dev-python/Kajiki/Kajiki-0.3.0.exheres-0 b/packages/dev-python/Kajiki/Kajiki-0.3.0.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.5 ]
+
+SUMMARY="Python templating library for XML and text"
+HOMEPAGE="http://sourceforge.net/p/kajiki/home/"
+
+LICENCES="MIT"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    build+run:
+        dev-python/Babel
+"
+
+BUGS_TO="djc@djc.id.au"
+
+RESTRICT="test" # test data files missing from source distribution
+
+src_test() {
+    edo python setup.py nosetests
+}