File: control

package info (click to toggle)
ndcube 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,964 kB
  • sloc: python: 7,850; makefile: 34
file content (72 lines) | stat: -rw-r--r-- 2,998 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
Source: ndcube
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>, Vincent Prat <vivi@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               graphviz,
               jdupes,
               python3-all,
               python3-astropy,
               python3-gwcs,
               python3-mpl-animators,
               python3-parfive,
               python3-pytest,
               python3-pytest-mpl,
               python3-reproject,
               python3-setuptools,
               python3-setuptools-scm,
               python3-specutils,
               python3-sphinx,
               python3-sphinx-astropy,
               python3-sphinx-automodapi,
               python3-sphinxext-opengraph,
               python3-sunpy,
               python3-sunpy-sphinx-theme (>= 2.0~),
               python3-tk
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/ndcube/
Vcs-Git: https://salsa.debian.org/debian-astro-team/ndcube.git
Homepage: https://docs.sunpy.org/projects/ndcube
Rules-Requires-Root: no

Package: python3-ndcube
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Suggests: python3-ndcube-doc
Description: Package for multi-dimensional coordinate-aware arrays (Python 3)
 ndcube is a SunPy affiliated package for manipulating, inspecting and
 visualizing multi-dimensional contiguous and non-contiguous coordinate-aware
 data arrays. It combines data, uncertainties, units, metadata, masking, and
 coordinate transformations into classes with unified slicing and generic
 coordinate transformations and plotting/animation capabilities. It is
 designed to handle data of any number of dimensions and axis types (e.g.
 spatial, temporal, spectral, etc.) whose relationship between the array
 elements and the real world can be described by World Coordinate System (WCS)
 translations.
 .
 This is the Python 3 version of the package.

Package: python3-ndcube-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         libjs-bootstrap,
         libjs-bootswatch,
         libjs-jquery
Description: Package for multi-dimensional coordinate-aware arrays (documentation)
 ndcube is a SunPy affiliated package for manipulating, inspecting and
 visualizing multi-dimensional contiguous and non-contiguous coordinate-aware
 data arrays. It combines data, uncertainties, units, metadata, masking, and
 coordinate transformations into classes with unified slicing and generic
 coordinate transformations and plotting/animation capabilities. It is
 designed to handle data of any number of dimensions and axis types (e.g.
 spatial, temporal, spectral, etc.) whose relationship between the array
 elements and the real world can be described by World Coordinate System (WCS)
 translations.
 .
 This is the common documentation package.