8 buildPythonPackage rec {
9 pname = "home-assistant-chip-clusters";
14 inherit format version;
15 pname = "home_assistant_chip_clusters";
18 hash = "sha256-Imdpqy7m81oxfkzj+82afSX9juK/SOCBIMoaPjK8G+Y=";
21 propagatedBuildInputs = [
26 pythonImportsCheck = [
28 "chip.clusters.ClusterObjects"
32 doCheck = false; # no tests
35 description = "Python-base APIs and tools for CHIP";
36 homepage = "https://github.com/home-assistant-libs/chip-wheels";
37 changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}";
38 license = licenses.asl20;
39 maintainers = teams.home-assistant.members;
40 sourceProvenance = with sourceTypes; [ binaryNativeCode ];