~ruther/guix-local

08a4bfa48276caa7e88252beedfa7a92963d7322 — Hartmut Goebel 5 months ago ebc5b0c
gnu: trytond-web-shop-shopify: Update to 7.0.10 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-web-shop-shopify): Update to 7.0.10.
[build-system]: Switch to pyproject-build-system.
[arguments]: Fix module name argument. Disable tests requiring network.
[native-inputs]: Add trytond-account-payment-clearing, trytond-customs,
trytond-product-image, trytond-product-measurements, trytond-sale-discount,
trytond-sale-secondary-unit, and trytond-sale-shipment-cost.
[propagated-inputs]: Remove python-dateutil and python-sql; add trytond-sale-amendment.

Change-Id: I4e8b8e98ef47c915dbc03a7ac3af03e6b419cc23
1 files changed, 29 insertions(+), 19 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +29 -19
@@ 4772,29 4772,39 @@ configuration of an online web shop.")
(define-public trytond-web-shop-shopify
  (package
    (name "trytond-web-shop-shopify")
    (version "6.2.2")
    (version "7.0.10")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "trytond_web_shop_shopify" version))
              (sha256
               (base32 "1nd2wnzr6cibqcsidk0k98iy4vs7dy7crhld60wkbza8pgc23hc4"))))
    (build-system python-build-system)
    (arguments (tryton-arguments "trytond_web_shop_shopify"))
    (native-inputs (%standard-trytond-native-inputs))
    (propagated-inputs (list python-dateutil
                             python-pyactiveresource
                             python-shopifyapi
                             python-sql
                             trytond
                             trytond-account-payment
                             trytond-currency
                             trytond-party
                             trytond-product
                             trytond-product-attribute
                             trytond-sale
                             trytond-sale-payment
                             trytond-stock
                             trytond-web-shop))
               (base32 "1jfjj52gxp0hrkh43wydaly4czzip4xx0ck39mpnqqla5ax2jq9i"))))
    (build-system pyproject-build-system)
    ;; doctest requires network and an account at shopify
    (arguments
     (tryton-arguments "web_shop_shopify" "-k not scenario_web_shop_shopify"))
    (native-inputs
     (cons* trytond-account-payment-clearing
            trytond-customs
            trytond-product-image
            trytond-product-measurements
            trytond-sale-discount
            trytond-sale-secondary-unit
            trytond-sale-shipment-cost
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list python-pyactiveresource
           python-shopifyapi
           trytond
           trytond-account-payment
           trytond-currency
           trytond-party
           trytond-product
           trytond-product-attribute
           trytond-sale
           trytond-sale-amendment
           trytond-sale-payment
           trytond-stock
           trytond-web-shop))
    (home-page "https://docs.tryton.org/projects/modules-web-shop-shopify")
    (synopsis "Integrate Tryton with Shopify")
    (description "The @emph{Web Shop Shopify} Tryton module provides a way to