9 , google-api-python-client
18 buildPythonPackage rec {
25 inherit pname version;
26 sha256 = "sha256-K/CM5qldmAAPTXM5WYXNHeuBwNUu1aduYQusd9gvhsA=";
29 # Tests require files not included in the PyPI archive.
32 propagatedBuildInputs = [
37 google-api-python-client
43 # pytest really is a runtime dependency
44 # https://github.com/beancount/beancount/blob/v2/setup.py#L81-L82
49 homepage = "http://furius.ca/beancount/";
50 description = "Double-entry bookkeeping computer language";
52 A double-entry bookkeeping computer language that lets you define
53 financial transaction records in a text file, read them in memory,
54 generate a variety of reports from them, and provides a web interface.
56 license = licenses.gpl2Only;
57 maintainers = with maintainers; [ bhipple ];