Source: wand
Section: python
Priority: optional
Maintainer: Håvard Flaget Aasen <haavard_aasen@yahoo.no>
Build-Depends: debhelper-compat (=12),
               dh-python,
               pypy,
               python3-all,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.5.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/emcconville/wand
Vcs-Git: https://salsa.debian.org/debian/wand.git
Vcs-Browser: https://salsa.debian.org/debian/wand

Package: python3-wand
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
         libmagickwand-6.q16-6 | libmagickwand-6.q16hdri-6
Suggests: wand-doc
Description: Python interface for ImageMagick library (Python 3 build)
 Wand is a ctypes-based simple ImageMagick binding for Python. It
 doesn't cover all functionalities of MagickWand API currently.
 .
 Wand provides Pythonic and modern interfaces, good documentation,
 binding through ctypes (which works on PyPy) and installation using
 pip or easy_install.
 .
 This module is built for Python version 3.x.

Package: pypy-wand
Architecture: all
Depends: ${pypy:Depends}, ${misc:Depends},
         libmagickwand-6.q16-6 | libmagickwand-6.q16hdri-6
Suggests: wand-doc
Description: Python interface for ImageMagick library (PyPy build)
 Wand is a ctypes-based simple ImageMagick binding for Python. It
 doesn't cover all functionalities of MagickWand API currently.
 .
 Wand provides Pythonic and modern interfaces, good documentation,
 binding through ctypes (which works on PyPy) and installation using
 pip or easy_install.
 .
 This module is built for PyPy.

Package: wand-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
	 ${sphinxdoc:Depends},
Description: Python interface for ImageMagick library - documentation
 Wand is a ctypes-based simple ImageMagick binding for Python. It
 doesn't cover all functionalities of MagickWand API currently.
 .
 Wand provides Pythonic and modern interfaces, good documentation,
 binding through ctypes (which works on PyPy) and installation using
 pip or easy_install.
 .
 This package includes documentation for Wand.
