File: control.in

package info (click to toggle)
python-igraph 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,944 kB
  • sloc: ansic: 225,735; cpp: 23,208; python: 17,085; xml: 2,407; yacc: 1,164; sh: 531; lex: 486; pascal: 158; sed: 45; makefile: 23; javascript: 20; fortran: 8
file content (43 lines) | stat: -rw-r--r-- 1,378 bytes parent folder | download | duplicates (2)
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
Source: python-igraph
Section: python
Priority: optional
Maintainer: Tamas Nepusz <ntamas@gmail.com>
Build-Depends: debhelper (>= 7),
               libigraph0-dev (>= @VERSION@),
               libxml2-dev,
               python-all-dev (>= 2.3.5-11),
               python-central,
               python-epydoc
Standards-Version: 3.9.3
XS-Python-Version: >= 2.4
Homepage: http://igraph.sourceforge.net

Package: python-igraph
Architecture: any
Depends: libigraph0 (>= @VERSION@),
         ${misc:Depends},
         ${python:Depends}
Suggests: python-cairo,
          python-igraph-doc
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python interface for the igraph library
 igraph is a library for creating and manipulating graphs.
 It is intended to be as powerful (ie. fast) as possible to enable the
 analysis of large graphs.
 .
 This package contains the Python interface of igraph.

Package: python-igraph-doc
Architecture: all
Section: doc
Suggests: python-doc,
          python-igraph
Depends: ${misc:Depends}
Description: Documentation of the Python interface of the igraph library
 igraph is a library for creating and manipulating graphs.
 It is intended to be as powerful (ie. fast) as possible to enable the
 analysis of large graphs.
 .
 This package contains the API documentation of the Python interface of
 the igraph library.