[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/154: gnu: Add trytond-authentication-sms.
From: |
guix-commits |
Subject: |
49/154: gnu: Add trytond-authentication-sms. |
Date: |
Tue, 21 Sep 2021 15:07:38 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 9acb1a6cae500ebe3526872f9a6c26bcd015ab95
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:15 2021 +0200
gnu: Add trytond-authentication-sms.
* 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 71afda0..cb81695 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")
- 39/154: gnu: Add trytond-account-stock-anglo-saxon., (continued)
- 39/154: gnu: Add trytond-account-stock-anglo-saxon., guix-commits, 2021/09/21
- 44/154: gnu: Add trytond-account-tax-rule-country., guix-commits, 2021/09/21
- 01/154: gnu: Add python-braintree., guix-commits, 2021/09/21
- 17/154: gnu: Add trytond-account-dunning-fee., guix-commits, 2021/09/21
- 21/154: gnu: Add trytond-account-fr., guix-commits, 2021/09/21
- 25/154: gnu: Add trytond-account-invoice-history., guix-commits, 2021/09/21
- 28/154: gnu: Add trytond-account-payment., guix-commits, 2021/09/21
- 45/154: gnu: Add trytond-analytic-invoice., guix-commits, 2021/09/21
- 50/154: gnu: Add trytond-bank., guix-commits, 2021/09/21
- 48/154: gnu: Add trytond-attendance., guix-commits, 2021/09/21
- 49/154: gnu: Add trytond-authentication-sms.,
guix-commits <=
- 55/154: gnu: Add trytond-commission., guix-commits, 2021/09/21
- 60/154: gnu: Add trytond-edocument-uncefact., guix-commits, 2021/09/21
- 61/154: gnu: Add trytond-edocument-unece., guix-commits, 2021/09/21
- 63/154: gnu: Add trytond-ldap-authentication., guix-commits, 2021/09/21
- 64/154: gnu: Add trytond-marketing., guix-commits, 2021/09/21
- 65/154: gnu: Add trytond-marketing-automation., guix-commits, 2021/09/21
- 03/154: gnu: Add python-xlwt., guix-commits, 2021/09/21
- 69/154: gnu: Add trytond-party-relationship., guix-commits, 2021/09/21
- 04/154: gnu: Add python-tablib., guix-commits, 2021/09/21
- 08/154: gnu: Add python-stripe., guix-commits, 2021/09/21