15 buildPythonPackage rec {
20 disabled = pythonOlder "3.6";
22 src = fetchFromGitHub {
24 repo = "python-fints";
26 hash = "sha256-1k6ZeYlv0vxNkqQse9vi/NT6ag3DJONKCWB594LvER0=";
30 substituteInPlace setup.py \
31 --replace-fail "enum-tools~=0.9.0" ""
32 sed -i "/document_enum/d" fints/formals.py
35 build-system = [ setuptools ];
44 pythonImportsCheck = [ "fints" ];
52 homepage = "https://github.com/raphaelm/python-fints/";
53 description = "Pure-python FinTS (formerly known as HBCI) implementation";
54 license = licenses.lgpl3Only;
55 maintainers = with maintainers; [