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.
