File: control

package info (click to toggle)
pynfft 1.3.2-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,524 kB
  • sloc: python: 345; makefile: 134; sh: 8
file content (51 lines) | stat: -rw-r--r-- 1,906 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
Source: pynfft
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: science
Priority: optional
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-sequence-python3,
               libnfft3-dev,
               python3-all-dev,
               python3-pytest <!nocheck>,
               python3-numpy,
               python3-setuptools,
               python3-zombie-imp,
Build-Depends-Indep: python3-sphinx
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/pynfft
Vcs-Git: https://salsa.debian.org/science-team/pynfft.git
Homepage: https://github.com/ghisvail/pyNFFT
Rules-Requires-Root: no

Package: python3-pynfft
Architecture: any
Section: python
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
Suggests: python-pynfft-doc
Description: Python bindings for the NFFT3 library - Python 3
 This package provides Python bindings to the NFFT library, useful for
 performing Fourier transforms on non-uniformly sampled data with efficient
 speed. The bindings were generated using Cython and abstract the creation
 and execution of NFFT plans out using classes.
 .
 This package provides the Python 3 version of the bindings.

Package: python-pynfft-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Multi-Arch: foreign
Description: Python bindings for the NFFT3 library - Documentation
 This package provides Python bindings to the NFFT library, useful for
 performing Fourier transforms on non-uniformly sampled data with efficient
 speed. The bindings were generated using Cython and abstract the creation
 and execution of NFFT plans out using classes.
 .
 This package provides the common documentation.