8 buildPythonPackage rec {
11 format = "setuptools";
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
18 hash = "sha256-ho0O5aEHCKaTuWh2eW2kY5a7dVGIGBLm4nKxAMq0bZ4=";
21 propagatedBuildInputs = [ aiohttp ];
23 # Project has no tests
25 pythonImportsCheck = [ "auroranoaa" ];
28 description = "Python wrapper for the Aurora API";
29 homepage = "https://github.com/djtimca/aurora-api";
30 license = with licenses; [ asl20 ];
31 maintainers = with maintainers; [ fab ];