12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 sha256 = "sha256-GEgm250uALTXIEMBWmluqGw/dw2TfGmUIcItfzonGkU=";
30 propagatedBuildInputs = [
37 # Tests require access to the Roon API
40 pythonImportsCheck = [
45 description = "Python library to interface with the Roon API";
46 homepage = "https://github.com/pavoni/pyroon";
47 license = with licenses; [ asl20 ];
48 maintainers = with maintainers; [ fab ];