10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "Danielhiversen";
20 rev = "refs/tags/${version}";
21 hash = "sha256-wRSUIaonjjucLM+A4GsF9Lrq2vZYCquEvblbmjKYpQE=";
24 propagatedBuildInputs = [
30 pythonImportsCheck = [
34 # Project has no tests
38 description = "A library to communicate with the met.no API";
39 homepage = "https://github.com/Danielhiversen/pyMetno/";
40 changelog = "https://github.com/Danielhiversen/pyMetno/releases/tag/${version}";
41 license = licenses.mit;
42 maintainers = with maintainers; [ flyfloh ];