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
|
Source: python-pyds9
Section: python
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python (>= 2.6.6-2~),
python-setuptools,
python-six,
python3,
python3-setuptools,
python3-six
Standards-Version: 3.9.6
Homepage: https://github.com/ericmandel/pyds9
Vcs-Git: git://anonscm.debian.org/debian-astro/packages/python-pyds9.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-astro/packages/python-pyds9.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Package: python-pyds9
Architecture: all
Depends: python-six,
xpa-tools,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Recommends: python-astropy | python-pyfits, python-numpy, saods9
Description: Communication with the ds9 image display program (Python-2)
The XPA messaging system provides seamless communication between many kinds
of Unix programs, including Tcl/Tk programs such as ds9. The pyds9 module
uses a Python interface to XPA to communicate with ds9. It supports
communication with all of ds9’s XPA access points.
.
This package provides the Python-2 version of the package.
Package: python3-pyds9
Architecture: all
Depends: python-six,
xpa-tools,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-astropy | python3-pyfits, python3-numpy, saods9
Description: Communication with the ds9 image display program (Python-3)
The XPA messaging system provides seamless communication between many kinds
of Unix programs, including Tcl/Tk programs such as ds9. The pyds9 module
uses a Python interface to XPA to communicate with ds9. It supports
communication with all of ds9’s XPA access points.
.
This package provides the Python-3 version of the package.
|