diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-12 23:35:16 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-13 11:57:30 +0100 |
| commit | 383acf36b3f04575c0a4670616847e25be813b60 (patch) | |
| tree | 832f68bc4a2b028af9a3badee60953eecbb6d5d6 /gnu/packages/python-xyz.scm | |
| parent | 5c65e4ce968676083fb8d588fb5e22d884d9c786 (diff) | |
gnu: python-urwid-3: Deprecate in favor of python-urwid.
* gnu/packages/python-xyz.scm (python-urwid-3): Deprecate variable.
Change-Id: If9c6f6f5566668e3f384a0eee9a9402cddf6dca3
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 904774289e6..01769f423b3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
