Merge pull request #320212 from mjoerg/graph-tool-2.70
python311Packages.graph-tool: 2.68 -> 2.70
This commit is contained in:
commit
2e551982e8
@ -22,6 +22,7 @@
|
|||||||
python,
|
python,
|
||||||
scipy,
|
scipy,
|
||||||
sparsehash,
|
sparsehash,
|
||||||
|
gitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -33,12 +34,12 @@ let
|
|||||||
in
|
in
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "graph-tool";
|
pname = "graph-tool";
|
||||||
version = "2.68";
|
version = "2.70";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
|
url = "https://downloads.skewed.de/graph-tool/graph-tool-${version}.tar.bz2";
|
||||||
hash = "sha256-jB+/R6yZVhU0iohxYVNHdD205MauRxMoohbj4a2T+rw=";
|
hash = "sha256-hohGgOnxP1nb8NfkDRYPJ08sx0EH8PxX7Rblk1PLlIk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove error messages about tput during build process without adding ncurses,
|
# Remove error messages about tput during build process without adding ncurses,
|
||||||
@ -88,6 +89,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
pythonImportsCheck = [ "graph_tool" ];
|
pythonImportsCheck = [ "graph_tool" ];
|
||||||
|
|
||||||
|
passthru.updateScript = gitUpdater {
|
||||||
|
url = "https://git.skewed.de/count0/graph-tool";
|
||||||
|
rev-prefix = "release-";
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python module for manipulation and statistical analysis of graphs";
|
description = "Python module for manipulation and statistical analysis of graphs";
|
||||||
homepage = "https://graph-tool.skewed.de";
|
homepage = "https://graph-tool.skewed.de";
|
||||||
|
Loading…
Reference in New Issue
Block a user