[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66886] [PATCH v3 1/6] gnu: Add python-pygments-2.16.
From: |
Giacomo Leidi |
Subject: |
[bug#66886] [PATCH v3 1/6] gnu: Add python-pygments-2.16. |
Date: |
Sun, 3 Dec 2023 16:22:53 +0100 |
This patch has also been sent to the python-team branch with bug #66884.
* gnu/packages/python-xyz.scm (python-pygments-2.16): New variable.
Change-Id: I863fc1aaea9930991b6f92643befbde7ba1a335c
---
gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ce4f2f76ee..865aa51638 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6179,6 +6179,27 @@ (define-public python-pygments
"Pygments is a syntax highlighting package written in Python.")
(license license:bsd-2)))
+(define-public python-pygments-2.16
+ (package
+ (inherit python-pygments)
+ (version "2.16.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "Pygments" version))
+ (sha256
+ (base32
+ "0abfx7n0mgpxk05f2kini3p78wsp1yi7lh0yjk49pii0914z1bqx"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:test-flags
+ ;; Some tests require sphinx, which depends on this, so we only run
+ ;; basic tests.
+ '(list "--ignore-glob=tests/*/*")))
+ (native-inputs
+ (list python-pytest))))
+
(define-public python-pygments-github-lexers
(package
(name "python-pygments-github-lexers")
base-commit: 2c9ac9ab20c76abe570ff83f8746fa089fea3047
--
2.41.0
- [bug#66886] [PATCH v3 1/6] gnu: Add python-pygments-2.16.,
Giacomo Leidi <=
- [bug#66886] [PATCH v3 2/6] gnu: python-markdown-it-py: Update to 3.0.0., Giacomo Leidi, 2023/12/03
- [bug#66886] [PATCH v3 6/6] gnu: python-textual: Update to 0.41.0., Giacomo Leidi, 2023/12/03
- [bug#66886] [PATCH v3 3/6] gnu: python-rich: Update to 13.7.0., Giacomo Leidi, 2023/12/03
- [bug#66886] [PATCH v3 4/6] gnu: python-jupytext: Update to 1.15.2., Giacomo Leidi, 2023/12/03
- [bug#66886] [PATCH v3 5/6] gnu: python-mdit-py-plugins: Update to 0.4.0., Giacomo Leidi, 2023/12/03