gnu: python-aiostream: Update to 0.7.0.

* gnu/packages/python-web.scm (python-aiostream): Update to 0.7.0.
  [bulid-system]: Use pyproejct.
  [propagated-inputs]: Add python-typing-extensions.
  [native-inputs]: Remove python-pytest-runner and python-wheel.

Change-Id: I96cce47b28966e5e15d0a7e91a0d6637d111ad61
This commit is contained in:
Sharlatan Hellseher 2025-08-10 18:52:25 +01:00
parent 4bd4398049
commit 49d21d9393
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1708,25 +1708,24 @@ comes with a SOCKS proxy client.")
(define-public python-aiostream (define-public python-aiostream
(package (package
(name "python-aiostream") (name "python-aiostream")
(version "0.4.5") (version "0.7.0")
(source (origin (source
;; Tests not included in pypi release. (origin
(method git-fetch) (method git-fetch) ;no tests in PyPI archvie
(uri (git-reference (uri (git-reference
(url "https://github.com/vxgmichel/aiostream") (url "https://github.com/vxgmichel/aiostream")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1wf89l9f0ivlv796pklpgykx6j6ksfqrmvzikd8w5j6ldln7bv50"))))
"0l2ijb7yk0820wiyf6zrzx8fhzf8925an7r06mcaw3in1mr6rssq")))) (build-system pyproject-build-system)
(build-system python-build-system)
(native-inputs (native-inputs
(list python-pytest (list python-pytest
python-pytest-asyncio
python-pytest-cov python-pytest-cov
python-pytest-runner python-pytest-asyncio
python-setuptools python-setuptools))
python-wheel)) (propagated-inputs
(list python-typing-extensions))
(home-page "https://github.com/vxgmichel/aiostream") (home-page "https://github.com/vxgmichel/aiostream")
(synopsis "Generator-based operators for asynchronous iteration") (synopsis "Generator-based operators for asynchronous iteration")
(description "@code{aiostream} provides a collection of stream operators that can (description "@code{aiostream} provides a collection of stream operators that can