mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/python3-librosa: Updated for version 0.10.2.post1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e6dcabee82
commit
c25b75b8bb
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-librosa
|
||||
SRCNAM=librosa
|
||||
VERSION=${VERSION:-0.10.2}
|
||||
VERSION=${VERSION:-0.10.2.post1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-librosa"
|
||||
VERSION="0.10.2"
|
||||
VERSION="0.10.2.post1"
|
||||
HOMEPAGE="https://librosa.org/"
|
||||
DOWNLOAD="https://github.com/librosa/librosa/archive/refs/tags/0.10.2/librosa-0.10.2.tar.gz"
|
||||
MD5SUM="dfd6cd2aa29050c61cb73c942dee768f"
|
||||
DOWNLOAD="https://github.com/librosa/librosa/archive/refs/tags/0.10.2.post1/librosa-0.10.2.post1.tar.gz"
|
||||
MD5SUM="1a2887782ce0db1468b9a2b51d409e81"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-lazy_loader python3-matplotlib ipython python3-mir_eval python3-soundfile audioread python3-soxr python3-numba python3-llvmlite msgpack-python python3-pooch scikit-learn python3-presets"
|
||||
|
|
Loading…
Reference in a new issue