15 buildPythonPackage rec {
16 pname = "pyannote-core";
20 src = fetchFromGitHub {
22 repo = "pyannote-core";
23 rev = "refs/tags/${version}";
24 hash = "sha256-XQVEMy60LkfFr2TKXTeg6cGHRx5BUZ5qDgzIdKy/19Y=";
28 # Remove vendorized versioneer.py
49 pythonImportsCheck = [ "pyannote.core" ];
52 description = "Advanced data structures for handling temporal segments with attached labels";
53 homepage = "https://github.com/pyannote/pyannote-core";
54 changelog = "https://github.com/pyannote/pyannote-core/releases/tag/${version}";
55 license = licenses.mit;