gnu: Add trytond-bank.

* gnu/packages/tryton.scm (trytond-bank): New variable.
This commit is contained in:
Hartmut Goebel 2021-08-27 15:09:15 +02:00
parent 9acb1a6cae
commit 9987be2692
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -1433,6 +1433,30 @@ (define-public trytond-authentication-sms
configuration file.")
(license license:gpl3+)))
(define-public trytond-bank
(package
(name "trytond-bank")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_bank" version))
(sha256
(base32 "0qwgp2s88n4hcqqxg1g34lmmvq5spdlkm978gzn6s96kmmzang0c"))))
(build-system python-build-system)
(arguments (tryton-arguments "bank"))
(native-inputs `(,@%standard-trytond-native-inputs))
(propagated-inputs
`(("python-stdnum" ,python-stdnum)
("trytond" ,trytond)
("trytond-currency" ,trytond-currency)
("trytond-party" ,trytond-party)))
(home-page "https://docs.tryton.org/projects/modules-bank")
(synopsis "Tryton module with banks")
(description "The @emph{Bank} Tryton module defines the concept of bank
and account.")
(license license:gpl3+)))
(define-public trytond-company
(package
(name "trytond-company")