File: control

package info (click to toggle)
python-ltfatpy 1.0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 38,440 kB
  • sloc: ansic: 8,546; python: 5,455; makefile: 12; sh: 9
file content (75 lines) | stat: -rw-r--r-- 2,858 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
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
Source: python-ltfatpy
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Section: python
Priority: optional
Build-Depends: cmake,
               cython3,
               cython3-dbg,
               debhelper-compat (= 12),
               dh-python,
               libfftw3-dev,
               liblapack-dev | liblapack.so,
               python3-all-dbg,
               python3-all-dev,
               python3-matplotlib <!nocheck>,
               python3-matplotlib-dbg <!nocheck>,
               python3-numpy <!nocheck>,
               python3-numpy-dbg <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-scipy (>= 0.18) <!nocheck>,
               python3-scipy-dbg <!nocheck>,
               python3-setuptools,
               python3-six (>= 1.10) <!nocheck>,
               python3-tk <!nocheck>,
               python3-tk-dbg <!nocheck>,
               xauth <!nocheck>,
               xvfb <!nocheck>
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/science-team/python-ltfatpy
Vcs-Git: https://salsa.debian.org/science-team/python-ltfatpy.git
Homepage: https://gitlab.lis-lab.fr/dev/ltfatpy

Package: python3-ltfatpy
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         python3-tk
Description: Large Time-Frequency Toolbox (LTFAT) in Python
 The ltfatpy package is a partial Python port of the Large Time/Frequency
 Analysis Toolbox (LTFAT), a MATLABĀ®/Octave toolbox for working with
 time-frequency analysis and synthesis.
 .
 It is intended both as an educational and a computational tool.
 .
 The package provides a large number of linear transforms including Gabor
 transforms along with routines for constructing windows (filter prototypes)
 and routines for manipulating coefficients.
 .
 This package provides the modules for Python 3.

Package: python3-ltfatpy-dbg
Architecture: any
Section: debug
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         python3-ltfatpy (= ${binary:Version}),
         python3-matplotlib-dbg,
         python3-numpy-dbg,
         python3-scipy-dbg,
         python3-tk-dbg
Description: debug extensions for ltfatpy
 The ltfatpy package is a partial Python port of the Large Time/Frequency
 Analysis Toolbox (LTFAT), a MATLABĀ®/Octave toolbox for working with
 time-frequency analysis and synthesis.
 .
 It is intended both as an educational and a computational tool.
 .
 The package provides a large number of linear transforms including Gabor
 transforms along with routines for constructing windows (filter prototypes)
 and routines for manipulating coefficients.
 .
 This package provides the debug extensions for Python 3.