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
|
Source: pyregion
Section: python
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Prat <vinceprat@free.fr>
Build-Depends: cython3,
debhelper (>= 12),
dh-python,
python3-all-dev,
python3-astropy,
python3-astropy-helpers,
python3-matplotlib,
python3-numpy,
python3-pyparsing,
python3-pytest,
python3-setuptools,
python3-sphinx
Standards-Version: 4.3.0
Homepage: https://pypi.python.org/pypi/pyregion/
Vcs-Git: https://salsa.debian.org/debian-astro-team/pyregion.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pyregion/
Package: python-pyregion-doc
Architecture: all
Multi-arch: foreign
Section: doc
Depends: ${misc:Depends},
libjs-jquery,
libjs-underscore
Description: Python module to parse ds9 region files (documentation)
Pyregion is a Python module to parse ds9 region files. It also supports ciao
region files.
.
This is the common documentation package.
Package: python3-pyregion
Architecture: any
Depends: ${python3:Depends},
${misc:Depends},
${shlibs:Depends}
Suggests: python-pyregion-doc
Description: Python module to parse ds9 region files (Python 3)
Pyregion is a Python module to parse ds9 region files. It also supports ciao
region files.
.
This is the Python 3 version of the package.
|