Source: python-librosa Section: python Priority: optional Maintainer: Georges Khaznadar Uploaders: Debian Python Team 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 , #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}, Suggests: python-librosa-doc, Description: a 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: 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.