mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-anyio: Update to 4.6.2.
* gnu/packages/python-xyz.scm (python-anyio): Update to 4.6.2. [build-system]: Swap to pyproject-build-system. [native-inputs]: Remove python-coverage; add python-psutil, python-setuptools, and python-wheel. Change-Id: I8f8a25d67561446afe1c399cd9cde11ac43df333
This commit is contained in:
parent
e106fcfba2
commit
c8fff888e2
1 changed files with 7 additions and 5 deletions
|
@ -30999,15 +30999,15 @@ standard error channel (stderr) in your program.")
|
||||||
(define-public python-anyio
|
(define-public python-anyio
|
||||||
(package
|
(package
|
||||||
(name "python-anyio")
|
(name "python-anyio")
|
||||||
(version "3.6.2")
|
(version "4.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "anyio" version))
|
(uri (pypi-uri "anyio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08bljjq5xq0l9id36q3vvjgygirq7g7q2bs41hdg82p379khvsi5"))))
|
"0ir3n40gdcm1kd7qyn4c46pgdyyp36h49a0pifyv6lh7vnrpnapp"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -31058,15 +31058,17 @@ standard error channel (stderr) in your program.")
|
||||||
python-typing-extensions))
|
python-typing-extensions))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-contextlib2
|
(list python-contextlib2
|
||||||
python-coverage
|
|
||||||
python-hypothesis
|
python-hypothesis
|
||||||
python-mock
|
python-mock
|
||||||
|
python-psutil
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-mock
|
python-pytest-mock
|
||||||
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-trio
|
python-trio
|
||||||
python-trustme
|
python-trustme
|
||||||
python-uvloop))
|
python-uvloop
|
||||||
|
python-wheel))
|
||||||
(home-page "https://github.com/agronholm/anyio")
|
(home-page "https://github.com/agronholm/anyio")
|
||||||
(synopsis "Compatibility layer for multiple asynchronous event loops")
|
(synopsis "Compatibility layer for multiple asynchronous event loops")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue