# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" PYTHON_DEPEND="2" PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit git-2 python EGIT_REPO_URI="git://github.com/pybrain/pybrain.git" EGIT_COMMIT="${PV}" DESCRIPTION="A modular machine learning library for Python" HOMEPAGE="http://www.pybrain.org/" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="sci-libs/scipy" src_configure() { default } src_compile() { default } src_install() { $(PYTHON -f) setup.py install --root="${D}" }