From 0ed60ca736992b2c001344c6bf02273fff718c05 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 12 Oct 2025 23:58:54 +0100 Subject: gnu: python-ueberzug: Deprecate in favor of ueberzug. * gnu/packages/python-xyz.scm (ueberzug): New variable, based on python-ueberzug. (python-ueberzug): Deprecate variable. * gnu/packages/image-viewers.scm (ytfzf)[phases] {wrap-program}: Replace python-ueberzug with ueberzug. [inputs]: Remove python-ueberzug; add ueberzug. Change-Id: I9beba793dc23020f6091b46842c83cf01277dca5 --- gnu/packages/python-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 990eeb358d1..0253041b8c2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2183,9 +2183,9 @@ Interface} to simplify common problems such as caching, timing, computing progress, among other things.") (license license:asl2.0))) -(define-public python-ueberzug +(define-public ueberzug (package - (name "python-ueberzug") + (name "ueberzug") (version "18.3.1") (source (origin @@ -2218,6 +2218,9 @@ workspaces. @end itemize") (license license:gpl3+))) +(define-public python-ueberzug + (deprecated-package "python-ueberzug" ueberzug)) + (define-public python-databind-core (package (name "python-databind-core") -- cgit v1.3