guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#50628] [PATCH 049/154] gnu: Add trytond-authentication-sms.


From: Hartmut Goebel
Subject: [bug#50628] [PATCH 049/154] gnu: Add trytond-authentication-sms.
Date: Fri, 17 Sep 2021 00:53:08 +0200

* gnu/packages/tryton.scm (trytond-authentication-sms): New variable.
---
 gnu/packages/tryton.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 71afda0774..cb81695412 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1410,6 +1410,29 @@ shows for each employee the total duration per day in 
the company and the
 detail of the time of entrance and exit")
     (license license:gpl3+)))
 
+(define-public trytond-authentication-sms
+  (package
+    (name "trytond-authentication-sms")
+    (version "6.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trytond_authentication_sms" version))
+       (sha256
+        (base32 "1g46mimgjkz2lvh90p2ffmkfgwl7w03iqnvqlcghwpxk5vyxw3sj"))))
+    (build-system python-build-system)
+    (arguments (tryton-arguments "authentication_sms"))
+    (native-inputs `(,@%standard-trytond-native-inputs))
+    (propagated-inputs
+     `(("trytond" ,trytond)))
+    (home-page "https://docs.tryton.org/projects/modules-authentication-sms";)
+    (synopsis "Tryton module to authenticate users via SMS")
+    (description "The @emph{Authentication SMS} Tryton module allows users to
+authenticate via SMS.  It adds a new authentication method sms, which can be
+used in the list of authentications in the session section of the
+configuration file.")
+    (license license:gpl3+)))
+
 (define-public trytond-company
   (package
     (name "trytond-company")
-- 
2.30.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]