29 buildPythonPackage rec {
30 pname = "home-assistant-chip-core";
34 disabled = pythonOlder "3.7";
40 hash = "sha256-li+fmEikVnTAkgQnoiWjoZaVRwGRadTYuQySR5s8VB4=";
44 hash = "sha256-iUKtAz00qFklTW2ilUPGAWhpqDmnLb6D3Zdy1oHpQl0=";
46 }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
48 pname = "home_assistant_chip_core";
49 inherit version format;
53 platform = "manylinux_2_31_${system.name}";
66 propagatedBuildInputs = [
86 pythonImportsCheck = [
96 doCheck = false; # no tests
99 description = "Python-base APIs and tools for CHIP";
100 homepage = "https://github.com/home-assistant-libs/chip-wheels";
101 changelog = "https://github.com/home-assistant-libs/chip-wheels/releases/tag/${version}";
102 license = licenses.asl20;
103 maintainers = teams.home-assistant.members;
104 platforms = [ "aarch64-linux" "x86_64-linux" ];
105 sourceProvenance = with sourceTypes; [ binaryNativeCode ];