mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Remove python2-markupsafe.
* gnu/packages/python-xyz.scm (python2-markupsafe): Delete variable.
This commit is contained in:
parent
eb13c73ce2
commit
e9d63dbd23
1 changed files with 1 additions and 15 deletions
|
@ -3933,22 +3933,8 @@ (define-public python-markupsafe
|
|||
(description
|
||||
"Markupsafe provides an XML/HTML/XHTML markup safe string implementation
|
||||
for Python.")
|
||||
(license license:bsd-3)
|
||||
(properties `((python2-variant . ,(delay python2-markupsafe))))))
|
||||
(license license:bsd-3)))
|
||||
|
||||
;; Version 1.1.1 is the last to support Python 2.
|
||||
(define-public python2-markupsafe
|
||||
(package
|
||||
(inherit (package-with-python2
|
||||
(strip-python2-variant python-markupsafe)))
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "MarkupSafe" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sqipg4fk7xbixqd8kq6rlkxj664d157bdwbh93farcphf92x1r9"))))))
|
||||
|
||||
(define-public python-jinja2
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue