From unknown Sun Jun 15 08:55:02 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78736] [PATCH python-team] gnu: Add python-ipython-pygments-lexers. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, me@bonfacemunyoki.com, sharlatanus@gmail.com, tanguy@bioneland.org, guix-patches@gnu.org Resent-Date: Mon, 09 Jun 2025 20:29:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78736 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78736@debbugs.gnu.org Cc: Cayetano Santos , Lars-Dominik Braun , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Lars-Dominik Braun , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour Received: via spool by submit@debbugs.gnu.org id=B.174950093421997 (code B ref -1); Mon, 09 Jun 2025 20:29:03 +0000 Received: (at submit) by debbugs.gnu.org; 9 Jun 2025 20:28:54 +0000 Received: from localhost ([127.0.0.1]:58035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOj6x-0005iL-Iw for submit@debbugs.gnu.org; Mon, 09 Jun 2025 16:28:53 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60156) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOj6s-0005gN-UY for submit@debbugs.gnu.org; Mon, 09 Jun 2025 16:28:48 -0400 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 1uOj6m-0005tR-Qs for guix-patches@gnu.org; Mon, 09 Jun 2025 16:28:41 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOj6k-0001Kd-Ur for guix-patches@gnu.org; Mon, 09 Jun 2025 16:28:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749500915; bh=Kn88FZ2rUknxMV0BpzO+6mDnZi2qT+xX+wlC76A1gBU=; h=From:To:Cc:Subject:Date:From; b=adGqcjbldT48XKYsojvIxtGTMWNj3HCJMXV+PCmMjbbMvP6NfTbJnU+DS7qg9DqoJ piNQwsK3ZLIGGuod11xq0nf1y9BSHAwAFN4+Y6LUG0v1+JXzAa5WKpIPdCxKb1bouj 2Vn2+ZW4qqV3poLLLAO0DGmWI/wGiYSayouGV7hk= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bGNmM4bjkzGpHp; Mon, 9 Jun 2025 20:28:35 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bGNmM269yzGpHd; Mon, 9 Jun 2025 20:28:35 +0000 (UTC) From: Cayetano Santos Date: Mon, 9 Jun 2025 22:29:46 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.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, 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-ipython-pygments-lexers): New variable. Change-Id: Ibe541fa133d4ec4c47f8f3cbaab038776d81be60 --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ebb3970c3a..8902016827 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14630,6 +14630,29 @@ (define-public python-ipython-documentation texlive-xetex texlive-xindy)))))) +(define-public python-ipython-pygments-lexers + (package + (name "python-ipython-pygments-lexers") + (version "1.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ipython/ipython-pygments-lexers/") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "154vbpp9mkblsk1d0w8x8mybwgn5gz6mjgg77nqyn75ky0banrd7")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-pygments)) + (native-inputs (list python-flit-core python-pytest)) + (home-page "https://github.com/ipython/ipython-pygments-lexers/") + (synopsis "Plugin for IPython code sessions") + (description + "This package defines a variety of Pygments lexers for highlighting IPython +code.") + (license license:bsd-3))) + (define-public python-uri-template (package (name "python-uri-template") base-commit: 03ce76718c41b32d174713c945d269d6fcdd8bf1 -- 2.49.0 From unknown Sun Jun 15 08:55:02 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#78736: closed (Re: [PATCH python-team] gnu: Add python-ipython-pygments-lexers.) Message-ID: References: X-Gnu-PR-Message: they-closed 78736 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78736@debbugs.gnu.org Date: Sun, 15 Jun 2025 08:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1749977162-27040-1" This is a multi-part message in MIME format... ------------=_1749977162-27040-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78736: [PATCH python-team] gnu: Add python-ipython-pygments-lexers. 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 78736@debbugs.gnu.org. --=20 78736: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78736 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1749977162-27040-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78736-done) by debbugs.gnu.org; 15 Jun 2025 08:46:00 +0000 Received: from localhost ([127.0.0.1]:54097 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQj03-00071t-RR for submit@debbugs.gnu.org; Sun, 15 Jun 2025 04:46:00 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:47412) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uQj02-00071Q-2i for 78736-done@debbugs.gnu.org; Sun, 15 Jun 2025 04:45:58 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3B7041F8; Sun, 15 Jun 2025 10:45:51 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id IAoU78_JT3vr; Sun, 15 Jun 2025 10:45:50 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 442D1212; Sun, 15 Jun 2025 10:45:49 +0200 (CEST) Date: Sun, 15 Jun 2025 10:45:47 +0200 From: Andreas Enge To: Cayetano Santos Subject: Re: [PATCH python-team] gnu: Add python-ipython-pygments-lexers. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Server: hera X-Rspamd-Queue-Id: 3B7041F8 X-Spamd-Result: default: False [-5.59 / 15.00]; NEURAL_HAM(-3.00)[-1.000]; BAYES_HAM(-2.99)[99.97%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Spamd-Bar: ----- X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78736-done Cc: 78736-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: -1.0 (-) Pushed, thanks! Andreas ------------=_1749977162-27040-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Jun 2025 20:28:54 +0000 Received: from localhost ([127.0.0.1]:58035 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOj6x-0005iL-Iw for submit@debbugs.gnu.org; Mon, 09 Jun 2025 16:28:53 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60156) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOj6s-0005gN-UY for submit@debbugs.gnu.org; Mon, 09 Jun 2025 16:28:48 -0400 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 1uOj6m-0005tR-Qs for guix-patches@gnu.org; Mon, 09 Jun 2025 16:28:41 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uOj6k-0001Kd-Ur for guix-patches@gnu.org; Mon, 09 Jun 2025 16:28:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749500915; bh=Kn88FZ2rUknxMV0BpzO+6mDnZi2qT+xX+wlC76A1gBU=; h=From:To:Cc:Subject:Date:From; b=adGqcjbldT48XKYsojvIxtGTMWNj3HCJMXV+PCmMjbbMvP6NfTbJnU+DS7qg9DqoJ piNQwsK3ZLIGGuod11xq0nf1y9BSHAwAFN4+Y6LUG0v1+JXzAa5WKpIPdCxKb1bouj 2Vn2+ZW4qqV3poLLLAO0DGmWI/wGiYSayouGV7hk= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4bGNmM4bjkzGpHp; Mon, 9 Jun 2025 20:28:35 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bGNmM269yzGpHd; Mon, 9 Jun 2025 20:28:35 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH python-team] gnu: Add python-ipython-pygments-lexers. Date: Mon, 9 Jun 2025 22:29:46 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=csantosb@inventati.org; helo=latitanza.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, 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-ipython-pygments-lexers): New variable. Change-Id: Ibe541fa133d4ec4c47f8f3cbaab038776d81be60 --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ebb3970c3a..8902016827 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14630,6 +14630,29 @@ (define-public python-ipython-documentation texlive-xetex texlive-xindy)))))) +(define-public python-ipython-pygments-lexers + (package + (name "python-ipython-pygments-lexers") + (version "1.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ipython/ipython-pygments-lexers/") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "154vbpp9mkblsk1d0w8x8mybwgn5gz6mjgg77nqyn75ky0banrd7")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-pygments)) + (native-inputs (list python-flit-core python-pytest)) + (home-page "https://github.com/ipython/ipython-pygments-lexers/") + (synopsis "Plugin for IPython code sessions") + (description + "This package defines a variety of Pygments lexers for highlighting IPython +code.") + (license license:bsd-3))) + (define-public python-uri-template (package (name "python-uri-template") base-commit: 03ce76718c41b32d174713c945d269d6fcdd8bf1 -- 2.49.0 ------------=_1749977162-27040-1--