dcallagh-exheres

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

packages/dev-python/Kajiki/Kajiki-0.3.0.exheres-0 (510B) - 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 pypi distutils [ python_dep=2.5 ]
      5 
      6 SUMMARY="Python templating library for XML and text"
      7 HOMEPAGE="http://sourceforge.net/p/kajiki/home/"
      8 
      9 LICENCES="MIT"
     10 SLOT="0"
     11 PLATFORMS="~amd64 ~x86"
     12 
     13 DEPENDENCIES="
     14     build+run:
     15         dev-python/Babel
     16 "
     17 
     18 BUGS_TO="djc@djc.id.au"
     19 
     20 RESTRICT="test" # test data files missing from source distribution
     21 
     22 src_test() {
     23     edo python setup.py nosetests
     24 }