# Copyright 2011 Dan Callaghan # Distributed under the terms of the GNU General Public License v2 require pypi distutils [ python_dep=2.4 ] SUMMARY="Python module for parsing ISO 8601 dates" HOMEPAGE="http://code.google.com/p/pyiso8601/" LICENCES="MIT" SLOT="0" PLATFORMS="~amd64 ~x86" DEPENDENCIES=" test: dev-python/nose " BUGS_TO="djc@djc.id.au" src_test() { edo env PYTHONPATH="build/lib/${PN}" nosetests -v }