gnu: Remove python2-urwid.

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

View file

@ -9106,23 +9106,8 @@ (define-public python-urwid
(description
"Urwid is a curses-based UI/widget library for Python. It includes many
features useful for text console applications.")
(properties `((python2-variant . ,(delay python2-urwid))))
(license license:lgpl2.1+)))
(define-public python2-urwid
(let ((base (package-with-python2
(strip-python2-variant python-urwid))))
(package
(inherit base)
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urwid" version))
(sha256
(base32
"11ndnhxd41m13darf5s0c6bafdpkzq1l6mfb04wbzdmyc1hg75h8")))))))
(define-public python-urwid-readline
(package
(name "python-urwid-readline")