From: Christopher Lemmer Webber <cwebber@dustycloud.org>
To: 40511@debbugs.gnu.org
Subject: [bug#40511] [PATCH 10/10] gnu: Add fava.
Date: Tue, 28 Apr 2020 15:51:32 -0400 [thread overview]
Message-ID: <87zhavs81n.fsf@dustycloud.org> (raw)
In-Reply-To: <871ro7tmns.fsf@dustycloud.org>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0010-gnu-Add-fava.patch --]
[-- Type: text/x-patch, Size: 2216 bytes --]
From 9614e1daf0ca1c43595bf6f1522121874f65b66a Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <cwebber@dustycloud.org>
Date: Tue, 28 Apr 2020 15:39:25 -0400
Subject: [PATCH 10/10] gnu: Add fava.
* gnu/packages/finance.scm (fava): New variable.
---
gnu/packages/finance.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index c31b87ec19..2553980aaa 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1594,3 +1594,42 @@ generate a variety of reports from them, and provides a web interface.")
(synopsis "Emacs mode for beancount")
(description
"Emacs-beancount is an Emacs mode for the Beancount accounting tool.")))
+
+(define-public fava
+ (package
+ (name "fava")
+ (version "1.14")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fava" version))
+ (sha256
+ (base32
+ "181ypq2p7aaq2b76s55hxxbm1hykzf45mjjgm500h4dsaa167dqy"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("beancount" ,beancount)
+ ("python-babel" ,python-babel)
+ ("python-bottle" ,python-bottle)
+ ("python-cheroot" ,python-cheroot)
+ ("python-dateutil" ,python-dateutil)
+ ("python-click" ,python-click)
+ ("python-flask" ,python-flask)
+ ("python-flask-babel" ,python-flask-babel)
+ ("python-jinja2" ,python-jinja2)
+ ("python-lxml" ,python-lxml)
+ ("python-markdown2" ,python-markdown2)
+ ("python-magic" ,python-magic)
+ ("python-ply" ,python-ply)
+ ("python-simplejson" ,python-simplejson)
+ ("python-beautifulsoup4" ,python-beautifulsoup4)
+ ("python-werkzeug" ,python-werkzeug)))
+ (native-inputs
+ `(("python-setuptools-scm" ,python-setuptools-scm)
+ ("python-pytest" ,python-pytest)))
+ (home-page "https://beancount.github.io/fava/")
+ (synopsis
+ "Web interface for the accounting tool Beancount")
+ (description
+ "Fava is a web interface for the accounting tool Beancount.")
+ (license license:expat)))
--
2.26.0
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2020-04-28 19:52 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-08 17:27 [bug#40511] Add fava, a beancount web UI Christopher Lemmer Webber
2020-04-28 19:45 ` [bug#40511] [PATCH 1/10] gnu: Add python-jarco-classes Christopher Lemmer Webber
2020-04-28 19:47 ` [bug#40511] [PATCH 2/10] gnu: Add python-jaraco-functools Christopher Lemmer Webber
2020-04-28 20:18 ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:47 ` [bug#40511] [PATCH 3/10] gnu: Add python-jarco-text Christopher Lemmer Webber
2020-04-28 20:18 ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:48 ` [bug#40511] [PATCH 4/10] gnu: Add python-pytest-testmon Christopher Lemmer Webber
2020-04-28 20:19 ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:48 ` [bug#40511] [PATCH 5/10] gnu: Add python-pytest-watch Christopher Lemmer Webber
2020-04-28 20:19 ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:48 ` [bug#40511] [PATCH 6/10] gnu: Add python-requests-unixsocket Christopher Lemmer Webber
2020-04-28 20:20 ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:49 ` [bug#40511] [PATCH 7/10] gnu: Add python-trustme Christopher Lemmer Webber
2020-04-28 20:20 ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:49 ` [bug#40511] [PATCH 8/10] gnu: Add python-cheroot Christopher Lemmer Webber
2020-04-28 20:21 ` [bug#40511] [REDO 1] " Christopher Lemmer Webber
2020-04-28 19:50 ` [bug#40511] [PATCH 9/10] gnu: Add python-markdown2 Christopher Lemmer Webber
2020-04-28 19:51 ` Christopher Lemmer Webber [this message]
2020-04-28 20:22 ` [bug#40511] [PATCH 10/10] gnu: Add fava Christopher Lemmer Webber
2020-04-28 20:21 ` [bug#40511] [REDO 1] [PATCH 9/10] gnu: Add python-markdown2 Christopher Lemmer Webber
2020-04-28 20:17 ` [bug#40511] [REDO 1] [PATCH 1/10] gnu: Add python-jarco-classes Christopher Lemmer Webber
2024-03-19 9:55 ` bug#40511: Add fava, a beancount web UI Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zhavs81n.fsf@dustycloud.org \
--to=cwebber@dustycloud.org \
--cc=40511@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.