mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
a8e5ad2b53
commit
0535d8d19a
1 changed files with 0 additions and 22 deletions
|
|
@ -36441,28 +36441,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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue