guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 524fce3a8075f4f25df677291e286594bbac9909 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Jul 31 15:16:12 2025 +0100
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 --- gnu/packages/python-xyz.scm | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6024c911fc..30658af137 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35173,27 +35173,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")