~ruther/guix-local

b3c6170b6e2ec9d851d7468d4244ef37bb7631d1 — Hartmut Goebel 5 months ago 08a4bfa
gnu: trytond-web-shop-vue-storefront: Update to 7.0.0 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-web-shop-vue-storefront): Update to 7.0.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove trytond-stock-shipment-cost.

Change-Id: I3dccd7289639eec5d946b1ccc98346c1fb438f35
1 files changed, 9 insertions(+), 10 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +9 -10
@@ 4815,23 4815,22 @@ to Shopify, and downloads orders, transactions and creates fulfilments.")
(define-public trytond-web-shop-vue-storefront
  (package
    (name "trytond-web-shop-vue-storefront")
    (version "6.2.1")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_web_shop_vue_storefront" version))
       (sha256
        (base32 "18rc77crfdckzxcz5wryqk0iqccm3mx2a6b956274643sa8kbhvs"))))
    (build-system python-build-system)
        (base32 "051xsffvhigra6xf7vnl9vnsd9d393xg9b2alcfy6h5fz5f2zxcr"))))
    (build-system pyproject-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-product-image" ,trytond-product-image)
       ("trytond-sale-promotion-coupon" ,trytond-sale-promotion-coupon)
       ("trytond-sale-shipment-cost" ,trytond-sale-shipment-cost)
       ("trytond-stock-shipment-cost" ,trytond-stock-shipment-cost)))
     (cons* trytond-carrier
            trytond-product-attribute
            trytond-product-image
            trytond-sale-promotion-coupon
            trytond-sale-shipment-cost
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list python-elasticsearch
           python-stdnum