mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
0d0c52c45f
commit
47635e419b
1 changed files with 0 additions and 19 deletions
|
@ -9041,25 +9041,6 @@ with Python.")
|
||||||
working with Valve's VDF text format.")
|
working with Valve's VDF text format.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-pygtrie
|
||||||
(package
|
(package
|
||||||
(name "python-pygtrie")
|
(name "python-pygtrie")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue