10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
20 hash = "sha256-/BeT05dHPHfqybsly0QUbBPFFJKEr67vG1xbBfZXQuY=";
23 pythonRelaxDeps = [ "aiohttp" ];
25 build-system = [ setuptools ];
27 dependencies = [ aiohttp ];
29 # Project has no tests
32 pythonImportsCheck = [ "pynina" ];
35 description = "Python API wrapper to retrieve warnings from the german NINA app";
36 homepage = "https://gitlab.com/DeerMaximum/pynina";
37 changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/${version}";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];