GNU bug report logs -
#78736
[PATCH python-team] gnu: Add python-ipython-pygments-lexers.
Previous Next
To reply to this bug, email your comments to 78736 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
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):
* 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
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Sun, 15 Jun 2025 08:46:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sun, 15 Jun 2025 08:46:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 78736-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.