~ruther/guix-local

9c937e1e4971b7c533d05ec211f4c95de9e8c3a4 — Hartmut Goebel 8 months ago b76edde
gnu: trytond-stock-shipment-measurements: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-stock-shipment-measurements): Update to 7.0.1.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add trytond-company.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +9 -6
@@ 4504,20 4504,23 @@ price.  This cost is added to the product margin reports.")
(define-public trytond-stock-shipment-measurements
  (package
    (name "trytond-stock-shipment-measurements")
    (version "6.2.1")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_shipment_measurements" version))
       (sha256
        (base32 "0a2p3c1780waa779kx24vpknjr9g6z8097ika9kl047xzdnw4n00"))))
    (build-system python-build-system)
        (base32 "1w7xaxkqwwgxjlypk1gh1765nd0p28hqnqc4m0qab4r4gl4jgr56"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_shipment_measurements"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-stock-package" ,trytond-stock-package)))
     (cons* trytond-stock-package
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-product trytond-product-measurements
     (list trytond
           trytond-company
           trytond-product
           trytond-product-measurements
           trytond-stock))
    (home-page
     "https://docs.tryton.org/projects/modules-stock-shipment-measurements")