dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-python/Babel/Babel-0.9.6.exheres-0 (784B) - raw

      1 # Copyright 2010 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require distutils [ python_dep=2.6 has_bin=true ]
      5 
      6 SUMMARY="A collection of tools for internationalizing Python applications"
      7 DESCRIPTION="
      8 Babel is composed of two major parts:
      9 * tools to build and work with gettext message catalogs
     10 * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale 
     11   display names, localized number and date formatting, etc.
     12 "
     13 HOMEPAGE="http://babel.edgewall.org/"
     14 DOWNLOADS="http://ftp.edgewall.com/pub/babel/${PNV}.tar.gz"
     15 
     16 LICENCES="BSD-3"
     17 SLOT="0"
     18 PLATFORMS="~amd64 ~x86"
     19 
     20 DEPENDENCIES="
     21     test:
     22         dev-python/pytz
     23 "
     24 
     25 BUGS_TO="djc@djc.id.au"
     26 
     27 src_test() {
     28     edo python setup.py test
     29 }