9 buildPythonPackage rec {
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
16 owner = "home-assistant-libs";
19 sha256 = "117nb50cxwrixif2r6fxmr9v0jxkcamm816v48hbhyc660w6xvk4";
22 propagatedBuildInputs = [
27 # Project has no tests
30 pythonImportsCheck = [ "aioeagle" ];
33 description = "Python library to control EAGLE-200";
34 homepage = "https://github.com/home-assistant-libs/aioeagle";
35 changelog = "https://github.com/home-assistant-libs/aioshelly/releases/tag/${version}";
36 license = with licenses; [ asl20 ];
37 maintainers = with maintainers; [ fab ];