8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
18 hash = "sha256-6HJ78tKl6If/ezwOrGl3VEYO4eMh/6cZq2j2AMBr0I8=";
21 propagatedBuildInputs = [
25 # Project has no tests
28 pythonImportsCheck = [
33 description = "Python API wrapper to retrieve warnings from the german NINA app";
34 homepage = "https://gitlab.com/DeerMaximum/pynina";
35 changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/${version}";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];