11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
19 owner = "home-assistant-libs";
21 rev = "refs/tags/${version}";
22 hash = "sha256-ZO5uODCGebggItsEVKtis0uwU67dmSxc7DHzzkBZ9oQ=";
25 build-system = [ setuptools ];
32 # Project has no tests
35 pythonImportsCheck = [ "aioeagle" ];
38 description = "Python library to control EAGLE-200";
39 homepage = "https://github.com/home-assistant-libs/aioeagle";
40 changelog = "https://github.com/home-assistant-libs/aioshelly/releases/tag/${version}";
41 license = with licenses; [ asl20 ];
42 maintainers = with maintainers; [ fab ];