[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
154/154: gnu: Add trytond-web-user.
From: |
guix-commits |
Subject: |
154/154: gnu: Add trytond-web-user. |
Date: |
Tue, 21 Sep 2021 15:08:10 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 5966d48d1c9e48b7098845193469f5b5fe07d540
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:59 2021 +0200
gnu: Add trytond-web-user.
* gnu/packages/tryton.scm (trytond-web-user): New variable.
---
gnu/packages/tryton.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c86a27e..37f0f9a 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4490,3 +4490,25 @@ provides support of Stripe payment for Vue Storefront
integration.")
shortened. It also counts the number of times the URL is accessed and
optionally triggers action.")
(license license:gpl3+)))
+
+(define-public trytond-web-user
+ (package
+ (name "trytond-web-user")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_web_user" version))
+ (sha256
+ (base32 "1k07d1kcfm2hwwqcyy8k5mjbhhgrnji0hadn487zsx1zp50r6rds"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "web_user"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-party" ,trytond-party)))
+ (home-page "https://docs.tryton.org/projects/modules-web-user")
+ (synopsis "Tryton module to manage Web users")
+ (description "The @emph{Web User} Tryton module provides facilities to
+manage external user accessing from the web.")
+ (license license:gpl3+)))
- 89/154: gnu: Add trytond-project-invoice., (continued)
- 89/154: gnu: Add trytond-project-invoice., guix-commits, 2021/09/21
- 91/154: gnu: Add trytond-project-revenue., guix-commits, 2021/09/21
- 27/154: gnu: Add trytond-account-invoice-secondary-unit., guix-commits, 2021/09/21
- 35/154: gnu: Add trytond-account-statement-aeb43., guix-commits, 2021/09/21
- 95/154: gnu: Add trytond-purchase-price-list., guix-commits, 2021/09/21
- 96/154: gnu: Add trytond-purchase-request-quotation., guix-commits, 2021/09/21
- 116/154: gnu: Add trytond-sale-secondary-unit., guix-commits, 2021/09/21
- 125/154: gnu: Add trytond-sale-supply-production., guix-commits, 2021/09/21
- 122/154: gnu: Add trytond-sale-subscription-asset., guix-commits, 2021/09/21
- 127/154: gnu: Add trytond-stock-consignment., guix-commits, 2021/09/21
- 154/154: gnu: Add trytond-web-user.,
guix-commits <=
- 46/154: gnu: Add trytond-analytic-purchase., guix-commits, 2021/09/21
- 53/154: gnu: Add trytond-carrier-subdivision., guix-commits, 2021/09/21
- 54/154: gnu: Add trytond-carrier-weight., guix-commits, 2021/09/21
- 07/154: gnu: Add python-ofxparse., guix-commits, 2021/09/21
- 59/154: gnu: Add trytond-dashboard., guix-commits, 2021/09/21
- 67/154: gnu: Add trytond-notification-email., guix-commits, 2021/09/21
- 71/154: gnu: Add trytond-product-attribute., guix-commits, 2021/09/21
- 72/154: gnu: Add trytond-product-classification., guix-commits, 2021/09/21
- 75/154: gnu: Add trytond-product-cost-history., guix-commits, 2021/09/21
- 76/154: gnu: Add trytond-product-cost-warehouse., guix-commits, 2021/09/21