9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
19 hash = "sha256-6HJ78tKl6If/ezwOrGl3VEYO4eMh/6cZq2j2AMBr0I8=";
22 propagatedBuildInputs = [ aiohttp ];
24 # Project has no tests
27 pythonImportsCheck = [ "pynina" ];
30 description = "Python API wrapper to retrieve warnings from the german NINA app";
31 homepage = "https://gitlab.com/DeerMaximum/pynina";
32 changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/${version}";
33 license = licenses.mit;
34 maintainers = with maintainers; [ fab ];