~ruther/guix-local

fe75467ecaa28806482733faff36d35e9de26b2b — Hartmut Goebel 8 months ago 1fd0ba0
gnu: trytond-account-product: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-account-product): Update to 7.0.1.
[build-system] Switch to pyproject-build-system. [propagated-inputs]: Move
trytond-analytic-account to … [native-inputs] … here.

Change-Id: Ibc29f1610958f4248da3be53b70e9d4b53b85f41
1 files changed, 7 insertions(+), 6 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +7 -6
@@ 1040,19 1040,20 @@ checkout form to handle Setup Intent and Payment Intent by card.")
(define-public trytond-account-product
  (package
    (name "trytond-account-product")
    (version "6.2.1")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_product" version))
       (sha256
        (base32 "1z1ri2plsmdnhgw64r5yxk2m346zcnva8nddmcwcalis35krgjcx"))))
    (build-system python-build-system)
        (base32 "17hgqn52li1sdwl9ppa6h2fx1x3hvnbaqb2lvpi0r97zz92wc75x"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_product"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs
     (cons* trytond-analytic-account
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-account trytond-analytic-account
           trytond-company trytond-product))
     (list trytond trytond-account trytond-company trytond-product))
    (home-page "https://www.tryton.org/")
    (synopsis "Tryton module to add accounting on product")
    (description