mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: python-curio: Flag the package as deprecated.
* gnu/packages/python-xyz.scm (python-curio): Flag the package as deprecated. Change-Id: I484f852cc6ecb59eb2e3638a7b32442752e98faa Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
5eb118f767
commit
84aa0b3078
1 changed files with 3 additions and 1 deletions
|
|
@ -17152,7 +17152,9 @@ printing of sub-tables by specifying a row range.")
|
|||
(description "This package is a simple RTF tokenizer.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public python-curio
|
||||
;; XXX: The package is not maintained anymore, and fails to build
|
||||
;; with the current python and pytest versions.
|
||||
(define-deprecated/public python-curio #f
|
||||
(package
|
||||
(name "python-curio")
|
||||
(version "1.6")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue