blob: 0053372dde8dd030df79046ff822e478a5ead18b (
plain)
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
|
pkgbase = python-graph-tool
pkgdesc = A Python module for manipulation and statistical analysis of graphs
pkgver = 2.45
pkgrel = 3
url = https://graph-tool.skewed.de
arch = i686
arch = x86_64
license = LGPL3
makedepends = boost
makedepends = sparsehash
makedepends = autoconf-archive
depends = boost-libs
depends = python
depends = expat
depends = python-scipy
depends = python-numpy
depends = cgal
depends = cairomm
depends = python-cairo
depends = python-zstandard
depends = python-gobject
optdepends = graphviz: graph layout
optdepends = python-matplotlib: graph drawing
provides = python3-graph-tool
conflicts = python3-graph-tool
replaces = python3-graph-tool
options = !libtool
source = https://downloads.skewed.de/graph-tool/graph-tool-2.45.tar.bz2
sha256sums = f92da7accfda02b29791efe4f0b3ed93329f27232af4d3afc07c92421ec68668
pkgname = python-graph-tool
|