# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 MY_P="${P/scikits_/scikits.}" DESCRIPTION="Python module to make noise from numpy arrays" HOMEPAGE="http://cournape.github.io/audiolab/" SRC_URI="mirror://pypi/${PN:0:1}/scikits.audiolab/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] media-libs/libsndfile" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" S="${WORKDIR}/${MY_P}" python_test() { esetup.py test }