[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
153/154: gnu: Add trytond-web-shortener.
From: |
guix-commits |
Subject: |
153/154: gnu: Add trytond-web-shortener. |
Date: |
Tue, 21 Sep 2021 15:08:10 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit b187cba93570b91133664cafddcf3c8fb67f4ae3
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:59 2021 +0200
gnu: Add trytond-web-shortener.
* gnu/packages/tryton.scm (trytond-web-shortener): 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 5a74a5f..c86a27e 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4468,3 +4468,25 @@ Vue Storefront 1.x.")
(description "The @emph{Web Shop Vue Storefront Stripe} Tryton module
provides support of Stripe payment for Vue Storefront integration.")
(license license:gpl3+)))
+
+(define-public trytond-web-shortener
+ (package
+ (name "trytond-web-shortener")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_web_shortener" version))
+ (sha256
+ (base32 "0vxwnsy7xzxawn7fmm6ykdrhih6ahrwwx6fzd6kz7qbwh4nmqcpk"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "web_shortener"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)))
+ (home-page "https://docs.tryton.org/projects/modules-web-shortener")
+ (synopsis "Tryton module to plug a URL to an action")
+ (description "The @emph{Web Shortener} Tryton module allows URLs to be
+shortened. It also counts the number of times the URL is accessed and
+optionally triggers action.")
+ (license license:gpl3+)))
- 111/154: gnu: Add trytond-sale-payment., (continued)
- 111/154: gnu: Add trytond-sale-payment., guix-commits, 2021/09/21
- 118/154: gnu: Add trytond-sale-shipment-grouping., guix-commits, 2021/09/21
- 123/154: gnu: Add trytond-sale-supply., guix-commits, 2021/09/21
- 124/154: gnu: Add trytond-sale-supply-drop-shipment., guix-commits, 2021/09/21
- 136/154: gnu: Add trytond-stock-package-shipping-ups., guix-commits, 2021/09/21
- 137/154: gnu: Add trytond-stock-product-location., guix-commits, 2021/09/21
- 142/154: gnu: Add trytond-stock-shipment-measurements., guix-commits, 2021/09/21
- 147/154: gnu: Add trytond-timesheet., guix-commits, 2021/09/21
- 149/154: gnu: Add trytond-user-role., guix-commits, 2021/09/21
- 148/154: gnu: Add trytond-timesheet-cost., guix-commits, 2021/09/21
- 153/154: gnu: Add trytond-web-shortener.,
guix-commits <=
- 114/154: gnu: Add trytond-sale-promotion., guix-commits, 2021/09/21
- 113/154: gnu: Add trytond-sale-product-customer., guix-commits, 2021/09/21
- 110/154: gnu: Add trytond-sale-opportunity., guix-commits, 2021/09/21
- 133/154: gnu: Add trytond-stock-lot-unit., guix-commits, 2021/09/21
- 88/154: gnu: Add trytond-project., guix-commits, 2021/09/21
- 87/154: gnu: Add trytond-production-work-timesheet., guix-commits, 2021/09/21
- 97/154: gnu: Add trytond-purchase-requisition., guix-commits, 2021/09/21
- 99/154: gnu: Add trytond-purchase-shipment-cost., guix-commits, 2021/09/21
- 130/154: gnu: Add trytond-stock-location-move., guix-commits, 2021/09/21
- 119/154: gnu: Add trytond-sale-shipment-tolerance., guix-commits, 2021/09/21