20 buildPythonPackage rec {
25 disabled = pythonOlder "3.12";
27 src = fetchFromGitHub {
28 owner = "MartinHjelmare";
30 rev = "refs/tags/v${version}";
31 hash = "sha256-Qc972Pl+XdgWukgEpTBhsidPvbcPPPWOkqQk24x2ugo=";
34 pythonRelaxDeps = [ "typer" ];
36 build-system = [ poetry-core ];
55 pythonImportsCheck = [ "aiortm" ];
58 description = "Library for the Remember the Milk API";
59 homepage = "https://github.com/MartinHjelmare/aiortm";
60 changelog = "https://github.com/MartinHjelmare/aiortm/blob/v${version}/CHANGELOG.md";
61 license = with licenses; [ asl20 ];
62 maintainers = with maintainers; [ fab ];
63 mainProgram = "aiortm";