11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-p9Uxckc88HbUUtpg3fHGwYojU57mCuRzh3M1RAjKLX0=";
23 build-system = [ poetry-core ];
33 pythonImportsCheck = [ "peco" ];
36 description = "Library for interacting with the PECO outage map";
37 homepage = "https://github.com/IceBotYT/peco-outage-api";
38 changelog = "https://github.com/IceBotYT/peco-outage-api/releases/tag/${version}";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];