# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" SUPPORT_PYTHON_ABIS="1" PYTHON_TESTS_FAILURES_TOLERANT_ABIS="2.5 2.6 3.1 *-jython" DISTUTILS_SRC_TEST="setup.py" inherit distutils DESCRIPTION="An ISO 8601 date/time/duration parser and formater" HOMEPAGE="http://pypi.python.org/pypi/isodate" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="dev-python/setuptools" RDEPEND="" DOCS=( CHANGES.txt README.txt ) src_install() { distutils_src_install delete_tests() { rm -fr "${ED}$(python_get_sitedir)/isodate/tests" } python_execute_function -q delete_tests }