File: control

package info (click to toggle)
python-igraph 0.11.8%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,480 kB
  • sloc: ansic: 24,545; python: 21,699; sh: 107; makefile: 35; sed: 2
file content (80 lines) | stat: -rw-r--r-- 2,475 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
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
79
80
Source: python-igraph
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Jerome Benoit <calculus@rezozer.net>,
 TANIGUCHI Takaki <takaki@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pkgconf,
 dh-sequence-python3,
 python3-sphinx,
 libigraph-dev (>= 0.10.10),
 python3-all-dev,
 python3-setuptools,
 python3-cairocffi,
 python3-matplotlib,
 python3-plotly,
 python3-numpy,
 python3-texttable,
 python3-scipy,
 python3-pandas,
 python3-networkx,
# python3-graph-tool [amd64 arm64 s390x ia64 loong64 ppc64 riscv64],
 python3-pytest-timeout,
Build-Depends-Indep:
 pydoctor,
 python3-sphinx-gallery,
 python3-sphinx-rtd-theme,
 python3-doc,
 python-scipy-doc,
 python-pandas-doc,
 libjs-jquery-datatables,
 tex-gyre,
 texlive-latex-base,
 texlive-latex-recommended,
 texlive-fonts-recommended,
 texlive-latex-extra,
 cm-super-minimal,
 latexmk
Standards-Version: 4.7.0
Rules-Requires-Root: no
##Testsuite: autopkgtest-pkg-python
Homepage: https://igraph.org/python/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-igraph.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-igraph

Package: python3-igraph
Architecture: any
Depends: python3-texttable,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
Description: High performance graph data structures and algorithms (Python 3)
 Python interface to the igraph high performance graph library, primarily
 aimed at complex network research and analysis.
 .
 Graph plotting functionality is provided by the Cairo library, so make
 sure you install the Python bindings of Cairo if you want to generate
 publication-quality graph plots.
 .
 This package contains the Python 3 version of igraph.

Package: python-igraph-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Suggests: www-browser, pdf-viewer, jupyter-notebook
Enhances: python3-igraph (= ${source:Version})
Description: High performance graph data structures and algorithms (doc)
 Python interface to the igraph high performance graph library, primarily
 aimed at complex network research and analysis.
 .
 Graph plotting functionality is provided by the Cairo library, so make
 sure you install the Python bindings of Cairo if you want to generate
 publication-quality graph plots.
 .
 This package contains documentation for the Python interface of igraph.