~ruther/guix-local

f709579405d1a07f796ac717bbbc01bce4dee420 — Hartmut Goebel 8 months ago a9fe2f9
gnu: trytond-sale-supply-drop-shipment: Update to 7.0.3 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-sale-supply-drop-shipment): Update to 7.0.3.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add trytond-sale-amendment and trytond-stock-split.

Change-Id: I06a6b5cf7bb978042434f5866f94d012dbfc3c45
1 files changed, 7 insertions(+), 4 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +7 -4
@@ 3867,16 3867,19 @@ supply method.")
(define-public trytond-sale-supply-drop-shipment
  (package
    (name "trytond-sale-supply-drop-shipment")
    (version "6.2.1")
    (version "7.0.3")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_supply_drop_shipment" version))
       (sha256
        (base32 "1i3a8amm3nacc7wis3amr4z9pl47sjzy7gds5qv1xg3fl1awm4ic"))))
    (build-system python-build-system)
        (base32 "04ydxw9jqbq07z5hl4aw31riyp9pv097v50zg9i4d7j2aykkldir"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_supply_drop_shipment"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs
     (cons* trytond-sale-amendment
            trytond-stock-split
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond
           trytond-company