This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2501761ace gnu: Remove python-wait-for2.
2501761ace is described below

commit 2501761ace45b097510bdef99165d7148d1e4414
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Aug 4 15:14:44 2026 +0200

    gnu: Remove python-wait-for2.
    
    * gnu/packages/python-xyz.scm (python-wait-for2): Delete variable.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/python-xyz.scm | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8fc373c81e..33e91d08f5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -42278,33 +42278,6 @@ built-in pprint.pprint, it produces compact, 
well-formatted representations
 even for complex custom types.")
     (license license:asl2.0)))
 
-(define-public python-wait-for2
-  (package
-    (name "python-wait-for2")
-    (version "0.4.1")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-              (url "https://github.com/Traktormaster/wait-for2";)
-              (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "08911yby18sw2y6njn1fqlwvf9j2aay0p5d3wykdlcj36nyxfv1w"))))
-    (build-system pyproject-build-system)
-    (native-inputs
-     (list python-pytest
-           python-pytest-asyncio
-           python-setuptools))
-    (home-page "https://github.com/Traktormaster/wait-for2";)
-    (synopsis "Asyncio wait_for handling simultaneous cancellation and future 
completion")
-    (description
-     "This package provide an alternate implementation of 
@code{asyncio.wait_for()}
-introduced in Python 3.12.  It handles several edge cases like simultaneous
-cancellation of wait and completion of future differently and consistently
-across Python versions 3.7+.")
-    (license license:asl2.0)))
-
 (define-public python-wand
   (package
     (name "python-wand")

Reply via email to