gnu: python-urwid-3: Deprecate in favor of python-urwid.

* gnu/packages/python-xyz.scm (python-urwid-3): Deprecate variable.

Change-Id: If9c6f6f5566668e3f384a0eee9a9402cddf6dca3
This commit is contained in:
Sharlatan Hellseher 2025-10-12 23:35:16 +01:00
parent 5c65e4ce96
commit 383acf36b3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -15272,18 +15272,8 @@ features useful for text console applications.")
(sha256
(base32 "18ijvgf1l7jvmg45x1cysn3c9rdrg1w0405acig3hk7476cj7bck"))))))
(define-public python-urwid-3
(package
(inherit python-urwid)
(name "python-urwid")
(version "3.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urwid" version))
(sha256
(base32
"0y7bh77ad94i4i1nrdggrvk7vvl1fp2l6zm5lmwmgx3z3sx71jz7"))))))
(define-deprecated/public-alias python-urwid-3
python-urwid) ;may be removed after 2025-11-12
(define-public python-urwid-readline
(package