13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 hash = "sha256-bL59EPvFd5vjay2sqBPGx+iL5sE/0n/EtR4K7obtDBE=";
28 # Switch to poetry-core, https://github.com/Jc2k/aioeafm/pull/4
30 name = "use-poetry-core.patch";
31 url = "https://github.com/Jc2k/aioeafm/commit/549590e2ed465be40e2406416d89b8a8cd8c6185.patch";
32 hash = "sha256-cG/vQI1XQO8LVvWsHrAj8KlPGRulvO7Ny+k0CKUpPqQ=";
36 build-system = [ poetry-core ];
38 dependencies = [ aiohttp ];
45 pythonImportsCheck = [ "aioeafm" ];
48 description = "Python client for access the Real Time flood monitoring API";
49 homepage = "https://github.com/Jc2k/aioeafm";
50 changelog = "https://github.com/Jc2k/aioeafm/releases/tag/${version}";
51 license = with licenses; [ asl20 ];
52 maintainers = with maintainers; [ fab ];