9 , google-api-python-client
10 , google-auth-oauthlib
19 buildPythonPackage rec {
26 inherit pname version;
27 sha256 = "sha256-FONWJaLpy9Q8rmF42gjLPxIk9iYeVBymcm3zXZjpw2o=";
30 # Tests require files not included in the PyPI archive.
33 propagatedBuildInputs = [
38 google-api-python-client
45 # pytest really is a runtime dependency
46 # https://github.com/beancount/beancount/blob/v2/setup.py#L81-L82
51 homepage = "https://github.com/beancount/beancount";
52 description = "Double-entry bookkeeping computer language";
54 A double-entry bookkeeping computer language that lets you define
55 financial transaction records in a text file, read them in memory,
56 generate a variety of reports from them, and provides a web interface.
58 license = licenses.gpl2Only;
59 maintainers = with maintainers; [ bhipple ];