~ruther/guix-local

b03ebd23ce3088754230b1fb68a8513d95e00435 — Hartmut Goebel 6 months ago 5aa681f
gnu: trytond-stock-lot: Update to 7.0.4 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-stock-lot): Update to 7.0.4.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add trytond-stock-split.

Change-Id: I9a33a21ff2fb60fb472b74781283f5a0f450a046
1 files changed, 9 insertions(+), 5 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +9 -5
@@ 4107,18 4107,22 @@ ordering to location.")
(define-public trytond-stock-lot
  (package
    (name "trytond-stock-lot")
    (version "6.2.0")
    (version "7.0.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_lot" version))
       (sha256
        (base32 "0z0ligvgvm2py794sg2ay5r47pm30m890lmfp2jvdr3vjbq3f1a3"))))
    (build-system python-build-system)
        (base32 "1vgc9j221sp0wrs5c90pl5z5xmi6qdn2jm5s0hpaw94sv883j464"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_lot"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs
     (cons* trytond-stock-split
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-product trytond-stock))
     (list trytond
           trytond-product
           trytond-stock))
    (home-page "https://www.tryton.org/")
    (synopsis "Tryton module for lot of products")
    (description