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
|
Source: python-pydot-ng
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,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Build-Depends-Indep: graphviz,
python-pyparsing (>= 2.0.1+dfsg1),
python-pytest (>= 2.6.4),
python-unittest2 (>= 0.8.0),
# python3-pytest (>= 2.6.4),
# python3-unittest2 (>= 0.8.0),
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/python-pydot-ng.git
Vcs-Git: https://anonscm.debian.org/git/openstack/python-pydot-ng.git
Homepage: https://github.com/pydot/pydot-ng
Package: python-pydot-ng
Architecture: all
Depends: graphviz,
python-pyparsing (>= 2.0.1+dfsg1),
${misc:Depends},
${python:Depends},
Description: interface to Graphviz's Dot - Python 2.7
This module provides with a full interface to create handle modify and process
graphs in Graphviz’s dot language.
.
This package contains the Python 2.7 module.
#Package: python3-pydot-ng
#Architecture: all
#Depends: graphviz,
# python-pyparsing (>= 2.0.1+dfsg1),
# ${misc:Depends},
# ${python3:Depends},
#Description: interface to Graphviz's Dot - Python 3.x
# This module provides with a full interface to create handle modify and process
# graphs in Graphviz’s dot language.
# .
# This package contains the Python 3.x module.
|