10 google-api-python-client,
20 buildPythonPackage rec {
22 format = "setuptools";
28 inherit pname version;
29 hash = "sha256-gB+Tvta1fS4iQ2aIxInVob8fduIQ887RhoB1fmDTR1o=";
32 # Tests require files not included in the PyPI archive.
35 propagatedBuildInputs = [
40 google-api-python-client
47 # pytest really is a runtime dependency
48 # https://github.com/beancount/beancount/blob/v2/setup.py#L81-L82
53 homepage = "https://github.com/beancount/beancount";
54 description = "Double-entry bookkeeping computer language";
56 A double-entry bookkeeping computer language that lets you define
57 financial transaction records in a text file, read them in memory,
58 generate a variety of reports from them, and provides a web interface.
60 license = licenses.gpl2Only;
61 maintainers = with maintainers; [