···6186 };
6187 };
61886189- ledger-autosync = buildPythonPackage rec {
6190- name = "ledger-autosync-${version}";
6191- version = "0.2.3";
6192- src = pkgs.fetchurl {
6193- url = "mirror://pypi/l/ledger-autosync/ledger-autosync-${version}.tar.gz";
6194- sha256 = "f19fa66e656309825887171d84a462e64676b1cc36b62e4dd8679ff63926a469";
6195- };
6196-6197- propagatedBuildInputs = with self; [ ofxclient ];
6198-6199- buildInputs = with self; [
6200- mock
6201- nose
6202- # Used at runtime to translate ofx entries to the ledger
6203- # format. In fact, user could use either ledger or hledger.
6204- pkgs.which
6205- pkgs.ledger ];
6206-6207- # Tests are disable since they require hledger and python-ledger
6208- doCheck = false;
6209-6210- meta = {
6211- homepage = https://gitlab.com/egh/ledger-autosync;
6212- description = "ledger-autosync is a program to pull down transactions from your bank and create ledger transactions for them";
6213- license = licenses.gpl3;
6214- maintainers = with maintainers; [ lewo ];
6215- };
6216- };
6217-6218 libsexy = callPackage ../development/python-modules/libsexy {
6219 libsexy = pkgs.libsexy;
6220 };