~ruther/guix-local

51d03503959618d9f66bedc5e2edb92cbacbca65 — Hartmut Goebel 6 months ago 9075d60
gnu: trytond-product-image: Update to 7.0.2 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-product-image): Update to 7.0.2.
[build-system] Switch to pyproject-build-system.
[arguments]: Fix module name argument. Disable tests requiring network.

Change-Id: Id0412a098a71e21c1587bcfea0c74c48d0b68f35
1 files changed, 6 insertions(+), 5 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +6 -5
@@ 2491,15 2491,16 @@ cost price of products to be calculated separately for each warehouse.")
(define-public trytond-product-image
  (package
    (name "trytond-product-image")
    (version "6.2.1")
    (version "7.0.2")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "trytond_product_image" version))
              (sha256
               (base32 "1xdqgc4y1sghnp5q25facdz3mnaxf8fysqlpbq3zrghsvi136mvd"))))
    (build-system python-build-system)
    (arguments (tryton-arguments "trytond_product_image"))
    (native-inputs (%standard-trytond-native-inputs))
               (base32 "0x60yvgmg9wa8mqs3kalvhvgm8lwqdnzmwi960ipfims8mfsjfpj"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "product_image"
                "-k not (test_get_image_url or test_image)"))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs (list python-pillow trytond trytond-product))
    (home-page "https://docs.tryton.org/projects/modules-product-image")
    (synopsis "Tryton module that adds images to products")