Source: python-pydotplus
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools (>= 52~),
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: graphviz,
                     python-pyparsing (>= 2.0.1),
                     python-pytest,
                     python-sphinx-rtd-theme,
                     python3-pyparsing (>= 2.0.1),
                     python3-pytest,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-pydotplus?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-pydotplus -b debian/newton
Homepage: http://pydotplus.readthedocs.org/

Package: python-pydotplus
Architecture: all
Depends: graphviz,
         python-pyparsing (>= 2.0.1),
         ${misc:Depends},
         ${python:Depends},
Suggests: python-pydotplus-doc,
Description: interface to Graphviz's Dot language - Python 2.7
 PyDotPlus is an improved version of the old pydot project that provides a
 Python Interface to Graphviz's Dot language.
 .
 Differences with pydot:
  * Compatible with PyParsing 2.0+.
  * Python 2.7 - Python 3 compatible.
  * Well documented.
  * CI Tested.
 .
 This package contains the Python 2.7 module.

Package: python3-pydotplus
Architecture: all
Depends: graphviz,
         python3-pyparsing (>= 2.0.1),
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-pydotplus-doc,
Description: interface to Graphviz's Dot language - Python 3.x
 PyDotPlus is an improved version of the old pydot project that provides a
 Python Interface to Graphviz's Dot language.
 .
 Differences with pydot:
  * Compatible with PyParsing 2.0+.
  * Python 2.7 - Python 3 compatible.
  * Well documented.
  * CI Tested.
 .
 This package contains the Python 3.x module.

Package: python-pydotplus-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: interface to Graphviz's Dot language - doc
 PyDotPlus is an improved version of the old pydot project that provides a
 Python Interface to Graphviz's Dot language.
 .
 Differences with pydot:
  * Compatible with PyParsing 2.0+.
  * Python 2.7 - Python 3 compatible.
  * Well documented.
  * CI Tested.
 .
 This package contains the documentation.
