1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: python-librosa
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>,
Georges Khaznadar <georgesk@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-setuptools,
python3-all,
python3-lazy-loader,
python3-joblib,
python3-soundfile,
python3-audioread,
python3-soxr,
python3-sklearn,
python3-numba,
python3-pytest-cov,
python3-pytest-mpl,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinx-gallery,
python3-sphinx-copybutton,
python3-numpydoc,
python3-sphinxcontrib.svg2pdfconverter,
python3-sphinx-multiversion,
python3-sphinxcontrib.googleanalytics,
python3-mir-eval,
python3-presets,
python3-resampy,
python3-samplerate,
Build-Depends-Indep:
python3-pooch <!nocheck>,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.3
Homepage: https://librosa.org/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-librosa
Vcs-Git: https://salsa.debian.org/python-team/packages/python-librosa.git
Package: python3-librosa
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Recommends:
python-librosa-doc,
Description: python package for music and audio analysis (Python 3)
librosa is a python package for music and audio analysis.
It provides the building blocks necessary to create music information
retrieval systems.
.
For a quick introduction to using librosa, please refer to the Tutorial:
https://librosa.org/doc/latest/tutorial.html
For a more advanced introduction which describes the package design
principles, please refer to the librosa paper at SciPy 2015.
.
This package installs the library for Python 3.
##########################################################
# currently sphinx doc cannot be built with debian package
# as of 2026-03-04, here is the error message:
##########################################################
# Traceback
# =========
#
# File "/usr/lib/python3/dist-packages/docutils/nodes.py", line 2769, in unknown_departure
# raise NotImplementedError(
# '%s departing unknown node type: %s'
# % (self.__class__, node.__class__.__name__))
# NotImplementedError: <class 'sphinx.writers.manpage.ManualPageTranslator'> departing unknown node type: imgsgnode
##########################################################
# Package: python-librosa-doc
# Section: doc
# Architecture: all
# Depends:
# ${sphinxdoc:Depends},
# ${misc:Depends},
# Description: documentation for librosa (common documentation)
# librosa is a python package for music and audio analysis.
# It provides the building blocks necessary to create music information
# retrieval systems.
# .
# This is the common documentation package.
|