15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-a6UXc8XLZhSyUb8AxnXoPgiyP004GQfuapRmVeOaFQU=";
29 propagatedBuildInputs = [
42 pythonImportsCheck = [ "pyipma" ];
45 # Tests require network access
46 "tests/test_auxiliar.py"
47 "tests/test_location.py"
48 "tests/test_sea_forecast.py"
52 description = "Library to retrieve information from Instituto Português do Mar e Atmosfera";
53 homepage = "https://github.com/dgomes/pyipma";
54 changelog = "https://github.com/dgomes/pyipma/releases/tag/${version}";
55 license = with licenses; [ mit ];
56 maintainers = with maintainers; [ fab ];