9 python3Packages.buildPythonApplication rec {
10 pname = "ledger-autosync";
14 # no tests included in PyPI tarball
15 src = fetchFromGitHub {
17 repo = "ledger-autosync";
19 hash = "sha256-bbFjDdxYr85OPjdvY3JYtCe/8Epwi+8JN60PKVKbqe0=";
22 build-system = with python3Packages; [ poetry-core ];
24 dependencies = with python3Packages; [
32 python3Packages.ledger
33 python3Packages.pytestCheckHook
37 homepage = "https://github.com/egh/ledger-autosync";
38 changelog = "https://github.com/egh/ledger-autosync/releases/tag/v${version}";
39 description = "OFX/CSV autosync for ledger and hledger";
40 license = licenses.gpl3Plus;
41 maintainers = with maintainers; [ eamsden ];