mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 00:50:35 +02:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user