mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python312Packages.igraph: 0.11.5 -> 0.11.6
Diff: https://github.com/igraph/python-igraph/compare/refs/tags/0.11.5...0.11.6 Changelog: https://github.com/igraph/python-igraph/blob/refs/tags/0.11.6/CHANGELOG.md
This commit is contained in:
parent
67ab30a1aa
commit
145d776259
@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "igraph";
|
||||
version = "0.11.5";
|
||||
version = "0.11.6";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@ -25,21 +25,24 @@ buildPythonPackage rec {
|
||||
owner = "igraph";
|
||||
repo = "python-igraph";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-nfXCAjTKxtslVk17h60+v/JQusQTmaTRCPvvFG4/OPk=";
|
||||
postFetch = ''
|
||||
# export-subst prevents reproducability
|
||||
rm $out/.git_archival.json
|
||||
'';
|
||||
hash = "sha256-DXYNFSvmKiulMnWL8w5l9lWGtS9Sff/Hn4x538nrvzo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
rm -r vendor
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
setuptools
|
||||
];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
buildInputs = [ igraph ];
|
||||
|
||||
propagatedBuildInputs = [ texttable ];
|
||||
dependencies = [ texttable ];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
cairo = [ cairocffi ];
|
||||
|
Loading…
Reference in New Issue
Block a user