20 buildPythonPackage rec {
21 pname = "pyannote-metrics";
25 disabled = pythonOlder "3.8";
27 src = fetchFromGitHub {
29 repo = "pyannote-metrics";
30 rev = "refs/tags/${version}";
31 hash = "sha256-V4qyaCaFsoikfFILm2sccf6m7lqJSDTdLxS1sr/LXAY=";
35 # Remove vendorized versioneer.py
57 pythonImportsCheck = [ "pyannote.metrics" ];
60 description = "Toolkit for reproducible evaluation, diagnostic, and error analysis of speaker diarization systems";
61 homepage = "https://github.com/pyannote/pyannote-metrics";
62 changelog = "http://pyannote.github.io/pyannote-metrics/changelog.html";
63 license = licenses.mit;
65 mainProgram = "pyannote-metrics";