guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/29: gnu: Add python-pygments-github-lexers.


From: guix-commits
Subject: 19/29: gnu: Add python-pygments-github-lexers.
Date: Tue, 13 Apr 2021 07:51:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2572bc812550eb6b881cddeeef3249fb6889cab6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 13 12:10:02 2021 +0200

    gnu: Add python-pygments-github-lexers.
    
    * gnu/packages/python-xyz.scm (python-pygments-github-lexers): New variable.
---
 gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5a311d4..3bfbe83 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3735,6 +3735,25 @@ text styles of documentation.")
                  (base32
                   "1zmhnswy0wxfn0xprs9aqsvx2c3kmzfn2wx14q8cv3vpkxdamj4q")))))))
 
+(define-public python-pygments-github-lexers
+  (package
+    (name "python-pygments-github-lexers")
+    (version "0.0.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pygments-github-lexers" version))
+       (sha256
+        (base32
+         "0cz14clcc9z4pn79ll8hp3xzgsrfjscak5zfsvlgrz6ngkkmgjma"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-pygments" ,python-pygments)))
+    (home-page "https://github.com/liluo/pygments-github-lexers";)
+    (synopsis "Pygments Github custom lexers")
+    (description "This package installs Github custom lexers to Pygments.")
+    (license license:bsd-3)))
+
 (define-public python-bump2version
   (package
     (name "python-bump2version")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]