6 home-assistant-chip-wheels,
20 buildPythonPackage rec {
21 pname = "home-assistant-chip-core";
22 inherit (home-assistant-chip-wheels) version;
25 disabled = pythonOlder "3.7";
27 src = home-assistant-chip-wheels;
29 # format=wheel needs src to be a wheel not a folder of wheels
31 src=($src/home_assistant_chip_core*.whl)
34 propagatedBuildInputs = [
47 ] ++ home-assistant-chip-wheels.propagatedBuildInputs;
54 pythonImportsCheck = [
64 doCheck = false; # no tests
67 description = "Python-base APIs and tools for CHIP";
68 homepage = "https://github.com/home-assistant-libs/chip-wheels";
69 changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}";
70 license = licenses.asl20;
71 maintainers = teams.home-assistant.members;