~ruther/guix-local

ebc5b0c323a4fc56c14c9258e74cb572c3a557ad — Hartmut Goebel 6 months ago abeb931
gnu: trytond-web-shop: Update to 7.0.4 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-web-shop): Update to 7.0.4.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add trytond-account-tax-rule-country and
trytond-sale-price-list.
[propagated-inputs]: Add trytond-country.

Change-Id: Ie1dd48db586779847acf8f063f38e37eabccf056
1 files changed, 9 insertions(+), 6 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +9 -6
@@ 4738,23 4738,26 @@ user for a period of time only.")
(define-public trytond-web-shop
  (package
    (name "trytond-web-shop")
    (version "6.2.0")
    (version "7.0.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_web_shop" version))
       (sha256
        (base32 "182mawahm74lkns2cpy9lrczhllpa8p8np1d7k9agv9kypaqq582"))))
    (build-system python-build-system)
        (base32 "19i8c34jcgni6q6fyr0dbfpcbcri9cw2nrwh7j609yspvi4x2was"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "web_shop"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-product-attribute" ,trytond-product-attribute)
       ("trytond-product-image" ,trytond-product-image)))
     (cons* trytond-account-tax-rule-country
            trytond-product-attribute
            trytond-product-image
            trytond-sale-price-list
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond
           trytond-account
           trytond-company
           trytond-country
           trytond-currency
           trytond-product
           trytond-sale