guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 383acf36b3f04575c0a4670616847e25be813b60
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Oct 12 23:35:16 2025 +0100
gnu: python-urwid-3: Deprecate in favor of python-urwid.
* gnu/packages/python-xyz.scm (python-urwid-3): Deprecate variable.
Change-Id: If9c6f6f5566668e3f384a0eee9a9402cddf6dca3
---
gnu/packages/python-xyz.scm | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 904774289e..01769f423b 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