summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-21 08:55:13 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:41 +0100
commitb197997a6d403214c48da0687790484dbde2b4ac (patch)
tree9f8ff92245a58dc6318548e76c0f7c790ba3b5a1 /gnu/packages/python-xyz.scm
parent6addf32835c8454456a2742af6b4a55a788b3273 (diff)
gnu: Remove python-pygments-github-lexers.
Unmaintained for 11 years, fails to build no users in Guix. * gnu/packages/python-xyz.scm (python-pygments-github-lexers): Delete variable. Change-Id: I0f54afdf34b5fe0603a9d9ff8d5b4c662d542972
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d7f239f713..176bb0ec34 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9017,25 +9017,6 @@ with Python.")
working with Valve's VDF text format.")
(license license:expat)))
-(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
- (list 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-pygtrie
(package
(name "python-pygtrie")