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
This commit is contained in:
Sharlatan Hellseher 2025-07-01 20:21:02 +01:00
parent 14bbe08750
commit c8a21da0ff
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")