[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/154: gnu: Add python-febelfin-coda.
From: |
guix-commits |
Subject: |
06/154: gnu: Add python-febelfin-coda. |
Date: |
Tue, 21 Sep 2021 15:07:25 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit afc45931ea3eabe884223d13cb1bd73f00ce2e0e
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Thu Aug 26 00:17:17 2021 +0200
gnu: Add python-febelfin-coda.
* gnu/packages/python-xyz.scm (python-febelfin-coda): New variable.
---
gnu/packages/python-xyz.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 60db55a..79f651b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26704,3 +26704,20 @@ used by multiple Spanish banks (standard 43 of the
Spanish Banking Council
Supported output formats are: OFX, HomeBank CSV, HTML, JSON, ODS (OpenDocument
spreadsheet), CSV, TSV, XLS, XLSX (Microsoft Excel spreadsheet), and YAML.")
(license license:lgpl3)))
+
+(define-public python-febelfin-coda
+ (package
+ (name "python-febelfin-coda")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "febelfin-coda" version))
+ (sha256
+ (base32 "10nf4hdwldqgdmh4g613vx55sbsw1x1yzpvs3crwlggbp75fjjfi"))))
+ (build-system python-build-system)
+ (home-page "https://coda.b2ck.com/")
+ (synopsis "A module to parse Belgian CODA files")
+ (description "This package provides a module to parse Coded statement of
+account (CODA) files as defined be the Belgian Febelfin bank standard.")
+ (license license:bsd-3)))
- branch master updated (1e3262d -> 5966d48), guix-commits, 2021/09/21
- 02/154: gnu: Add python-markuppy., guix-commits, 2021/09/21
- 06/154: gnu: Add python-febelfin-coda.,
guix-commits <=
- 05/154: gnu: Add python-csb43., guix-commits, 2021/09/21
- 10/154: gnu: Add trytond-account-be., guix-commits, 2021/09/21
- 14/154: gnu: Add trytond-account-deposit., guix-commits, 2021/09/21
- 16/154: gnu: Add trytond-account-dunning-email., guix-commits, 2021/09/21
- 20/154: gnu: Add trytond-account-eu., guix-commits, 2021/09/21
- 31/154: gnu: Add trytond-account-payment-sepa., guix-commits, 2021/09/21
- 36/154: gnu: Add trytond-account-statement-coda., guix-commits, 2021/09/21
- 34/154: gnu: Add trytond-account-statement., guix-commits, 2021/09/21
- 22/154: gnu: Add trytond-account-fr-chorus., guix-commits, 2021/09/21
- 39/154: gnu: Add trytond-account-stock-anglo-saxon., guix-commits, 2021/09/21