12 buildPythonPackage rec {
13 pname = "python-louvain";
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-t7ot9QAv0o0+54mklTK6rRH+ZI5PIRfPB5jnUgodpWs=";
25 name = "fix-karate-test-networkx-2.7.patch";
26 url = "https://github.com/taynaud/python-louvain/pull/95/commits/c95d767e72f580cb15319fe08d72d87c9976640b.patch";
27 hash = "sha256-9oJ9YvKl2sI8oGhfyauNS+HT4kXsDt0L8S2owluWdj0=";
31 propagatedBuildInputs = [
36 pythonImportsCheck = [ "community" ];
44 homepage = "https://github.com/taynaud/python-louvain";
45 description = "Louvain Community Detection";
46 mainProgram = "community";
47 license = licenses.bsd3;