~ruther/guix-local

383acf36b3f04575c0a4670616847e25be813b60 — Sharlatan Hellseher 7 months ago 5c65e4c
gnu: python-urwid-3: Deprecate in favor of python-urwid.

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

Change-Id: If9c6f6f5566668e3f384a0eee9a9402cddf6dca3
1 files changed, 2 insertions(+), 12 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -12
@@ 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