Source: resampy
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-numba (>= 0.53),
               python3-numpy,
               python3-numpydoc <!nodoc>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-scipy <!nocheck>,
               python3-setuptools,
               python3-sphinx <!nodoc>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/resampy
Vcs-Git: https://salsa.debian.org/python-team/packages/resampy.git
Homepage: https://github.com/bmcfee/resampy
Rules-Requires-Root: no

Package: python3-resampy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: Efficient signal resampling
 Implements band-limited sinc interpolation method for sampling rate
 conversion.
