File: control

package info (click to toggle)
asdf-astropy 0.3.0%2Bgithub-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 556 kB
  • sloc: python: 3,703; makefile: 109
file content (33 lines) | stat: -rw-r--r-- 1,332 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
Source: asdf-astropy
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-asdf,
               python3-astropy,
               python3-numpy,
               python3-packaging,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/asdf-astropy
Vcs-Git: https://salsa.debian.org/debian-astro-team/asdf-astropy.git
Homepage: https://github.com/astropy/asdf-astropy
Rules-Requires-Root: no

Package: python3-asdf-astropy
Architecture: all
Depends: python3-asdf-coordinates-schemas,
         python3-asdf-transform-schemas,
         ${misc:Depends},
         ${python3:Depends}
Description: ASDF serialization support for astropy
 This package includes plugins that provide ASDF serialization support
 for astropy objects. The plugins are automatically enabled when the
 package is installed. ASDF (Advanced Scientific Data Format) is a
 proposed next generation interchange format for scientific data,
 mainly used by the Space Telescope Science Institude (STScI).