mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
14bbe08750
commit
c8a21da0ff
1 changed files with 5 additions and 2 deletions
|
@ -1927,9 +1927,9 @@ decorators, including variants of the Python standard library's
|
||||||
@code{lru_cache} function decorator.")
|
@code{lru_cache} function decorator.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-cobib
|
(define-public cobib
|
||||||
(package
|
(package
|
||||||
(name "python-cobib")
|
(name "cobib")
|
||||||
(version "5.3.0")
|
(version "5.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(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.")
|
git integration, command-line support, and a curses-based TUI.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-cobib
|
||||||
|
(deprecated-package "python-cobib" cobib))
|
||||||
|
|
||||||
(define-public python-colorcet
|
(define-public python-colorcet
|
||||||
(package
|
(package
|
||||||
(name "python-colorcet")
|
(name "python-colorcet")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue