~ruther/guix-local

fc2324acf3aebd7867638ede603adee5da169e6a — Hartmut Goebel 10 months ago 79b0b99
gnu: trytond-purchase-price-list: Update to 7.0.0 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-purchase-price-list): Update to 7.0.0.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Add trytond-product.

Change-Id: Idb44744750afabf00d16585da231589f04289ae3
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -4
@@ 3034,21 3034,22 @@ makes purchase to generate invoice lines instead of invoices.")
(define-public trytond-purchase-price-list
  (package
    (name "trytond-purchase-price-list")
    (version "6.2.1")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_purchase_price_list" version))
       (sha256
        (base32 "0xqry794l9vy5v5ck0qqy9yli57av4zzmpv1g8f9hkg7lm9ypg0v"))))
    (build-system python-build-system)
        (base32 "1zpyd9vryh9lwl3n8pnfa222815n7lcmwhs82p734v5l7c9cwfwg"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "purchase_price_list"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond
           trytond-account
           trytond-company
           trytond-party
           trytond-product
           trytond-product-price-list
           trytond-purchase))
    (home-page "https://docs.tryton.org/projects/modules-purchase-price-list")