6 python3.pkgs.buildPythonApplication rec {
11 disabled = python3.pythonOlder "3.6";
13 src = fetchFromGitHub rec {
17 sha256 = "1kz2zx59gjfs01jiyzmps8j6yca06yqn6wkidvdk4s3izdm0rarw";
20 propagatedBuildInputs = with python3.pkgs; [
28 # Tests wants to communicate with hardware
31 pythonImportsCheck = [
36 description = "Command-line interface to control Sonos sound systems";
37 homepage = "https://github.com/avantrec/soco-cli";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];