From unknown Tue Jun 17 22:22:03 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#76547] [PATCH] gnu: Add python-pytooling-4. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 25 Feb 2025 10:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76547 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 76547@debbugs.gnu.org Cc: Cayetano Santos X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17404798233293 (code B ref -1); Tue, 25 Feb 2025 10:38:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Feb 2025 10:37:03 +0000 Received: from localhost ([127.0.0.1]:44965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmsJD-0000r2-30 for submit@debbugs.gnu.org; Tue, 25 Feb 2025 05:37:03 -0500 Received: from lists.gnu.org ([2001:470:142::17]:33246) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmsJA-0000qN-DW for submit@debbugs.gnu.org; Tue, 25 Feb 2025 05:37:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmsJ3-0002D3-S9 for guix-patches@gnu.org; Tue, 25 Feb 2025 05:36:54 -0500 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmsJ1-0003dL-Nl for guix-patches@gnu.org; Tue, 25 Feb 2025 05:36:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1740479806; bh=+zMSDSNs4Z2DRWhtyKJ1/Maqe4CeapNrU39X1M3LzZ0=; h=From:To:Cc:Subject:Date:From; b=HfLZ/l6+tU8bG/DDueIgNkCHhR5G09nmK5JS9i3NbWD7ROhdkhxtHdYoOQcNK+VLE FCn/XdxijUKHVTTAmEwVCvewQ5bHSqoGXa6H3VkA0O2D68KQZCtO/WHNTyt7Y1sH/5 /n+CS7pTZ60eNVp/FNp6P28vMji/Cg+MiVqLvd0U= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4Z2DYV6YVFz6vJG; Tue, 25 Feb 2025 10:36:46 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Z2DYV4SGSz6vJ8; Tue, 25 Feb 2025 10:36:46 +0000 (UTC) From: Cayetano Santos Date: Tue, 25 Feb 2025 11:33:55 +0100 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org 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_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/python-xyz.scm (python-pytooling-4): New variable. Change-Id: I4ee0b264ab784657101390c2e6f59e8dcb23f173 --- pytooling@4.0.1 is required by pyattributes@2.5.1. They are both requirements to build ghdl-language-server@4.1.0. gnu/packages/python-xyz.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 34d20dda8a..b9be94ea79 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2614,6 +2614,21 @@ (define-public python-pytooling package descriptions or to unify multiple existing APIs into a single API.") (license license:asl2.0))) +(define-public python-pytooling-4 + (package + (inherit python-pytooling) + (name "python-pytooling") + (version "4.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/pyTooling/pyTooling/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1midq2im2ksdy0knssnlwijdkjk0hwjxk5xin93xg4l7j89kvmj3")))))) + (define-public python-colorlog (package (name "python-colorlog") base-commit: 150df457d1e269790f184510c58d031ee00a9ebb -- 2.48.1 From unknown Tue Jun 17 22:22:03 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: Cayetano Santos Subject: bug#76547: closed (Re: [bug#76547] [PATCH] gnu: Add python-pytooling-4.) Message-ID: References: <87o6ymq6i2.fsf@gnu.org> X-Gnu-PR-Message: they-closed 76547 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 76547@debbugs.gnu.org Date: Fri, 28 Feb 2025 18:18:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1740766684-20442-1" This is a multi-part message in MIME format... ------------=_1740766684-20442-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76547: [PATCH] gnu: Add python-pytooling-4. 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 76547@debbugs.gnu.org. --=20 76547: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76547 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1740766684-20442-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76547-done) by debbugs.gnu.org; 28 Feb 2025 18:17:10 +0000 Received: from localhost ([127.0.0.1]:52479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1to4v8-0005EA-EC for submit@debbugs.gnu.org; Fri, 28 Feb 2025 13:17:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53780) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1to4v6-0005DZ-9q for 76547-done@debbugs.gnu.org; Fri, 28 Feb 2025 13:17:09 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1to4uy-00042v-CI; Fri, 28 Feb 2025 13:17:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=vhx/yjxnPZUl3TaL+W+gmeygHM2tDWaF3UJLz28MG3M=; b=nsZNBfC+9fYsA0RphCrI 0daKyH3Zd/zBHMzHvL7Uc6D/fxVKJMjrH4z+ev5g0na/g5ZJyu49+qQIrDobNuIBKc1SX0ZrOIySJ xL2xIOcA0mWUaC5EAAEc+ylwuSWx9FGP2GQ/UbGZ/uZB1iLo5GHi5U/5EdF2wEmevHRrbz+oC3A6S BukV8wbsndkFm9Juc2p0QLSk4AvA9Onp3iVHWCrXsWEcR2Jpfx9YCFutEemUfCakzcYysaxyN8E1N y9izbFn8HAIgqjhib/ddo9t1UuCgPSYYwLzbYy3mB4PJXTmMBvZEnq2JTSorOmsUN00w1hU2wZ5Cr G34/sKq/w1wiyw==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Cayetano Santos Subject: Re: [bug#76547] [PATCH] gnu: Add python-pytooling-4. In-Reply-To: (Cayetano Santos's message of "Tue, 25 Feb 2025 11:33:55 +0100") References: Date: Fri, 28 Feb 2025 19:16:53 +0100 Message-ID: <87o6ymq6i2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 76547-done Cc: 76547-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 (---) Cayetano Santos skribis: > * gnu/packages/python-xyz.scm (python-pytooling-4): New variable. > > Change-Id: I4ee0b264ab784657101390c2e6f59e8dcb23f173 Applied, thanks! :-) ------------=_1740766684-20442-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Feb 2025 10:37:03 +0000 Received: from localhost ([127.0.0.1]:44965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmsJD-0000r2-30 for submit@debbugs.gnu.org; Tue, 25 Feb 2025 05:37:03 -0500 Received: from lists.gnu.org ([2001:470:142::17]:33246) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmsJA-0000qN-DW for submit@debbugs.gnu.org; Tue, 25 Feb 2025 05:37:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmsJ3-0002D3-S9 for guix-patches@gnu.org; Tue, 25 Feb 2025 05:36:54 -0500 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmsJ1-0003dL-Nl for guix-patches@gnu.org; Tue, 25 Feb 2025 05:36:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1740479806; bh=+zMSDSNs4Z2DRWhtyKJ1/Maqe4CeapNrU39X1M3LzZ0=; h=From:To:Cc:Subject:Date:From; b=HfLZ/l6+tU8bG/DDueIgNkCHhR5G09nmK5JS9i3NbWD7ROhdkhxtHdYoOQcNK+VLE FCn/XdxijUKHVTTAmEwVCvewQ5bHSqoGXa6H3VkA0O2D68KQZCtO/WHNTyt7Y1sH/5 /n+CS7pTZ60eNVp/FNp6P28vMji/Cg+MiVqLvd0U= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4Z2DYV6YVFz6vJG; Tue, 25 Feb 2025 10:36:46 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4Z2DYV4SGSz6vJ8; Tue, 25 Feb 2025 10:36:46 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-pytooling-4. Date: Tue, 25 Feb 2025 11:33:55 +0100 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org 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_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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: -0.1 (/) * gnu/packages/python-xyz.scm (python-pytooling-4): New variable. Change-Id: I4ee0b264ab784657101390c2e6f59e8dcb23f173 --- pytooling@4.0.1 is required by pyattributes@2.5.1. They are both requirements to build ghdl-language-server@4.1.0. gnu/packages/python-xyz.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 34d20dda8a..b9be94ea79 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2614,6 +2614,21 @@ (define-public python-pytooling package descriptions or to unify multiple existing APIs into a single API.") (license license:asl2.0))) +(define-public python-pytooling-4 + (package + (inherit python-pytooling) + (name "python-pytooling") + (version "4.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/pyTooling/pyTooling/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1midq2im2ksdy0knssnlwijdkjk0hwjxk5xin93xg4l7j89kvmj3")))))) + (define-public python-colorlog (package (name "python-colorlog") base-commit: 150df457d1e269790f184510c58d031ee00a9ebb -- 2.48.1 ------------=_1740766684-20442-1--