blob: e13fe43a13c0e0bd69218dfdc9f8aebd8a3d589e (
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.59
pkgrel = 1
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-1.16
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.59.tar.bz2
sha256sums = 72a36c3cf17d0f624f093d6d083dd5ecaf040c7022bf332148c772008c987a17
pkgname = python-graph-tool
|