# Copyright owners: Gentoo Foundation # Arfrever Frehtes Taifersar Arahesis # Distributed under the terms of the GNU General Public License v2 EAPI="4-python" PYTHON_MULTIPLE_ABIS="1" PYTHON_RESTRICTED_ABIS="*-jython" inherit distutils DESCRIPTION="parse english textual date descriptions" HOMEPAGE="http://pypi.python.org/pypi/timelib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="PHP-3.01 ZLIB" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="app-arch/unzip $(python_abi_depend dev-python/setuptools)" RDEPEND=""