From 80d2733e8220a977e33126e7704612f6cbba98ec Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:08:31 +0200 Subject: [PATCH] gnu: trytond-account-fr-chorus: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-account-fr-chorus): Update to 7.0.0. [build-system] Switch to pyproject-build-system. [arguments]: Disable tests requiring network. [native-inputs]: Add trytond-account-fr. [propagated-inputs]: Remove python-requests; add python-oauthlib and python-requests-oauthlib. Change-Id: I8f13f16ea815780219a9a86b1122e9b439fd437b --- gnu/packages/tryton.scm | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index dcffb2ea120034ef3f8697a57b0822d0c5e29a52..a13db8e1c461b9f743f014e7e3bf85f0ff7a4858 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -644,20 +644,23 @@ for Tryton.") (define-public trytond-account-fr-chorus (package (name "trytond-account-fr-chorus") - (version "6.2.1") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_account_fr_chorus" version)) (sha256 - (base32 "14rcfk825m7wi73a4ahps5wqrz2aws3a7spz402mmbfxz84ypvbg")))) - (build-system python-build-system) - (arguments (tryton-arguments "account_fr_chorus")) + (base32 "1cim1zy34inp9162lcblldwfksxhqvcmcndgvj9l75dsrv53zg9h")))) + (build-system pyproject-build-system) + ;; doctest requires network and an api key + (arguments (tryton-arguments "account_fr_chorus" "-k not scenario")) (native-inputs - `(,@(%standard-trytond-native-inputs) - ("trytond-edocument-uncefact" ,trytond-edocument-uncefact))) + (cons* trytond-account-fr + trytond-edocument-uncefact + %standard-trytond-native-inputs)) (propagated-inputs - (list python-requests + (list python-oauthlib + python-requests-oauthlib trytond trytond-account trytond-account-invoice