gnu: Remove python2-jinja2.

* gnu/packages/python-xyz.scm (python2-jinja2): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-05-01 02:49:15 -04:00
parent 1fc39b25bc
commit a8c87c9f06
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -3991,22 +3991,8 @@ for Python.")
(description
"Jinja2 is a small but fast and easy to use stand-alone template engine
written in pure Python.")
(license license:bsd-3)
(properties `((python2-variant . ,(delay python2-jinja2))))))
(license license:bsd-3)))
;; 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
(package