8 buildPythonPackage rec {
9 pname = "aioslimproto";
11 format = "setuptools";
13 disabled = pythonOlder "3.9";
15 src = fetchFromGitHub {
16 owner = "home-assistant-libs";
18 rev = "refs/tags/${version}";
19 hash = "sha256-Er7UsJDBDXD8CQSkUIOeO78HQaCsrRycU18LOjBpv/w=";
27 # AssertionError: assert ['mixer', 'volume', '50'] == ['volume', '50']
28 "test_msg_instantiation"
31 pythonImportsCheck = [
36 description = "Module to control Squeezebox players";
37 homepage = "https://github.com/home-assistant-libs/aioslimproto";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ fab ];