GNU bug report logs - #78736
[PATCH python-team] gnu: Add python-ipython-pygments-lexers.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Mon, 9 Jun 2025 20:29:03 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 78736 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, guix-patches <at> gnu.org:
bug#78736; Package guix-patches. (Mon, 09 Jun 2025 20:29:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, guix-patches <at> gnu.org. (Mon, 09 Jun 2025 20:29:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH python-team] gnu: Add python-ipython-pygments-lexers.
Date: Mon,  9 Jun 2025 22:29:46 +0200
* 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





This bug report was last modified 5 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.