From ebc5b0c323a4fc56c14c9258e74cb572c3a557ad Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 13:07:44 +0200 Subject: [PATCH] gnu: trytond-web-shop: Update to 7.0.4 and switch to pyproject. * gnu/packages/tryton.scm(trytond-web-shop): Update to 7.0.4. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add trytond-account-tax-rule-country and trytond-sale-price-list. [propagated-inputs]: Add trytond-country. Change-Id: Ie1dd48db586779847acf8f063f38e37eabccf056 --- gnu/packages/tryton.scm | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index efa01a0824f68dca9c2edd2385c95b62ae868e49..0fcc86f348fcbbf3d98d136ad2fd738613ede2fa 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -4738,23 +4738,26 @@ user for a period of time only.") (define-public trytond-web-shop (package (name "trytond-web-shop") - (version "6.2.0") + (version "7.0.4") (source (origin (method url-fetch) (uri (pypi-uri "trytond_web_shop" version)) (sha256 - (base32 "182mawahm74lkns2cpy9lrczhllpa8p8np1d7k9agv9kypaqq582")))) - (build-system python-build-system) + (base32 "19i8c34jcgni6q6fyr0dbfpcbcri9cw2nrwh7j609yspvi4x2was")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "web_shop")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-product-attribute" ,trytond-product-attribute) - ("trytond-product-image" ,trytond-product-image))) + (cons* trytond-account-tax-rule-country + trytond-product-attribute + trytond-product-image + trytond-sale-price-list + %standard-trytond-native-inputs)) (propagated-inputs (list trytond trytond-account trytond-company + trytond-country trytond-currency trytond-product trytond-sale