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