11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
20 repo = "zha-device-handlers";
21 rev = "refs/tags/${version}";
22 hash = "sha256-+sL3AbjDg0Kl6eqMwVAN9W85QKJqFR1ANKz1E958KeA=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
40 description = "ZHA Device Handlers are custom quirks implementations for Zigpy";
41 homepage = "https://github.com/dmulcahey/zha-device-handlers";
42 changelog = "https://github.com/zigpy/zha-device-handlers/releases/tag/${version}";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ fab ];
45 platforms = platforms.linux;