# Copyright owners: Arfrever Frehtes Taifersar Arahesis # Distributed under the terms of the GNU General Public License v2 EAPI="5-progress" PYTHON_MULTIPLE_ABIS="1" PYTHON_RESTRICTED_ABIS="2.5 3.*" DISTUTILS_SRC_TEST="nosetests" inherit distutils MY_PN="DateTime" MY_P="${MY_PN}-${PV}" DESCRIPTION="DateTime data type from Zope 2" HOMEPAGE="http://pypi.python.org/pypi/DateTime" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="ZPL" SLOT="0" KEYWORDS="*" IUSE="" RDEPEND="$(python_abi_depend dev-python/pytz) $(python_abi_depend net-zope/zope.interface)" DEPEND="${RDEPEND} $(python_abi_depend dev-python/setuptools)" S="${WORKDIR}/${MY_P}" DOCS="CHANGES.txt README.txt" PYTHON_MODULES="${MY_PN}"