[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/14: gnu: python-pygments: Absorb grafted replacement.
From: |
guix-commits |
Subject: |
13/14: gnu: python-pygments: Absorb grafted replacement. |
Date: |
Tue, 25 May 2021 15:05:12 -0400 (EDT) |
lfam pushed a commit to branch wip-ungrafting
in repository guix.
commit 3ad274c1cefacd5e7ba7c8c1427fff8aabb54122
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon May 17 11:55:53 2021 -0400
gnu: python-pygments: Absorb grafted replacement.
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.7.4.
[replacement]: Remove field.
(python-pygments/fixed): Remove variable.
---
gnu/packages/python-xyz.scm | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 770beb0..d07d48e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3956,15 +3956,14 @@ text styles of documentation.")
(define-public python-pygments
(package
(name "python-pygments")
- (version "2.7.3")
+ (version "2.7.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Pygments" version))
(sha256
(base32
- "05mps9r966r3dpqw6zrs1nlwjdf5y4960hl9m7abwb3qyfnarwyc"))))
- (replacement python-pygments/fixed)
+ "0dy35ry5qa8dpklk4fkj9kfpw2qb4mh5ha9866kw30wf96dx0jfz"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require sphinx, which depends on this.
@@ -3976,18 +3975,6 @@ text styles of documentation.")
(license license:bsd-2)
(properties `((python2-variant . ,(delay python2-pygments))))))
-(define python-pygments/fixed
- (package
- (inherit python-pygments)
- (version "2.7.4")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "Pygments" version))
- (sha256
- (base32
- "0dy35ry5qa8dpklk4fkj9kfpw2qb4mh5ha9866kw30wf96dx0jfz"))))))
-
;; Pygments 2.6 and later does not support Python 2.
(define-public python2-pygments
(let ((base (package-with-python2 (strip-python2-variant python-pygments))))
- branch wip-ungrafting created (now 7a4c4a1), guix-commits, 2021/05/25
- 01/14: gnu: postgresql: Absorb grafted replacement., guix-commits, 2021/05/25
- 02/14: gnu: OpenLDAP: Absorb grafted replacement., guix-commits, 2021/05/25
- 03/14: gnu: zstd: Absorb grafted replacement., guix-commits, 2021/05/25
- 04/14: gnu: zziplib: Absorb grafted replacement., guix-commits, 2021/05/25
- 14/14: gnu: SQLite: Absorb grafted replacement., guix-commits, 2021/05/25
- 05/14: gnu: glib: Absorb grafted replacement., guix-commits, 2021/05/25
- 09/14: gnu: curl: Absorb grafted replacement., guix-commits, 2021/05/25
- 06/14: gnu: libtiff: Absorb grafted replacement., guix-commits, 2021/05/25
- 08/14: gnu: unzip: Absorb grafted replacement., guix-commits, 2021/05/25
- 13/14: gnu: python-pygments: Absorb grafted replacement.,
guix-commits <=
- 12/14: gnu: python-urllib3: Absorb grafted replacement., guix-commits, 2021/05/25
- 07/14: gnu: c-ares: Absorb grafted replacement., guix-commits, 2021/05/25
- 10/14: gnu: MariaDB: Absorb grafted replacement., guix-commits, 2021/05/25
- 11/14: gnu: Graphviz: Absorb grafted replacement., guix-commits, 2021/05/25