14 buildPythonPackage rec {
15 pname = "pyannote-database";
19 disabled = pythonOlder "3.9";
21 src = fetchFromGitHub {
23 repo = "pyannote-database";
24 rev = "refs/tags/${version}";
25 hash = "sha256-A7Xr24O8OvVAlURrR+SDCh8Uv9Yz3AUJSFDyDShVVjA=";
29 # Remove vendorized versioneer.py
45 pythonImportsCheck = [ "pyannote.database" ];
48 description = "Reproducible experimental protocols for multimedia (audio, video, text) database";
49 homepage = "https://github.com/pyannote/pyannote-database";
50 license = licenses.mit;
51 maintainers = with maintainers; [ matthewcroughan ];
52 mainProgram = "pyannote-database";