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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
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.
|