1 { fetchurl, python, cairomm, sparsehash, pycairo, autoreconfHook
2 , pkg-config, boost, expat, scipy, cgal, gmp, mpfr
3 , gobject-introspection, pygobject3, gtk3, matplotlib, ncurses
10 buildPythonPackage rec {
16 url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
17 sha256 = "0jir6fhi09lf8xf56dcsdk2knx32vq8wrzh0d0zdp22n7baavq70";
21 "--with-python-module-path=$(out)/${python.sitePackages}"
22 "--with-boost-libdir=${boost}/lib"
23 "--with-expat=${expat}"
28 nativeBuildInputs = [ autoreconfHook pkg-config ];
29 buildInputs = [ ncurses ];
31 propagatedBuildInputs = [
50 enableParallelBuilding = false;
53 description = "Python module for manipulation and statistical analysis of graphs";
54 homepage = "https://graph-tool.skewed.de/";
55 license = licenses.gpl3;
56 maintainers = [ maintainers.joelmo ];