From c8a21da0ff134d8df09e3f77aec2a18ae7a04cf3 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 1 Jul 2025 20:21:02 +0100 Subject: gnu: Add cobib, deprecate python-cobib. This project is the final tool with unique name, not a library. This changes reflects it. * gnu/packages/python-xyz.scm (cobib): New variable. (python-cobib): Deprecate variable. Change-Id: I264eef993e4b470f3e3335a3ac5f76495d43d648 --- gnu/packages/python-xyz.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d0069b967f5..9bc5549dcd6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1927,9 +1927,9 @@ decorators, including variants of the Python standard library's @code{lru_cache} function decorator.") (license license:expat))) -(define-public python-cobib +(define-public cobib (package - (name "python-cobib") + (name "cobib") (version "5.3.0") (source (origin @@ -2019,6 +2019,9 @@ It uses a plain-text database, a location-independent library, and features git integration, command-line support, and a curses-based TUI.") (license license:expat))) +(define-public python-cobib + (deprecated-package "python-cobib" cobib)) + (define-public python-colorcet (package (name "python-colorcet") -- cgit v1.3