14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
22 owner = "killer0071234";
25 hash = "sha256-j864+3c0GDDftdLqLDD0hizT54c0IgTjT77jOneXlq0=";
28 build-system = [ poetry-core ];
30 dependencies = [ aiohttp ];
39 pythonImportsCheck = [ "zamg" ];
44 "test_properties_fail_2"
48 description = "Library to read weather data from ZAMG Austria";
49 homepage = "https://github.com/killer0071234/python-zamg";
50 changelog = "https://github.com/killer0071234/python-zamg/releases/tag/v${version}";
51 license = licenses.mit;
52 maintainers = with maintainers; [ fab ];