packages/dev-python/Tempita/Tempita-0.4.exheres-0 (393B) - raw
1 # Copyright 2011 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.2 ] 5 6 SUMMARY="A very small text templating language for Python" 7 8 LICENCES="MIT" 9 SLOT="0" 10 PLATFORMS="~amd64 ~x86" 11 12 DEPENDENCIES=" 13 test: 14 dev-python/nose 15 " 16 17 BUGS_TO="djc@djc.id.au" 18 19 src_test() { 20 edo python setup.py nosetests 21 }