[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/245: gnu: Add texlive-pythonhighlight.
From: |
guix-commits |
Subject: |
180/245: gnu: Add texlive-pythonhighlight. |
Date: |
Sun, 30 Jul 2023 13:47:00 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a00b83b2f1c3d79a6f08b4bfce20f1d576b9c4e8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:42:54 2023 +0200
gnu: Add texlive-pythonhighlight.
* gnu/packages/tex.scm (texlive-pythonhighlight): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3d252b0754..e2dea613f4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5687,6 +5687,26 @@ elements such as keywords, identifiers, and comments.")
algorithms in a natural manner.")
(license license:lppl)))
+(define-public texlive-pythonhighlight
+ (package
+ (name "texlive-pythonhighlight")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pythonhighlight/"
+ "tex/latex/pythonhighlight/")
+ (base32
+ "1grvq2sih8klkvzgyrc4fpalv7q670l9q00vs8293n698bhmn72g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pythonhighlight")
+ (synopsis
+ "Highlighting of Python code, based on the @code{listings} package")
+ (description
+ "This package allows highlighting of Python code, based on the
+@code{listings} package.")
+ (license license:bsd-3)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 201/245: gnu: Add texlive-simplewick., (continued)
- 201/245: gnu: Add texlive-simplewick., guix-commits, 2023/07/30
- 183/245: gnu: Add texlive-rbt-mathnotes., guix-commits, 2023/07/30
- 190/245: gnu: Add texlive-sankey., guix-commits, 2023/07/30
- 203/245: gnu: Add texlive-siunits., guix-commits, 2023/07/30
- 209/245: gnu: Add texlive-statex2., guix-commits, 2023/07/30
- 199/245: gnu: Add texlive-simpler-wick., guix-commits, 2023/07/30
- 191/245: gnu: Add texlive-sasnrdisplay., guix-commits, 2023/07/30
- 196/245: gnu: Add texlive-sfg., guix-commits, 2023/07/30
- 200/245: gnu: Add texlive-simples-matrices., guix-commits, 2023/07/30
- 216/245: gnu: Add texlive-substances., guix-commits, 2023/07/30
- 180/245: gnu: Add texlive-pythonhighlight.,
guix-commits <=