gnu: Add trytond-marketing-email.

* gnu/packages/tryton.scm (trytond-marketing-email): New variable.
This commit is contained in:
Hartmut Goebel 2021-08-27 15:09:22 +02:00
parent 8688cc9442
commit a3ab0aa4da
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -1949,6 +1949,31 @@ (define-public trytond-marketing-automation
that are executed on selected records.")
(license license:gpl3+)))
(define-public trytond-marketing-email
(package
(name "trytond-marketing-email")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_marketing_email" version))
(sha256
(base32 "07zh1pni4kpm6bsgyizz0a5k64nyxc9laxxaih9py7d24p9pgvky"))))
(build-system python-build-system)
(arguments (tryton-arguments "marketing_email"))
(native-inputs `(,@%standard-trytond-native-inputs))
(propagated-inputs
`(("trytond" ,trytond)
("trytond-marketing" ,trytond-marketing)
("trytond-party" ,trytond-party)
("trytond-web-shortener" ,trytond-web-shortener)
("trytond-web-user" ,trytond-web-user)))
(home-page "https://docs.tryton.org/projects/modules-marketing-email")
(synopsis "Tryton module to manage marketing mailing lists")
(description "This package provides a Tryton module for managing marketing
mailing lists.")
(license license:gpl3+)))
(define-public trytond-party
(package
(name "trytond-party")