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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: graph-tool
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
autoconf-archive,
dh-python,
python3,
libgmp-dev,
libcgal-dev,
libboost-thread-dev,
libboost-system-dev,
libboost-iostreams-dev,
libboost-regex-dev,
libboost-coroutine-dev,
libboost-graph-dev,
libboost-python-dev,
libexpat1-dev,
libsparsehash-dev,
libcairomm-1.0-dev,
python3-dev,
python3-numpy-dev,
python3-cairo-dev,
python3-numpy,
python3-scipy,
python3-matplotlib,
zstd,
# mencoder,
vpx-tools,
librsvg2-common,
gir1.2-gtk-3.0,
python3-gi
Build-Depends-Indep:
dh-sequence-sphinxdoc,
python3-docutils,
python3-sphinx,
python3-doc,
python3-numpydoc,
python-scipy-doc,
# python-matplotlib-doc,
# python-mpltoolkits.basemap-doc,
python3-cairo-doc,
python-ipython-doc,
python-pandas-doc,
texlive-latex-base,
texlive-latex-recommended,
texlive-fonts-recommended,
texlive-latex-extra,
cm-super-minimal,
poppler-utils,
latexmk
Standards-Version: 4.7.1
Homepage: https://graph-tool.skewed.de/
Vcs-Git: https://salsa.debian.org/python-team/packages/graph-tool.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/graph-tool
Package: python3-graph-tool
## fails to _link_ on any-32bit and mips64el arch due to design limitations
## fails to build on ppc64el due to unfulfilled tests in boost (#1060295, #1060786)
## fails to build on riscv64 for lake of space ('No space left on device')
Architecture: amd64 arm64 s390x ia64 ppc64
Depends: python3-scipy, ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Replaces: graph-tool
Recommends:
python3-gv, python3-matplotlib, python3-cairo, python3-gi-cairo, python3-gi, gir1.2-gtk-3.0,
build-essential, pkgconf,
libpython3-dev, libboost-dev, libboost-python-dev, python3-cairo-dev, libsparsehash-dev
Suggests: mencoder
Description: Efficient network analysis -- Python
graph-tool is an efficient Python module for manipulation and statistical
analysis of graphs (a.k.a. networks). Contrary to most other Python modules
with similar functionality, the core data structures and algorithms are
implemented in C++, making extensive use of template metaprogramming,
based heavily on the Boost Graph Library. This confers it a level of
performance that is comparable (both in memory usage and computation time)
to that of a pure C/C++ library.
.
This package provides the Python material.
Package: graph-tool-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: python3-graph-tool
Multi-Arch: foreign
Description: Efficient network analysis -- doc
graph-tool is an efficient Python module for manipulation and statistical
analysis of graphs (a.k.a. networks). Contrary to most other Python modules
with similar functionality, the core data structures and algorithms are
implemented in C++, making extensive use of template metaprogramming,
based heavily on the Boost Graph Library. This confers it a level of
performance that is comparable (both in memory usage and computation time)
to that of a pure C/C++ library.
.
This package provides the documentation and sample material.
|