~ruther/guix-local

3066478c2c875b14186d8e556d52df5d6c63cb54 — Hartmut Goebel 6 months ago b2b6d2f
gnu: trytond-product-price-list-dates: Update to 7.0.0 and switch to pyproject.

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

Change-Id: Ic0c7bc8d26436e1d8453afcf48960aa5d3d51639
1 files changed, 7 insertions(+), 5 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +7 -5
@@ 2608,18 2608,20 @@ to compute prices per product or category.")
(define-public trytond-product-price-list-dates
  (package
    (name "trytond-product-price-list-dates")
    (version "6.2.1")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_product_price_list_dates" version))
       (sha256
        (base32 "0312s99fqfjwyn5lp3b8qd7j0ac0208jbalgxxazfks1h2g22nj5"))))
    (build-system python-build-system)
        (base32 "075xhsp94mniwd97qrbhizjy3ijcslm6ygl3fpi275cvz5dx3qad"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "product_price_list_dates"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-sale-price-list" ,trytond-sale-price-list)))
     (cons* trytond-product-price-list-cache
            trytond-purchase-price-list
            trytond-sale-price-list
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-product-price-list))
    (home-page