12 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 sha256 = "0ms0dwrpj80w55svcppbnp7vyl5ipnjfp1c436k5c7pph4q5pxk9";
24 propagatedBuildInputs = [
35 pytestFlagsArray = [ "tests" ];
36 pythonImportsCheck = [ "aiokef" ];
39 description = "Python API for KEF speakers";
40 homepage = "https://github.com/basnijholt/aiokef";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];