16 buildPythonPackage rec {
21 disabled = pythonOlder "3.10";
23 src = fetchFromGitHub {
24 owner = "kokarare1212";
25 repo = "librespot-python";
26 rev = "refs/tags/v${version}";
27 hash = "sha256-k9qVsxjRlUZ7vCBx00quiAR7S+YkfyoZiAKVnOOG4xM=";
30 env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python";
32 pythonRelaxDeps = true;
34 build-system = [ setuptools ];
46 # Doesn't include any tests
49 pythonImportsCheck = [ "librespot" ];
52 description = "Open Source Spotify Client";
53 homepage = "https://github.com/kokarare1212/librespot-python";
54 changelog = "https://github.com/kokarare1212/librespot-python/releases/tag/v${version}";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ onny ];