9 buildPythonPackage rec {
10 pname = "home-assistant-chip-clusters";
15 inherit format version;
16 pname = "home_assistant_chip_clusters";
19 hash = "sha256-1yR8Z+R16u099XtxPasmocFbdQPH1Rr6sqngNpWmuWE=";
22 propagatedBuildInputs = [
27 pythonImportsCheck = [
29 "chip.clusters.ClusterObjects"
33 doCheck = false; # no tests
36 description = "Python-base APIs and tools for CHIP";
37 homepage = "https://github.com/home-assistant-libs/chip-wheels";
38 changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}";
39 license = licenses.asl20;
40 maintainers = teams.home-assistant.members;
41 sourceProvenance = with sourceTypes; [ binaryNativeCode ];