18 buildPythonPackage rec {
21 format = "setuptools";
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 sha256 = "sha256-7jaXNz7i+kF64T+5/QWKGpxHCkg/M9U2hbWrVB2tjH8=";
30 propagatedBuildInputs = [
37 ] ++ lib.optionals (pythonOlder "3.7") [
45 ] ++ lib.optionals (pythonOlder "3.8") [
49 pythonImportsCheck = [
54 description = "Python module to implement EZSP for EmberZNet devices";
55 homepage = "https://github.com/zigpy/bellows";
56 license = licenses.gpl3Plus;
57 maintainers = with maintainers; [ mvnetbiz ];