[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 151/154] gnu: Add trytond-web-shop-vue-storefront.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 151/154] gnu: Add trytond-web-shop-vue-storefront. |
Date: |
Fri, 17 Sep 2021 00:54:50 +0200 |
* 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 81c92c5a87..d108610e0d 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4389,3 +4389,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+)))
--
2.30.2
- [bug#50628] [PATCH 130/154] gnu: Add trytond-stock-location-move., (continued)
- [bug#50628] [PATCH 130/154] gnu: Add trytond-stock-location-move., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 153/154] gnu: Add trytond-web-shortener., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 144/154] gnu: Add trytond-stock-supply-day., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 138/154] gnu: Add trytond-stock-quantity-early-planning., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 131/154] gnu: Add trytond-stock-location-sequence., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 139/154] gnu: Add trytond-stock-quantity-issue., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 154/154] gnu: Add trytond-web-user., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 145/154] gnu: Add trytond-stock-supply-forecast., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 148/154] gnu: Add trytond-timesheet-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 135/154] gnu: Add trytond-stock-package-shipping., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 151/154] gnu: Add trytond-web-shop-vue-storefront.,
Hartmut Goebel <=
- [bug#50628] [PATCH 133/154] gnu: Add trytond-stock-lot-unit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 141/154] gnu: Add trytond-stock-shipment-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 142/154] gnu: Add trytond-stock-shipment-measurements., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 150/154] gnu: Add trytond-web-shop., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 140/154] gnu: Add trytond-stock-secondary-unit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 134/154] gnu: Add trytond-stock-package., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 147/154] gnu: Add trytond-timesheet., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 129/154] gnu: Add trytond-stock-inventory-location., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 128/154] gnu: Add trytond-stock-forecast., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 152/154] gnu: Add trytond-web-shop-vue-storefront-stripe., Hartmut Goebel, 2021/09/16