14 buildPythonPackage rec {
17 # https://github.com/Martiusweb/asynctest/issues/152
18 # broken by upstream python bug with asynctest and
19 # is used exclusively by home-assistant with python 3.8
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 sha256 = "sha256-EzdKY/VisMUc/5yHN+7JUz1fDM4mCpk5TyApC24z4CU=";
42 # https://github.com/zigpy/zigpy-xbee/issues/126
47 description = "A library which communicates with XBee radios for zigpy";
48 homepage = "https://github.com/zigpy/zigpy-xbee";
49 license = licenses.gpl3Plus;
50 maintainers = with maintainers; [ mvnetbiz ];
51 platforms = platforms.linux;