Install this version:
emerge -a =dev-python/audiolab-0.11.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/audiolab-0.11.0
Or alternatively:
emerge --autounmask-write -a =dev-python/audiolab-0.11.0
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
PYTHON_COMPAT=(python2_7)
MY_PN="scikits.${PN}"
inherit distutils-r1
DESCRIPTION="A python module to make noise from numpy arrays"
HOMEPAGE="https://cournape.github.com/audiolab"
SRC_URI="https://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/numpy
media-libs/libsndfile"
S="${WORKDIR}/${MY_PN}-${PV}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | scikits.audiolab-0.11.0.tar.gz | 892285 bytes | https://pypi.python.org/packages/source/s/scikits.audiolab/scikits.audiolab-0.11.0.tar.gz |