guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit fc5b5d8f329a3928eff62531f2d7dad97c803110
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Jan 18 18:25:45 2026 +0100

    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 <[email protected]>
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bafa8d4725..ce165e62f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17167,7 +17167,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")

Reply via email to