# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 git-2 DESCRIPTION="The Python Machine Learning Library" HOMEPAGE="http://pybrain.org/" SRC_URI="" EGIT_REPO_URI="git://github.com/pybrain/pybrain.git" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="test" RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] )" python_test() { py.test --verbose || die }