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
|
Source: pydl
Section: python
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Prat <vinceprat@free.fr>
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-astropy,
python-astropy-helpers,
python-pytest,
python-scipy,
python-setuptools,
python-sphinx,
python3-all,
python3-astropy,
python3-astropy-helpers,
python3-pytest,
python3-scipy,
python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/pydl/
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/pydl.git
Vcs-Git: https://anonscm.debian.org/git/debian-astro/packages/pydl.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Testsuite: autopkgtest
Package: python-pydl
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-pkg-resources,
python-scipy
Suggests: python-pydl-doc
Description: Library of IDL astronomy routines converted to Python 2
PyDL consists of Python replacements for functions that are part of the IDL
built-in library or part of astronomical IDL libraries.
The emphasis is on reproducing results of the astronomical library
functions.
Only the bare minimum of IDL built-in functions are implemented to support
this.
.
There are four astronomical libraries targeted:
.
* idlutils: a general suite of tools heavily used by SDSS.
* Goddard utilities: The IDL Astronomy User's Library, maintained by
Wayne Landsman and distributed with idlutils.
* idlspec2d: tools for working with SDSS, BOSS and eBOSS spectroscopic
data.
* photoop: tools for working with SDSS imaging data.
.
This is the Python 2 version of the package.
Package: python3-pydl
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-pkg-resources,
python3-scipy
Suggests: python-pydl-doc
Description: Library of IDL astronomy routines converted to Python 3
PyDL consists of Python replacements for functions that are part of the IDL
built-in library or part of astronomical IDL libraries.
The emphasis is on reproducing results of the astronomical library
functions.
Only the bare minimum of IDL built-in functions are implemented to support
this.
.
There are four astronomical libraries targeted:
.
* idlutils: a general suite of tools heavily used by SDSS.
* Goddard utilities: The IDL Astronomy User's Library, maintained by
Wayne Landsman and distributed with idlutils.
* idlspec2d: tools for working with SDSS, BOSS and eBOSS spectroscopic
data.
* photoop: tools for working with SDSS imaging data.
.
This is the Python 3 version of the package.
Package: python-pydl-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Library of IDL astronomy routines converted to Python (doc)
PyDL consists of Python replacements for functions that are part of the IDL
built-in library or part of astronomical IDL libraries.
The emphasis is on reproducing results of the astronomical library
functions.
Only the bare minimum of IDL built-in functions are implemented to support
this.
.
There are four astronomical libraries targeted:
.
* idlutils: a general suite of tools heavily used by SDSS.
* Goddard utilities: The IDL Astronomy User's Library, maintained by
Wayne Landsman and distributed with idlutils.
* idlspec2d: tools for working with SDSS, BOSS and eBOSS spectroscopic
data.
* photoop: tools for working with SDSS imaging data.
.
This is the common documentation package.
|