~ruther/guix-local

8480718739064be0d38f176102387225884792d8 — Hartmut Goebel 2 years ago b4e0bcc
gnu: Add trytond-inbound-email.

* gnu/packages/tryton.scm (trytond-inbound-email): New variable.
1 files changed, 21 insertions(+), 0 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +21 -0
@@ 2465,6 2465,27 @@ field on the party addresses.  This link open the Google Maps page on the
default browser with the map centered on the selected address.")
    (license license:gpl3+)))

(define-public trytond-inbound-email
  (package
    (name "trytond-inbound-email")
    (version "7.0.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_inbound_email" version))
       (sha256
        (base32 "0y4zjqr3wrd5pvp8gi270m6r4kfs9djz8hc2iw8mj5p8w5hw8p33"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "inbound_email"))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond))
    (home-page "https://docs.tryton.org/projects/modules-inbound-email")
    (synopsis "Tryton module to manage inbound e-mail")
    (description "The @emph{Inbound Email} Tryton module allows defining rules
to apply to inbound e-mails.")
    (license license:gpl3+)))

(define-public trytond-incoterm
  (package
    (name "trytond-incoterm")