# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" PYTHON_MODNAME="DerApproximator" inherit distutils DESCRIPTION="A python module for numerical optimization" HOMEPAGE="http://openopt.org" SRC_URI="http://openopt.org/images/6/6a/${PN}.zip" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/numpy" DEPEND="${RDEPEND} dev-python/setuptools" RESTRICT_PYTHON_ABIS="2.4 3.*" S=${WORKDIR}/${PN} src_prepare() { sed -i -e 's/find_packages()/find_packages(exclude=["DerApproximator.tests"])/' setup.py || die }