packages/dev-python/iso8601/iso8601-0.1.4.exheres-0 (437B) - raw
1 # Copyright 2011 Dan Callaghan 2 # Distributed under the terms of the GNU General Public License v2 3 4 require pypi distutils [ python_dep=2.4 ] 5 6 SUMMARY="Python module for parsing ISO 8601 dates" 7 HOMEPAGE="http://code.google.com/p/pyiso8601/" 8 9 LICENCES="MIT" 10 SLOT="0" 11 PLATFORMS="~amd64 ~x86" 12 13 DEPENDENCIES=" 14 test: 15 dev-python/nose 16 " 17 18 BUGS_TO="djc@djc.id.au" 19 20 src_test() { 21 edo env PYTHONPATH="build/lib/${PN}" nosetests -v 22 } 23