File: control

package info (click to toggle)
python-pygraphviz 1.3~rc2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 612 kB
  • ctags: 972
  • sloc: ansic: 4,964; python: 2,458; makefile: 125
file content (35 lines) | stat: -rw-r--r-- 1,674 bytes parent folder | download
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
Source: python-pygraphviz
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all-dev (>= 2.3.5-11), python-all-dbg, libgraphviz-dev, python-setuptools, pkg-config, graphviz, python-nose
Standards-Version: 3.9.6
XS-Python-Version: >= 2.5
Homepage: http://networkx.lanl.gov/pygraphviz/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pygraphviz/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pygraphviz/trunk/

Package: python-pygraphviz
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, graphviz (>= 2.16), ${misc:Depends}
Description: Python interface to the Graphviz graph layout and visualization package
 Pygraphviz is a Python interface to the Graphviz graph layout and
 visualization package.
 .
 With Pygraphviz you can create, edit, read, write, and draw graphs using
 Python to access the Graphviz graph data structure and layout algorithms.

Package: python-pygraphviz-dbg
Priority: extra
Section: debug
Architecture: any
Depends: ${misc:Depends}, python-pygraphviz (= ${binary:Version}), python-dbg, ${shlibs:Depends}
Description: Python interface to the Graphviz graph layout and visualization package (debug extension)
 Pygraphviz is a Python interface to the Graphviz graph layout and
 visualization package.
 .
 With Pygraphviz you can create, edit, read, write, and draw graphs using
 Python to access the Graphviz graph data structure and layout algorithms.
 .
 This package contains the debug extension for python-pygraphviz.