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:
Nicolas Graves 2026-01-18 18:25:45 +01:00 committed by Andreas Enge
parent 5eb118f767
commit 84aa0b3078
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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