emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#68456: closed ([PATCH v4 1/6] gnu: Add python-pygments-2.16.)


From: GNU bug Tracking System
Subject: bug#68456: closed ([PATCH v4 1/6] gnu: Add python-pygments-2.16.)
Date: Mon, 15 Jan 2024 00:04:02 +0000

Your message dated Mon, 15 Jan 2024 01:03:57 +0100
with message-id <e786b8f9-f7eb-2348-ad9d-50fc7d0ff767@autistici.org>
and subject line Close issue
has caused the debbugs.gnu.org bug report #68456,
regarding [PATCH v4 1/6] gnu: Add python-pygments-2.16.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68456: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68456
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH v4 1/6] gnu: Add python-pygments-2.16. Date: Mon, 15 Jan 2024 00:56:04 +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 37d7dd0dd5..5f159c39d1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6202,6 +6202,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: bcc9cd1aaeb53c323b199623de4fafe8594d1a95
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Close issue Date: Mon, 15 Jan 2024 01:03:57 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0
This issue was opened by mistake, apologies for the noise.



--- End Message ---

reply via email to

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