# Copyright owners: Arfrever Frehtes Taifersar Arahesis # Distributed under the terms of the GNU General Public License v2 EAPI="4-python" PYTHON_MULTIPLE_ABIS="1" PYTHON_TESTS_FAILURES_TOLERANT_ABIS="*-jython *-pypy-*" 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 x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="$(python_abi_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 }