[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
151/154: gnu: Add trytond-web-shop-vue-storefront.
From: |
guix-commits |
Subject: |
151/154: gnu: Add trytond-web-shop-vue-storefront. |
Date: |
Tue, 21 Sep 2021 15:08:09 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 639004caf2d5d6e6ea64a39808a45bd9ff52b3d5
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:58 2021 +0200
gnu: Add trytond-web-shop-vue-storefront.
* gnu/packages/tryton.scm (trytond-web-shop-vue-storefront): New variable.
---
gnu/packages/tryton.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index eaa0c32..8fd5f45 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4408,3 +4408,37 @@ user for a period of time only.")
(description "The @emph{Web Shop} Tryton module facilitates storing
configuration of an online web shop.")
(license license:gpl3+)))
+
+(define-public trytond-web-shop-vue-storefront
+ (package
+ (name "trytond-web-shop-vue-storefront")
+ (version "6.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_web_shop_vue_storefront" version))
+ (sha256
+ (base32 "0hccvk5i2qrczvbm66mnp8vcgr9zbnwqmbqmavqlkk7r7bqa1gch"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "web_shop_vue_storefront"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-carrier" ,trytond-carrier)
+ ("trytond-product-attribute" ,trytond-product-attribute)
+ ("trytond-sale-promotion-coupon" ,trytond-sale-promotion-coupon)
+ ("trytond-sale-shipment-cost" ,trytond-sale-shipment-cost)))
+ (propagated-inputs
+ `(("python-elasticsearch" ,python-elasticsearch)
+ ("python-stdnum" ,python-stdnum)
+ ("trytond" ,trytond)
+ ("trytond-party" ,trytond-party)
+ ("trytond-product" ,trytond-product)
+ ("trytond-sale" ,trytond-sale)
+ ("trytond-web-shop" ,trytond-web-shop)
+ ("trytond-web-user" ,trytond-web-user)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-web-shop-vue-storefront")
+ (synopsis "Tryton module to integrate with Vue Storefront")
+ (description "This Tryton module provides the back-end to integrate with
+Vue Storefront 1.x.")
+ (license license:gpl3+)))
- 87/154: gnu: Add trytond-production-work-timesheet., (continued)
- 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
- 128/154: gnu: Add trytond-stock-forecast., guix-commits, 2021/09/21
- 129/154: gnu: Add trytond-stock-inventory-location., guix-commits, 2021/09/21
- 134/154: gnu: Add trytond-stock-package., guix-commits, 2021/09/21
- 143/154: gnu: Add trytond-stock-split., guix-commits, 2021/09/21
- 144/154: gnu: Add trytond-stock-supply-day., guix-commits, 2021/09/21
- 151/154: gnu: Add trytond-web-shop-vue-storefront.,
guix-commits <=