8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
14 inherit pname version;
15 sha256 = "02z8p0n9d6n4l6v1m969009gxwmy5v14z108r4f3swd6yrk0h2xd";
18 propagatedBuildInputs = [ aiohttp ];
20 # Project has no tests
22 pythonImportsCheck = [ "faadelays" ];
25 description = "Python package to retrieve FAA airport status";
26 homepage = "https://github.com/ntilley905/faadelays";
27 license = licenses.mit;
28 maintainers = with maintainers; [ fab ];