summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-18 21:41:32 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:38 +0100
commit6d2e8b3be7a32ee7e36605a6e5a0dfad8fd4ad57 (patch)
treea7420f6134d9bcf91ef57d252381ab9e5cf831d1
parent58545a183da0279b284af794415e53e312d3b0c0 (diff)
gnu: Remove python-taskgroup.
* gnu/packages/python-xyz.scm (python-taskgroup): Delete variable. Fixes: guix/guix#5752 Change-Id: I59a15036d0b4f92b73f61d9d849dbf77b8727da9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/python-xyz.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 88475bdfe48..ea7ea49b9f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36600,28 +36600,6 @@ data in Python.")
managers.")
(license license:expat)))
-(define-public python-taskgroup
- (package
- (name "python-taskgroup")
- (version "0.0.0a4")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "taskgroup" version))
- (sha256
- (base32 "170m7b59nxrhzs0nz6brj9brz4rzvw6k587ja0cnc9qy48nr027b"))))
- (build-system pyproject-build-system)
- (arguments
- (list #:tests? #f)) ; no tests in PyPI and Git checkout
- (native-inputs
- (list python-flit-core))
- (home-page "https://github.com/graingert/taskgroup")
- (synopsis "Backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout")
- (description
- "This package provides a backport of @code{asyncio.TaskGroup},
-@code{asyncio.Runner} and @code{asyncio.timeout}.")
- (license license:expat)))
-
(define-public python-tasklogger
(package
(name "python-tasklogger")