[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 005/154] gnu: Add python-csb43.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 005/154] gnu: Add python-csb43. |
Date: |
Fri, 17 Sep 2021 00:52:24 +0200 |
* gnu/packages/python-xyz.scm (python-csb43): New variable.
---
gnu/packages/python-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 693de6db7d..551fc79c80 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26691,3 +26691,31 @@ TSV (Sets), ODS (Sets), CSV (Sets), and DBF (Sets).
quite huge, this Guix package doesn't depend on pandas. In case, just also
install @code{python-pandas}.")
(license license:expat)))
+
+(define-public python-csb43
+ (package
+ (name "python-csb43")
+ (version "0.9.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "csb43" version))
+ (sha256
+ (base32 "0r0csl9npncnkfafg3rg6xr38d1qr0sxvq7wn7mg9bq41hvvh1si"))))
+ (build-system python-build-system)
+ (native-inputs
+ `(("python-lxml" ,python-lxml)))
+ (propagated-inputs
+ `(("python-pycountry" ,python-pycountry)
+ ("python-pyyaml" ,python-pyyaml)
+ ("python-tablib" ,python-tablib)))
+ (home-page "https://bitbucket.org/wmj/csb43")
+ (synopsis "Tools for converting from the Spanish banks' format CSB norm
+43 (CSB43)")
+ (description "This package provides tools to convert files in the format
+used by multiple Spanish banks (standard 43 of the Spanish Banking Council
+[CSB43] / Spanish Banking Association [AEB43]) to other formats.
+
+Supported output formats are: OFX, HomeBank CSV, HTML, JSON, ODS (OpenDocument
+spreadsheet), CSV, TSV, XLS, XLSX (Microsoft Excel spreadsheet), and YAML.")
+ (license license:lgpl3)))
--
2.30.2
- [bug#50628] [PATCH 000/154] Add 146 Tryton modules and some dependencies, Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 001/154] gnu: Add python-braintree., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 002/154] gnu: Add python-markuppy., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 003/154] gnu: Add python-xlwt., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 006/154] gnu: Add python-febelfin-coda., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 005/154] gnu: Add python-csb43.,
Hartmut Goebel <=
- [bug#50628] [PATCH 004/154] gnu: Add python-tablib., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 007/154] gnu: Add python-ofxparse., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 008/154] gnu: Add python-stripe., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 011/154] gnu: Add trytond-account-cash-rounding., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 013/154] gnu: Add trytond-account-de-skr03., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 010/154] gnu: Add trytond-account-be., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 012/154] gnu: Add trytond-account-credit-limit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 015/154] gnu: Add trytond-account-dunning., Hartmut Goebel, 2021/09/16