mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-contextvars.
Note: This package implements a backport of Python 3.7 contextvars module (see PEP 567) for Python 3.6. Not maintained sicne 2019 has no users in Guix. * gnu/packages/python-xyz.scm (python-contextvars): Delete variable. Change-Id: I955c902d3afaa8044226438f2303b95e94ad1764
This commit is contained in:
parent
851318d151
commit
48f6981d88
1 changed files with 0 additions and 21 deletions
|
@ -35124,27 +35124,6 @@ process.")
|
|||
(home-page "https://gamera.informatik.hsnr.de/")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public python-contextvars
|
||||
(package
|
||||
(name "python-contextvars")
|
||||
(version "2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "contextvars" version))
|
||||
(sha256
|
||||
(base32
|
||||
"17n3w8c20kgkgc6khaafdhhlcdj4bzman4paxqsl7harma59137k"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-immutables))
|
||||
(home-page
|
||||
"https://github.com/MagicStack/contextvars")
|
||||
(synopsis "PEP 567 Backport")
|
||||
(description "This package implements a backport of Python 3.7
|
||||
@code{contextvars} module (see PEP 567) for Python 3.6.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-aiofiles
|
||||
(package
|
||||
(name "python-aiofiles")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue