From unknown Sun Jun 22 17:15:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43059] [PATCH 1/7] gnu: Add python-trytond-analytic-account. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Aug 2020 13:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43059 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43059@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15984498411157 (code B ref -1); Wed, 26 Aug 2020 13:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 26 Aug 2020 13:50:41 +0000 Received: from localhost ([127.0.0.1]:37833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvp3-0000Ib-6P for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:50:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:39188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvp1-0000IN-Gx for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:50:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAvp1-0008Qs-7r for guix-patches@gnu.org; Wed, 26 Aug 2020 09:50:39 -0400 Received: from mout02.posteo.de ([185.67.36.66]:33563) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAvox-0008OG-4t for guix-patches@gnu.org; Wed, 26 Aug 2020 09:50:38 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 58E932400FB for ; Wed, 26 Aug 2020 15:50:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598449830; bh=FSWhVjNUXUQ4yMYi89014YZ1CeLjKQk4nLdJ3EnwL3o=; h=From:To:Cc:Subject:Date:From; b=VfKNBuyh/dcu/vtm/mYK+UbNFfGK5I+TnwmL2cEXUPng4A6c4gSXY4eMoUoW2v+kE aRjd/WMxiJuhv50ycj664YmCteLsk1SSpPaq6LC+BYLEHHgg2bPFwwIqDzA67TysWA BTw6hhLSiK0KZ4HNfXito6y9YKmPT7ceEzFzf3p9K/zqa9rZhU8lWKjq/Vx2JmaTof IoIKRPkLoPFqa41JT6Zsn2twuxGgWyMV/j672PI6Qd7RPk+d0EAnEWo3CrdMIvAMeS 3GdeXH6v02Mq8RQ0mGXxOX9RkWNEoLsTzRbV5WGrXUMQlhvz4Kol7bFZ/TKD9qnsC+ rewotwcfTRpWA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bc6gm5tzwz9rxn; Wed, 26 Aug 2020 15:50:28 +0200 (CEST) From: Vinicius Monego Date: Wed, 26 Aug 2020 10:49:53 -0300 Message-Id: <20200826134953.33082-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 09:47:18 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/tryton.scm (python-trytond-analytic-account): New variable. --- gnu/packages/tryton.scm | 52 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 98b372be74..4063afc189 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -411,6 +411,58 @@ Template and Product.") most of accounting needs.") (license license:gpl3+))) +(define-public python-trytond-analytic-account + (package + (name "python-trytond-analytic-account") + (version "5.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_analytic_account" version)) + (sha256 + (base32 "02hv3mmhadz248vy4azrw8rs2mwgsixd4cnzsm82z15gjmfxl34q")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (let ((runtest + (string-append + (assoc-ref %build-inputs "python-trytond") + "/lib/python" ,(version-major+minor (package-version python)) + "/site-packages/trytond/tests/run-tests.py"))) + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "python" runtest "-m" "analytic_account"))))))) + (native-inputs + `(("python" ,python-minimal-wrapper) + ("python-dateutil" ,python-dateutil) + ("python-genshi" ,python-genshi) + ("python-lxml" ,python-lxml) + ("python-magic" ,python-magic) + ("python-passlib" ,python-passlib) + ("python-polib" ,python-polib) + ("python-proteus" ,python-proteus) + ("python-relatorio" ,python-relatorio) + ("python-werkzeug" ,python-werkzeug) + ("python-wrapt" ,python-wrapt))) + (propagated-inputs + `(("python-sql" ,python-sql) + ("python-trytond" ,python-trytond) + ("python-trytond-account" + ,python-trytond-account) + ("python-trytond-company" + ,python-trytond-company) + ("python-trytond-currency" + ,python-trytond-currency) + ("python-trytond-party" ,python-trytond-party))) + (home-page "https://www.tryton.org/") + (synopsis "Tryton module for analytic accounting") + (description + "This package provides a Tryton module that adds the fundamentals +required to analyse accounting using multiple different axes.") + (license license:gpl3+))) + (define-public python-trytond-stock (package (name "python-trytond-stock") -- 2.20.1 From unknown Sun Jun 22 17:15:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43059] [PATCH 2/7] gnu: Add python-trytond-account-product. References: <20200826134953.33082-1-monego@posteo.net> In-Reply-To: <20200826134953.33082-1-monego@posteo.net> Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Aug 2020 13:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43059 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43059@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 43059-submit@debbugs.gnu.org id=B43059.15984499391387 (code B ref 43059); Wed, 26 Aug 2020 13:53:01 +0000 Received: (at 43059) by debbugs.gnu.org; 26 Aug 2020 13:52:19 +0000 Received: from localhost ([127.0.0.1]:37847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvqd-0000MI-AH for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:19 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51632) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvqb-0000M6-Q0 for 43059@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:18 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 92DD8160060 for <43059@debbugs.gnu.org>; Wed, 26 Aug 2020 15:52:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598449931; bh=KkieWhACMRifnFJFoxn1I5uvSLfxm8KwuDpbL/Swprc=; h=From:To:Cc:Subject:Date:From; b=fKedXNVzb6axhMh0fpc6TLPTCUt7x4X6Pn5haG09ceIqU19z9cHmjMp6xpBO0++eq JoL6dI0BubsvUawgRgfuGxuis+hP3DCJhZdpCI/hsY9SVogrlwC1hzpf3hm04OM2y6 xfQeHuivEzTUjDtyQ9oTqFhEDiVOMRm86htApzGvBjZ46ZVuThp9gwa3q4eA9YAM3R hDrmqCU/SGwRIR4XQvF21vvqIoiZBLGZVTv37GuXrXD5f9Plq5AGxfI2yaU8EcLmVv rcc3ltXOWnrlZlmbEX3c7HgHKUUjuIpA4K6qL/ssSSJAg51boFMWGqMXFenKnCKi0n PxhHlQ/7UDP7w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bc6jj6k90z9rxn; Wed, 26 Aug 2020 15:52:09 +0200 (CEST) From: Vinicius Monego Date: Wed, 26 Aug 2020 10:51:49 -0300 Message-Id: <20200826135154.33620-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tryton.scm (python-trytond-account-product): New variable. --- gnu/packages/tryton.scm | 53 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 4063afc189..8b411f42c9 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -463,6 +463,59 @@ most of accounting needs.") required to analyse accounting using multiple different axes.") (license license:gpl3+))) +(define-public python-trytond-account-product + (package + (name "python-trytond-account-product") + (version "5.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_account_product" version)) + (sha256 + (base32 "0iyk07adixf37jlvn7n27ac12hk23zx09w4s78dr9sfp0lsf8vv8")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (let ((runtest + (string-append + (assoc-ref %build-inputs "python-trytond") + "/lib/python" ,(version-major+minor (package-version python)) + "/site-packages/trytond/tests/run-tests.py"))) + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "python" runtest "-m" "account_product"))))))) + (native-inputs + `(("python" ,python-minimal-wrapper) + ("python-dateutil" ,python-dateutil) + ("python-genshi" ,python-genshi) + ("python-lxml" ,python-lxml) + ("python-magic" ,python-magic) + ("python-passlib" ,python-passlib) + ("python-polib" ,python-polib) + ("python-proteus" ,python-proteus) + ("python-relatorio" ,python-relatorio) + ("python-sql" ,python-sql) + ("python-werkzeug" ,python-werkzeug) + ("python-wrapt" ,python-wrapt))) + (propagated-inputs + `(("python-trytond" ,python-trytond) + ("python-trytond-account" + ,python-trytond-account) + ("python-trytond-analytic-account" + ,python-trytond-analytic-account) + ("python-trytond-company" + ,python-trytond-company) + ("python-trytond-product" + ,python-trytond-product))) + (home-page "https://www.tryton.org/") + (synopsis "Tryton module to add accounting on product") + (description + "This package provides a Tryton module that adds accounting on product +and category.") + (license license:gpl3+))) + (define-public python-trytond-stock (package (name "python-trytond-stock") -- 2.20.1 From unknown Sun Jun 22 17:15:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43059] [PATCH 3/7] gnu: Add python-trytond-account-invoice. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Aug 2020 13:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43059 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43059@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 43059-submit@debbugs.gnu.org id=B43059.15984499491410 (code B ref 43059); Wed, 26 Aug 2020 13:53:02 +0000 Received: (at 43059) by debbugs.gnu.org; 26 Aug 2020 13:52:29 +0000 Received: from localhost ([127.0.0.1]:37850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvqm-0000Mg-Ig for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:28 -0400 Received: from mout02.posteo.de ([185.67.36.66]:36565) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvqk-0000MR-O7 for 43059@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:27 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id F3E782400FC for <43059@debbugs.gnu.org>; Wed, 26 Aug 2020 15:52:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598449941; bh=BHnUIVZzvlDbohOYhaUf1fcenHu4NqllDD5p6j4gQxc=; h=From:To:Cc:Subject:Date:From; b=dkRGV/iWr+bE8zGjExtk23ZaUoDyRmikFStd1ZKA8fpLyb7wNMbLbIQegqL4+mf0n inU0/jPvNx+CVNbs3d/4qCktLdQiqv1HpXeyGdU/goBDeyF4gEw6LISiLIPdenRPvi 4+gZxABJNl9WM39ujVxlvy7y7FTixQAS4KiQlEwWbo7IO4PwAUf7aQsavSj5S2D6Fs hAwGB5gK148HQGGD9wkr8qNZXopX3/KVmwi6xSLoNxRGWbRQxRaiLyiUJoL4LNt5cm 7vx3ms4Hwnz/lyPZkbYr79DRncgz4CkwvafT1qJa3rvyJDXDopREsol7b2GfCXlx7F r+l+P0RRpj8MQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bc6jv4YnNz9rxS; Wed, 26 Aug 2020 15:52:19 +0200 (CEST) From: Vinicius Monego Date: Wed, 26 Aug 2020 10:51:50 -0300 Message-Id: <20200826135154.33620-2-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200826135154.33620-1-monego@posteo.net> References: <20200826135154.33620-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tryton.scm (python-trytond-account-invoice): New variable. --- gnu/packages/tryton.scm | 57 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 8b411f42c9..cc317110b0 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -516,6 +516,63 @@ required to analyse accounting using multiple different axes.") and category.") (license license:gpl3+))) +(define-public python-trytond-account-invoice + (package + (name "python-trytond-account-invoice") + (version "5.6.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_account_invoice" version)) + (sha256 + (base32 "0ic5zghg50m6jwdr88y4vgzy58g1h17b63sbhh61brys1cp2dxhc")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (let ((runtest + (string-append + (assoc-ref %build-inputs "python-trytond") + "/lib/python" + ,(version-major+minor (package-version python)) + "/site-packages/trytond/tests/run-tests.py"))) + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "python" runtest "-m" "account_invoice"))))))) + (native-inputs + `(("python" ,python-minimal-wrapper) + ("python-genshi" ,python-genshi) + ("python-lxml" ,python-lxml) + ("python-magic" ,python-magic) + ("python-passlib" ,python-passlib) + ("python-polib" ,python-polib) + ("python-proteus" ,python-proteus) + ("python-relatorio" ,python-relatorio) + ("python-werkzeug" ,python-werkzeug) + ("python-wrapt" ,python-wrapt))) + (propagated-inputs + `(("python-dateutil" ,python-dateutil) + ("python-sql" ,python-sql) + ("python-trytond" ,python-trytond) + ("python-trytond-account" + ,python-trytond-account) + ("python-trytond-account-product" + ,python-trytond-account-product) + ("python-trytond-company" + ,python-trytond-company) + ("python-trytond-currency" + ,python-trytond-currency) + ("python-trytond-party" ,python-trytond-party) + ("python-trytond-product" + ,python-trytond-product))) + (home-page "https://www.tryton.org/") + (synopsis "Tryton module for invoicing") + (description + "This package provides a Tryton module that adds the invoice, payment +term.") + (license license:gpl3+))) + (define-public python-trytond-stock (package (name "python-trytond-stock") -- 2.20.1 From unknown Sun Jun 22 17:15:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43059] [PATCH 4/7] gnu: Add python-trytond-account-invoice-stock. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Aug 2020 13:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43059 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43059@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 43059-submit@debbugs.gnu.org id=B43059.15984499531428 (code B ref 43059); Wed, 26 Aug 2020 13:53:02 +0000 Received: (at 43059) by debbugs.gnu.org; 26 Aug 2020 13:52:33 +0000 Received: from localhost ([127.0.0.1]:37853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvqq-0000Mx-Tr for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:33 -0400 Received: from mout02.posteo.de ([185.67.36.66]:40277) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvqp-0000MX-7P for 43059@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:31 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8705A2400FB for <43059@debbugs.gnu.org>; Wed, 26 Aug 2020 15:52:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598449945; bh=i+tP5SeaYQq9j8TuFDVzKK9fJJQx/eL/HI6MwaKBuk0=; h=From:To:Cc:Subject:Date:From; b=d+R2nAgLWP3jBe8nG27cHq9tFIInJ9MbEjEGmsbghjFAZeElhPyc1fad6hpWGpi0z MiXQlBAEEcZFMfr3R//IWjTFdY3j7OgV0C1MypmFugmIoI0SW+AS/Kr/tvstturrZK BsWakYwSmESEARpMGK2XDeyy8IFqJO6U2ADbOau+Swablomfx+uqx3plpoY7cu422B fl2RhuyksVJyJEoh5lkAqyzEHlX0fnh9nddAacccWWptLyqQGCyhObBLYIjqXt+O3e H40PYUADRE0YEY7U3BBNuELu65JuHO2L1IaCq7Uvn4rypsdIg5ZyYCO8ZzfkNCddWY f9Q9JtPaJ5pWQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bc6k01wDbz9rxb; Wed, 26 Aug 2020 15:52:23 +0200 (CEST) From: Vinicius Monego Date: Wed, 26 Aug 2020 10:51:51 -0300 Message-Id: <20200826135154.33620-3-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200826135154.33620-1-monego@posteo.net> References: <20200826135154.33620-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tryton.scm (python-trytond-account-invoice-stock): New variable. --- gnu/packages/tryton.scm | 54 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index cc317110b0..be9115f86f 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -676,6 +676,60 @@ inventory to control and update stock levels.") "This package provides a Tryton module that defines lot of products.") (license license:gpl3+))) +(define-public python-trytond-account-invoice-stock + (package + (name "python-trytond-account-invoice-stock") + (version "5.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri + "trytond_account_invoice_stock" + version)) + (sha256 + (base32 "1ky39ab8ax7hla5d9qgmp0p4ra4q6n29xc3wba5qdw3ij8wkn96f")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (let ((runtest + (string-append + (assoc-ref %build-inputs "python-trytond") + "/lib/python" + ,(version-major+minor (package-version python)) + "/site-packages/trytond/tests/run-tests.py"))) + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "python" runtest "-m" "account_invoice_stock"))))))) + (native-inputs + `(("python" ,python-minimal-wrapper) + ("python-dateutil" ,python-dateutil) + ("python-genshi" ,python-genshi) + ("python-lxml" ,python-lxml) + ("python-magic" ,python-magic) + ("python-passlib" ,python-passlib) + ("python-polib" ,python-polib) + ("python-proteus" ,python-proteus) + ("python-relatorio" ,python-relatorio) + ("python-sql" ,python-sql) + ("python-werkzeug" ,python-werkzeug) + ("python-wrapt" ,python-wrapt))) + (propagated-inputs + `(("python-trytond" ,python-trytond) + ("python-trytond-account-invoice" + ,python-trytond-account-invoice) + ("python-trytond-product" + ,python-trytond-product) + ("python-trytond-stock" ,python-trytond-stock))) + (home-page "https://www.tryton.org/") + (synopsis "Tryton module to link stock and invoice") + (description + "This package provides a Tryton module that adds link between invoice +lines and stock moves. The unit price of the stock move is updated with the +average price of the posted invoice lines that are linked to it.") + (license license:gpl3+))) + (define-public python-proteus (package (name "python-proteus") -- 2.20.1 From unknown Sun Jun 22 17:15:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43059] [PATCH 5/7] gnu: Add python-trytond-purchase. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Aug 2020 13:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43059 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43059@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 43059-submit@debbugs.gnu.org id=B43059.15984499591446 (code B ref 43059); Wed, 26 Aug 2020 13:53:02 +0000 Received: (at 43059) by debbugs.gnu.org; 26 Aug 2020 13:52:39 +0000 Received: from localhost ([127.0.0.1]:37856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvqx-0000NG-6W for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:39 -0400 Received: from mout02.posteo.de ([185.67.36.66]:57919) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvqt-0000Mp-6O for 43059@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:35 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8743A2400FB for <43059@debbugs.gnu.org>; Wed, 26 Aug 2020 15:52:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598449949; bh=ZCCxJDWtbHJYy07YaTo6rPa3Wyz5WorgQrdFN5u2jRc=; h=From:To:Cc:Subject:Date:From; b=fSNEEwKt+VAHHwnmAzruCMHCdcHdwhsm/0SjZv5K/2VQdEHmabh0OUYdk8yQbcci2 tReHLsoIaysMb1A4+K1LWQ0tTgF2D8Iv7dn0k7ttur/jdXySmKHynakfRCl7mdmA/h VB6eohN08cKzokhefmjOHDj8JY9sA9lE0G+ovV1SU7OZUffBdNKmyGUXE7XT3Zv0Px pYS/CIi1PdKhvDRjMfcag17pw3g1xanjGjm+gXp1r99kdz8o35PlOtFaM+K2R+EWBF a11ItCnRq0WU471iK5P+pqh2mei39zXs8NoYtorup56g4SrAkpTLAvs9A/FD3SSje3 dpj/kqt1PnOiw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bc6k41ZpHz9rxn; Wed, 26 Aug 2020 15:52:27 +0200 (CEST) From: Vinicius Monego Date: Wed, 26 Aug 2020 10:51:52 -0300 Message-Id: <20200826135154.33620-4-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200826135154.33620-1-monego@posteo.net> References: <20200826135154.33620-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tryton.scm (python-trytond-purchase): New variable. --- gnu/packages/tryton.scm | 61 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index be9115f86f..461e1faf36 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -730,6 +730,67 @@ lines and stock moves. The unit price of the stock move is updated with the average price of the posted invoice lines that are linked to it.") (license license:gpl3+))) +(define-public python-trytond-purchase + (package + (name "python-trytond-purchase") + (version "5.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_purchase" version)) + (sha256 + (base32 "0znjxhhwqlz4sq96ah9g28mvw4w83rhp022h6vihnz64z2ad3p3z")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (let ((runtest + (string-append + (assoc-ref %build-inputs "python-trytond") + "/lib/python" + ,(version-major+minor (package-version python)) + "/site-packages/trytond/tests/run-tests.py"))) + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "python" runtest "-m" "purchase"))))))) + (native-inputs + `(("python" ,python-minimal-wrapper) + ("python-dateutil" ,python-dateutil) + ("python-genshi" ,python-genshi) + ("python-lxml" ,python-lxml) + ("python-magic" ,python-magic) + ("python-passlib" ,python-passlib) + ("python-polib" ,python-polib) + ("python-proteus" ,python-proteus) + ("python-relatorio" ,python-relatorio) + ("python-werkzeug" ,python-werkzeug) + ("python-wrapt" ,python-wrapt))) + (propagated-inputs + `(("python-sql" ,python-sql) + ("python-trytond" ,python-trytond) + ("python-trytond-account" + ,python-trytond-account) + ("python-trytond-account-invoice" + ,python-trytond-account-invoice) + ("python-trytond-account-invoice-stock" + ,python-trytond-account-invoice-stock) + ("python-trytond-account-product" + ,python-trytond-account-product) + ("python-trytond-company" + ,python-trytond-company) + ("python-trytond-currency" + ,python-trytond-currency) + ("python-trytond-party" ,python-trytond-party) + ("python-trytond-product" + ,python-trytond-product) + ("python-trytond-stock" ,python-trytond-stock))) + (home-page "https://www.tryton.org/") + (synopsis "Tryton module for purchase") + (description + "This package provides a Tryton module that defines the Purchase model.") + (license license:gpl3+))) + (define-public python-proteus (package (name "python-proteus") -- 2.20.1 From unknown Sun Jun 22 17:15:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43059] [PATCH 6/7] gnu: Add python-trytond-purchase-request. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Aug 2020 13:53:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43059 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43059@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 43059-submit@debbugs.gnu.org id=B43059.15984499771477 (code B ref 43059); Wed, 26 Aug 2020 13:53:03 +0000 Received: (at 43059) by debbugs.gnu.org; 26 Aug 2020 13:52:57 +0000 Received: from localhost ([127.0.0.1]:37859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvrF-0000Nl-G6 for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:57 -0400 Received: from mout01.posteo.de ([185.67.36.65]:35464) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvrE-0000NZ-F2 for 43059@debbugs.gnu.org; Wed, 26 Aug 2020 09:52:56 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id CA22916005F for <43059@debbugs.gnu.org>; Wed, 26 Aug 2020 15:52:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598449970; bh=zXola211R2vs9iC55NnTLF/jbLVuobShupMEgDEH+vI=; h=From:To:Cc:Subject:Date:From; b=VrvOKPXmUjIOnjQ0qiPEcGE9MO+Byg8pA+mnYUPWiSlthlSTUGvXTANItJYgYNYuM tvctFIHyRns/XBMvU0vbHJrTJwnMczgW0JJwa4fC1qwTGyrf7nERLEc6xW0WDRwFsi Q01HsWWSTRNtnJJLUoz3sPvlZ15zXhBFOmuOsPIzUrGfEHuh+Mu9LWcUsSXYLQN6uh u/XV9sDffsildzQNBYQCbnR62Yg6kRfxXvpDDUCetzETArv4CddOzf6GvlIqSREeDY 70/kAgVywe/be+t+R+nEa6RuB/k/3mOEP7sLYfV53uDsWX2lD3KyVBPJpGYrfDttxq T51OcE9HpT8FA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bc6kT3b0wz9rxb; Wed, 26 Aug 2020 15:52:49 +0200 (CEST) From: Vinicius Monego Date: Wed, 26 Aug 2020 10:51:53 -0300 Message-Id: <20200826135154.33620-5-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200826135154.33620-1-monego@posteo.net> References: <20200826135154.33620-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tryton.scm (python-trytond-purchase-request): New variable. --- gnu/packages/tryton.scm | 52 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 461e1faf36..79a38d2e01 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -791,6 +791,58 @@ average price of the posted invoice lines that are linked to it.") "This package provides a Tryton module that defines the Purchase model.") (license license:gpl3+))) +(define-public python-trytond-purchase-request + (package + (name "python-trytond-purchase-request") + (version "5.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_purchase_request" version)) + (sha256 + (base32 "15r1x3jzr83rna1vfpans277785dpmgjr7989icav602nkyhhx0x")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (let ((runtest + (string-append + (assoc-ref %build-inputs "python-trytond") + "/lib/python" + ,(version-major+minor (package-version python)) + "/site-packages/trytond/tests/run-tests.py"))) + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + ;; Doctest 'scenario_purchase_request.rst' fails. + (invoke "python" runtest "-m" "purchase_request" "--no-doctest"))))))) + (native-inputs + `(("python" ,python-minimal-wrapper) + ("python-dateutil" ,python-dateutil) + ("python-genshi" ,python-genshi) + ("python-lxml" ,python-lxml) + ("python-magic" ,python-magic) + ("python-passlib" ,python-passlib) + ("python-polib" ,python-polib) + ("python-proteus" ,python-proteus) + ("python-relatorio" ,python-relatorio) + ("python-sql" ,python-sql) + ("python-werkzeug" ,python-werkzeug) + ("python-wrapt" ,python-wrapt))) + (propagated-inputs + `(("python-trytond" ,python-trytond) + ("python-trytond-product" + ,python-trytond-product) + ("python-trytond-purchase" + ,python-trytond-purchase))) + (home-page "https://www.tryton.org/") + (synopsis "Tryton module for purchase requests") + (description + "This package provides a Tryton module that introduces the concept of +Purchase Requests which are central points to collect purchase requests +generated by other process from Tryton.") + (license license:gpl3+))) + (define-public python-proteus (package (name "python-proteus") -- 2.20.1 From unknown Sun Jun 22 17:15:47 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43059] [PATCH 7/7] gnu: Add python-trytond-stock-supply. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 26 Aug 2020 13:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43059 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43059@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 43059-submit@debbugs.gnu.org id=B43059.15984499871564 (code B ref 43059); Wed, 26 Aug 2020 13:54:02 +0000 Received: (at 43059) by debbugs.gnu.org; 26 Aug 2020 13:53:07 +0000 Received: from localhost ([127.0.0.1]:37867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvrO-0000PA-P4 for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:53:06 -0400 Received: from mout01.posteo.de ([185.67.36.65]:56970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvrN-0000Nu-0H for 43059@debbugs.gnu.org; Wed, 26 Aug 2020 09:53:05 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 58C4C16005C for <43059@debbugs.gnu.org>; Wed, 26 Aug 2020 15:52:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598449979; bh=8rsDfGE1gYqhr4ZTVCeb5m09qXCN+9knF794xDvPZUk=; h=From:To:Cc:Subject:Date:From; b=FLhV6SB42AXCSP4zAQHCaBphK++hUFLAVaxdQcDU111mnMM/OOx6fxoQ/lTcq1Fi2 UZ5/YHDcCVmWFJuctLAA+LgxH3Lfob5VYJaIAHqlmLifygG0tq5EccvImPl5Dd0Wjm 492OWr1WOrGS24bDauY27GqczKvkiFW+RGlyeJ8t/rYdfu0Fj6D83akGpwA2nMRgj0 wGNU4Wp4xmbj9/+R1r+1F8lO+yofNWfrNLglhDKQhVWxJ7gpnp5+CzLDd+BaRtUKhe ie6l70WUWfSsFNGv5z8C/AmfgkuQXBloBbw9LA9zhMBFYIOlkrGFZKmG8KZkPPzBgC z7yqV0SvzB/nA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bc6kf0kHwz9rxG; Wed, 26 Aug 2020 15:52:57 +0200 (CEST) From: Vinicius Monego Date: Wed, 26 Aug 2020 10:51:54 -0300 Message-Id: <20200826135154.33620-6-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200826135154.33620-1-monego@posteo.net> References: <20200826135154.33620-1-monego@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/tryton.scm (python-trytond-stock-supply): New variable. --- gnu/packages/tryton.scm | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 79a38d2e01..c4ea6c595a 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -730,6 +730,62 @@ lines and stock moves. The unit price of the stock move is updated with the average price of the posted invoice lines that are linked to it.") (license license:gpl3+))) +(define-public python-trytond-stock-supply + (package + (name "python-trytond-stock-supply") + (version "5.6.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_stock_supply" version)) + (sha256 + (base32 "0lw7qrg58k5pjpp3nz73rmlm8v086l49ri31ci75calm552zpfay")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (let ((runtest + (string-append + (assoc-ref %build-inputs "python-trytond") + "/lib/python" + ,(version-major+minor (package-version python)) + "/site-packages/trytond/tests/run-tests.py"))) + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "python" runtest "-m" "stock_supply"))))))) + (native-inputs + `(("python" ,python-minimal-wrapper) + ("python-dateutil" ,python-dateutil) + ("python-genshi" ,python-genshi) + ("python-lxml" ,python-lxml) + ("python-magic" ,python-magic) + ("python-passlib" ,python-passlib) + ("python-polib" ,python-polib) + ("python-proteus" ,python-proteus) + ("python-relatorio" ,python-relatorio) + ("python-werkzeug" ,python-werkzeug) + ("python-wrapt" ,python-wrapt))) + (propagated-inputs + `(("python-sql" ,python-sql) + ("python-trytond" ,python-trytond) + ("python-trytond-account" + ,python-trytond-account) + ("python-trytond-party" ,python-trytond-party) + ("python-trytond-product" + ,python-trytond-product) + ("python-trytond-purchase" + ,python-trytond-purchase) + ("python-trytond-purchase-request" + ,python-trytond-purchase-request) + ("python-trytond-stock" ,python-trytond-stock))) + (home-page "https://www.tryton.org/") + (synopsis "Tryton module for stock supply") + (description + "This package provides a Tryton module that adds automatic supply +mechanisms and introduces the concepts of order point.") + (license license:gpl3+))) + (define-public python-trytond-purchase (package (name "python-trytond-purchase") -- 2.20.1 From unknown Sun Jun 22 17:15:47 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vinicius Monego Subject: bug#43059: closed (Re: [bug#43059] [PATCH 1/7] gnu: Add python-trytond-analytic-account.) Message-ID: References: <87o8mwh5l0.fsf@gnu.org> <20200826134953.33082-1-monego@posteo.net> X-Gnu-PR-Message: they-closed 43059 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 43059@debbugs.gnu.org Date: Thu, 27 Aug 2020 08:11:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1598515862-21987-1" This is a multi-part message in MIME format... ------------=_1598515862-21987-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43059: [PATCH 1/7] gnu: Add python-trytond-analytic-account. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 43059@debbugs.gnu.org. --=20 43059: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43059 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1598515862-21987-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43059-done) by debbugs.gnu.org; 27 Aug 2020 08:10:47 +0000 Received: from localhost ([127.0.0.1]:41507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBCzf-0005i7-Ma for submit@debbugs.gnu.org; Thu, 27 Aug 2020 04:10:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kBCzc-0005hu-MT for 43059-done@debbugs.gnu.org; Thu, 27 Aug 2020 04:10:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48284) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kBCzX-00033i-F3; Thu, 27 Aug 2020 04:10:39 -0400 Received: from [2a01:e0a:19b:d9a0:d1f2:1c2d:9e7a:dd0] (port=52078 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kBCzV-00038g-Cq; Thu, 27 Aug 2020 04:10:37 -0400 From: Mathieu Othacehe To: Vinicius Monego Subject: Re: [bug#43059] [PATCH 1/7] gnu: Add python-trytond-analytic-account. References: <20200826134953.33082-1-monego@posteo.net> Date: Thu, 27 Aug 2020 10:10:35 +0200 In-Reply-To: <20200826134953.33082-1-monego@posteo.net> (Vinicius Monego's message of "Wed, 26 Aug 2020 10:49:53 -0300") Message-ID: <87o8mwh5l0.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43059-done Cc: 43059-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey, Thanks for the serie! I wrapped a few lines here and there to stay under the 78 columns limit and pushed. Mathieu ------------=_1598515862-21987-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Aug 2020 13:50:41 +0000 Received: from localhost ([127.0.0.1]:37833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvp3-0000Ib-6P for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:50:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:39188) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kAvp1-0000IN-Gx for submit@debbugs.gnu.org; Wed, 26 Aug 2020 09:50:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAvp1-0008Qs-7r for guix-patches@gnu.org; Wed, 26 Aug 2020 09:50:39 -0400 Received: from mout02.posteo.de ([185.67.36.66]:33563) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAvox-0008OG-4t for guix-patches@gnu.org; Wed, 26 Aug 2020 09:50:38 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 58E932400FB for ; Wed, 26 Aug 2020 15:50:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1598449830; bh=FSWhVjNUXUQ4yMYi89014YZ1CeLjKQk4nLdJ3EnwL3o=; h=From:To:Cc:Subject:Date:From; b=VfKNBuyh/dcu/vtm/mYK+UbNFfGK5I+TnwmL2cEXUPng4A6c4gSXY4eMoUoW2v+kE aRjd/WMxiJuhv50ycj664YmCteLsk1SSpPaq6LC+BYLEHHgg2bPFwwIqDzA67TysWA BTw6hhLSiK0KZ4HNfXito6y9YKmPT7ceEzFzf3p9K/zqa9rZhU8lWKjq/Vx2JmaTof IoIKRPkLoPFqa41JT6Zsn2twuxGgWyMV/j672PI6Qd7RPk+d0EAnEWo3CrdMIvAMeS 3GdeXH6v02Mq8RQ0mGXxOX9RkWNEoLsTzRbV5WGrXUMQlhvz4Kol7bFZ/TKD9qnsC+ rewotwcfTRpWA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bc6gm5tzwz9rxn; Wed, 26 Aug 2020 15:50:28 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH 1/7] gnu: Add python-trytond-analytic-account. Date: Wed, 26 Aug 2020 10:49:53 -0300 Message-Id: <20200826134953.33082-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/26 09:47:18 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/tryton.scm (python-trytond-analytic-account): New variable. --- gnu/packages/tryton.scm | 52 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 98b372be74..4063afc189 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -411,6 +411,58 @@ Template and Product.") most of accounting needs.") (license license:gpl3+))) +(define-public python-trytond-analytic-account + (package + (name "python-trytond-analytic-account") + (version "5.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "trytond_analytic_account" version)) + (sha256 + (base32 "02hv3mmhadz248vy4azrw8rs2mwgsixd4cnzsm82z15gjmfxl34q")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (let ((runtest + (string-append + (assoc-ref %build-inputs "python-trytond") + "/lib/python" ,(version-major+minor (package-version python)) + "/site-packages/trytond/tests/run-tests.py"))) + (lambda* (#:key inputs outputs #:allow-other-keys) + (add-installed-pythonpath inputs outputs) + (invoke "python" runtest "-m" "analytic_account"))))))) + (native-inputs + `(("python" ,python-minimal-wrapper) + ("python-dateutil" ,python-dateutil) + ("python-genshi" ,python-genshi) + ("python-lxml" ,python-lxml) + ("python-magic" ,python-magic) + ("python-passlib" ,python-passlib) + ("python-polib" ,python-polib) + ("python-proteus" ,python-proteus) + ("python-relatorio" ,python-relatorio) + ("python-werkzeug" ,python-werkzeug) + ("python-wrapt" ,python-wrapt))) + (propagated-inputs + `(("python-sql" ,python-sql) + ("python-trytond" ,python-trytond) + ("python-trytond-account" + ,python-trytond-account) + ("python-trytond-company" + ,python-trytond-company) + ("python-trytond-currency" + ,python-trytond-currency) + ("python-trytond-party" ,python-trytond-party))) + (home-page "https://www.tryton.org/") + (synopsis "Tryton module for analytic accounting") + (description + "This package provides a Tryton module that adds the fundamentals +required to analyse accounting using multiple different axes.") + (license license:gpl3+))) + (define-public python-trytond-stock (package (name "python-trytond-stock") -- 2.20.1 ------------=_1598515862-21987-1--