mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
cf09bda7c5
commit
9b90033fa8
1 changed files with 23 additions and 0 deletions
|
@ -14676,6 +14676,29 @@ computing.")
|
|||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue