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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
Source: python-astropy
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: cython,
debhelper (>= 9),
dh-python,
graphviz,
libcfitsio-dev | libcfitsio3-dev,
liberfa-dev (>= 1.1.0),
libexpat1-dev,
libjs-jquery,
libjs-jquery-datatables,
pkg-config,
python-all-dev (>= 2.6.6-3~),
python-astropy-helpers (>= 1.1~),
python-configobj,
python-matplotlib,
python-nose,
python-numpy (>= 1.4),
python-ply,
python-pytest,
python-scipy,
python-setuptools (>= 0.6.4),
python-six (>= 1.10.0),
python-sphinx (>= 1.0.7+dfsg),
python-yaml,
python3-all-dev,
python3-astropy-helpers (>= 1.1~),
python3-configobj,
python3-matplotlib,
python3-nose,
python3-numpy (>= 1:1.6.2),
python3-ply,
python3-pytest,
python3-scipy,
python3-setuptools (>= 0.6.4),
python3-six (>= 1.10.0),
python3-yaml,
wcslib-dev (>= 5.8),
zlib1g-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/python-astropy.git
Vcs-Git: https://anonscm.debian.org/git/debian-astro/packages/python-astropy.git
Homepage: http://astropy.org
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-astropy
Architecture: any
Depends: python-configobj,
python-ply,
python-pytest,
python-six (>= 1.10.0),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Suggests: libxml2-utils,
python-astropy-affiliated,
python-astropy-doc,
python-beautifulsoup,
python-h5py,
python-matplotlib,
python-pandas,
python-scipy,
python-tz,
python-yaml
Recommends: libjs-jquery,
libjs-jquery-datatables
Description: Core functionality for performing astrophysics with Python
The astropy package contains core functionality and some common tools
needed for performing astronomy and astrophysics research with Python.
It can be extended by a number of "affiliated packages" that are
intended to work with the core package.
Package: python3-astropy
Architecture: any
Depends: python3-configobj,
python3-ply,
python3-pytest,
python3-six (>= 1.10.0),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Suggests: libxml2-utils,
python-astropy-doc,
python3-astropy-affiliated,
python3-beautifulsoup,
python3-h5py,
python3-matplotlib,
python3-pandas,
python3-scipy,
python3-tz,
python3-yaml
Recommends: libjs-jquery,
libjs-jquery-datatables
Description: Core functionality for performing astrophysics with Python3
The astropy package contains core functionality and some common tools
needed for performing astronomy and astrophysics research with Python3.
It can be extended by a number of "affiliated packages" that are
intended to work with the core package.
Package: python-astropy-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Core functionality for performing astrophysics with Python (doc)
The astropy package contains core functionality and some common tools
needed for performing astronomy and astrophysics research with Python.
It can be extended by a number of "affiliated packages" that are
intended to work with the core package.
.
This package contains the package documentation.
Package: astropy-utils
Architecture: all
Section: science
Depends: python3-astropy (<< ${source:Version}.1~),
python3-astropy (>= ${source:Version}),
python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Breaks: fitscheck (<< 1:3.1.2-1~),
pyfits-utils (<<1:3.3-4~),
python-pyfits (<< 1:3.0.7-4~)
Replaces: fitscheck (<< 1:3.1.2-1~),
pyfits-utils (<<1:3.3-4~),
python-pyfits (<< 1:3.0.7-4~)
Description: Command line tools from astropy
The astropy package contains core functionality and some common tools
needed for performing astronomy and astrophysics research with Python.
.
This package contains the tools that come with astropy:
.
* fitscheck: Detect and fix FITS standards violations
* fits2bitmap: Create a bitmap file from a FITS image.
* fitsdiff: Compare two FITS image files and report the differences in
header keywords and data.
* fitsheader: Print the header(s) of one or more FITS file(s) to the
standard output in a human-readable format.
* samp_hub: SAMP Hub Server.
* volint: Check a VOTable file for compliance to the VOTable specification
* wcslint: Check the WCS keywords in a FITS file for compliance against
the standards
|