gnu: Add python-ipython-pygments-lexers.

* gnu/packages/python-xyz.scm (python-ipython-pygments-lexers): New variable.

Change-Id: Ibe541fa133d4ec4c47f8f3cbaab038776d81be60
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Cayetano Santos 2025-06-09 22:29:46 +02:00 committed by Andreas Enge
parent cf09bda7c5
commit 9b90033fa8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -14676,6 +14676,29 @@ computing.")
texlive-xetex texlive-xetex
texlive-xindy)))))) 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 (define-public python-uri-template
(package (package
(name "python-uri-template") (name "python-uri-template")