mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-trio-typing: Update to 0.10.0.
* gnu/packages/python-xyz.scm (python-trio-typing): Update to 0.10.0. [native-inputs]: Remove python-attrs. [propagated-inputs]: Remove python-mypy; add python-async-generator, python-importlib-metadata, and python-packaging. Change-Id: Ie8171ed0bdacb15f083c1c430162a8b4f28965f9
This commit is contained in:
parent
d918e0e609
commit
4c0dbecfcf
1 changed files with 8 additions and 5 deletions
|
@ -30528,18 +30528,21 @@ programs that do multiple things at the same time with parallelized I/O.")
|
||||||
(define-public python-trio-typing
|
(define-public python-trio-typing
|
||||||
(package
|
(package
|
||||||
(name "python-trio-typing")
|
(name "python-trio-typing")
|
||||||
(version "0.8.0")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "trio-typing" version))
|
(uri (pypi-uri "trio-typing" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15wa66cs165wawh4pi808ac43n67b8jqddi5ppdcbkj5gfi68hpi"))))
|
(base32 "1hvsj3w500i33ykfgh3sfkjnxhxf05incx131smshlkd562fcph6"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-attrs python-pytest python-setuptools
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-mypy python-mypy-extensions python-trio
|
(list python-async-generator
|
||||||
|
python-importlib-metadata
|
||||||
|
python-mypy-extensions
|
||||||
|
python-packaging
|
||||||
|
python-trio
|
||||||
python-typing-extensions))
|
python-typing-extensions))
|
||||||
(home-page "https://github.com/python-trio/trio-typing")
|
(home-page "https://github.com/python-trio/trio-typing")
|
||||||
(synopsis "Static type checking support for Trio and related projects")
|
(synopsis "Static type checking support for Trio and related projects")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue