12 buildPythonPackage rec {
15 # https://github.com/Martiusweb/asynctest/issues/152
16 # broken by upstream python bug with asynctest and
17 # is used exclusively by home-assistant with python 3.8
18 disabled = pythonOlder "3.8";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-KUXXOySuPFNKcW3O08FBYIfm4WwVjOuIF+GefmKnwl0=";
39 # fixed in https://github.com/zigpy/zigpy-xbee/commit/f85233fc28ae01c08267965e99a29e43b00e1561
44 changelog = "https://github.com/zigpy/zigpy-xbee/releases/tag/${version}";
45 description = "A library which communicates with XBee radios for zigpy";
46 homepage = "https://github.com/zigpy/zigpy-xbee";
47 license = licenses.gpl3Plus;
48 maintainers = with maintainers; [ mvnetbiz ];
49 platforms = platforms.linux;