8 buildPythonPackage rec {
13 inherit version pname;
14 sha256 = "18fcb356c631e9cc27fa7019f6ff6021707e34b9ce3a3b7dc815661288709921";
21 doCheck = false; # No tests in sdist
23 disabled = pythonOlder "3.5";
26 description = "Mortgage calculator";
27 license = lib.licenses.mit;