GNU bug report logs - #50628
[PATCH 000/154] Add 146 Tryton modules and some dependencies

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Thu, 16 Sep 2021 22:54:01 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 50628 <at> debbugs.gnu.org
Subject: [bug#50628] [PATCH 067/154] gnu: Add trytond-notification-email.
Date: Fri, 17 Sep 2021 00:53:26 +0200
* gnu/packages/tryton.scm (trytond-notification-email): New variable.
---
 gnu/packages/tryton.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 556a32e1f0..5b1a5c69b0 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1974,6 +1974,34 @@ that are executed on selected records.")
 mailing lists.")
     (license license:gpl3+)))
 
+(define-public trytond-notification-email
+  (package
+    (name "trytond-notification-email")
+    (version "6.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trytond_notification_email" version))
+       (sha256
+        (base32 "12hi2p400b15vsmq2a4yifxppc08zdf5l64svv987mxxqv6403ma"))))
+    (build-system python-build-system)
+    (arguments (tryton-arguments "notification_email"))
+    (native-inputs
+     `(,@%standard-trytond-native-inputs
+       ("trytond-commission" ,trytond-commission)
+       ("trytond-company" ,trytond-company)
+       ("trytond-party" ,trytond-party)
+       ("trytond-web-user" ,trytond-web-user)))
+    (propagated-inputs
+     `(("trytond" ,trytond)))
+    (home-page "https://docs.tryton.org/projects/modules-notification-email")
+    (synopsis "Tryton module for sending email notifications")
+    (description "The @emph{Notification Email} Tryton module allows to define
+email templates which will be sent to a list of recipients when a trigger is
+fired on a record event.  Extra reports from the same record can be attached
+to the email.")
+    (license license:gpl3+)))
+
 (define-public trytond-party
   (package
     (name "trytond-party")
-- 
2.30.2





This bug report was last modified 3 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.