GNU bug report logs -
#78252
[PATCH 0/5] Update beancount to v3
Previous Next
Full log
Message #17 received at 78252 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/finance.scm (beanquery): New variable.
Change-Id: Ic733750b5b71740992a145b1ee05fa67dbe1f837
---
gnu/packages/finance.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 4650506225..0067768ce1 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2086,6 +2086,29 @@ (define-public beancount-3
generate a variety of reports from them, and provides a web interface.")
(license license:gpl2)))
+(define-public beanquery
+ (package
+ (name "beanquery")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "beanquery" version))
+ (sha256
+ (base32 "0b6dhj9lcf3b347rsjb0k25qgsmqf9jnd0yizv3kad00745bawid"))
+ (modules '((guix build utils)))
+ (snippet #~(substitute* "pyproject.toml"
+ (("tatsu-lts")
+ "tatsu")))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list beancount-3 python-click python-dateutil
+ python-tatsu))
+ (native-inputs (list python-setuptools python-wheel python-pytest))
+ (home-page "https://github.com/beancount/beanquery")
+ (synopsis "Customizable lightweight SQL query tool")
+ (description "Customizable lightweight SQL query tool.")
+ (license license:gpl2)))
+
(define-public fava
(package
(name "fava")
--
2.49.0
This bug report was last modified 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.