dcallagh-exheres

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

added Babel

Diffstat:
Apackages/dev-python/Babel/Babel-0.9.5.exheres-0 | 29+++++++++++++++++++++++++++++
1 file changed, 29 insertions(+), 0 deletions(-)
diff --git a/packages/dev-python/Babel/Babel-0.9.5.exheres-0 b/packages/dev-python/Babel/Babel-0.9.5.exheres-0
@@ -0,0 +1,29 @@
+# Copyright 2010 Dan Callaghan <djc@djc.id.au>
+# Distributed under the terms of the GNU General Public License v2
+
+require distutils [ python_dep=2.6 has_bin=true ]
+
+SUMMARY="A collection of tools for internationalizing Python applications"
+DESCRIPTION="
+Babel is composed of two major parts:
+* tools to build and work with gettext message catalogs
+* a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale 
+  display names, localized number and date formatting, etc.
+"
+HOMEPAGE="http://babel.edgewall.org/"
+DOWNLOADS="http://ftp.edgewall.com/pub/babel/${PNV}.tar.gz"
+
+LICENCES="BSD-3"
+SLOT="0"
+PLATFORMS="~amd64 ~x86"
+
+DEPENDENCIES="
+    test:
+        dev-python/pytz
+"
+
+BUGS_TO="djc@djc.id.au"
+
+src_test() {
+    edo python setup.py test
+}