File: control

package info (click to toggle)
resampy 0.4.3%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 320 kB
  • sloc: python: 851; makefile: 168
file content (32 lines) | stat: -rw-r--r-- 1,149 bytes parent folder | download
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
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.