# 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.* *-jython *-pypy-*" inherit distutils DESCRIPTION="Zope Security Framework" HOMEPAGE="http://pypi.python.org/pypi/zope.security" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ZPL" SLOT="0" KEYWORDS="*" IUSE="" RDEPEND="$(python_abi_depend net-zope/namespaces-zope[zope]) $(python_abi_depend dev-python/pytz) $(python_abi_depend dev-python/restrictedpython) $(python_abi_depend net-zope/zope.component) $(python_abi_depend net-zope/zope.configuration) $(python_abi_depend net-zope/zope.exceptions) $(python_abi_depend net-zope/zope.i18nmessageid) $(python_abi_depend net-zope/zope.interface) $(python_abi_depend net-zope/zope.location) $(python_abi_depend ">=net-zope/zope.proxy-4.1.0") $(python_abi_depend net-zope/zope.schema)" DEPEND="${RDEPEND} $(python_abi_depend dev-python/setuptools)" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") DOCS="CHANGES.txt README.txt" PYTHON_MODULES="${PN/.//}" src_install() { distutils_src_install python_clean_installation_image }