mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-jinja2.
* gnu/packages/python-xyz.scm (python2-jinja2): Delete variable.
This commit is contained in:
parent
1fc39b25bc
commit
a8c87c9f06
1 changed files with 1 additions and 15 deletions
|
@ -3991,22 +3991,8 @@ (define-public python-jinja2
|
||||||
(description
|
(description
|
||||||
"Jinja2 is a small but fast and easy to use stand-alone template engine
|
"Jinja2 is a small but fast and easy to use stand-alone template engine
|
||||||
written in pure Python.")
|
written in pure Python.")
|
||||||
(license license:bsd-3)
|
(license license:bsd-3)))
|
||||||
(properties `((python2-variant . ,(delay python2-jinja2))))))
|
|
||||||
|
|
||||||
;; Version 2.11.3 is the last to support Python 2.
|
|
||||||
(define-public python2-jinja2
|
|
||||||
(package
|
|
||||||
(inherit (package-with-python2
|
|
||||||
(strip-python2-variant python-jinja2)))
|
|
||||||
(version "2.11.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "Jinja2" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1iiklf3wns67y5lfcacxma5vxfpb7h2a67xbghs01s0avqrq9md6"))))))
|
|
||||||
|
|
||||||
(define-public python-jinja2-time
|
(define-public python-jinja2-time
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue