10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-bQDFSbYFsGtvPuJNMykynOpBTIeloUoCVRtIuHXR4n0=";
24 build-system = [ setuptools ];
26 dependencies = [ aiohttp ];
28 # Project has no tests
31 pythonImportsCheck = [ "auroranoaa" ];
34 description = "Python wrapper for the Aurora API";
35 homepage = "https://github.com/djtimca/aurora-api";
36 changelog = "https://github.com/djtimca/aurora-api/releases/tag/${version}";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ fab ];