gnu: python-engineio: Update to 4.12.2.

* gnu/packages/python-web.scm (python-engineio): Update to 4.12.2.
[propagated-inputs]: Remove python-tornado.
[native-inputs]: Remove python-wheel; add python-pytest-asyncio and python-tornado.

Change-Id: I29e6bbc8ebcd3734a76fab524bd6958c6360d355
This commit is contained in:
Sharlatan Hellseher 2025-09-22 22:34:45 +01:00
parent efe87a4dc3
commit 6fccf2d56c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7058,26 +7058,30 @@ this it tries to be opinion-free and very extendable.")
(define-public python-engineio (define-public python-engineio
(package (package
(name "python-engineio") (name "python-engineio")
(version "4.11.2") (version "4.12.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python_engineio" version)) (uri (pypi-uri "python_engineio" version))
(sha256 (sha256
(base32 (base32
"0abijzn4srf89jlj0kqcd9xbhyxvglzxkciy5nxv815rrvdb0nql")))) "1ynyf3n29biwkm6nwzzwzhr4m19lsir1x5azxq2nl7xyw7zi5rz7"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
;; File not found. #:test-flags
#:test-flags '(list "-k" "not test_static_files"))) #~(list "-k"
"not test_static_file_routing and not test_static_files")))
(native-inputs
(list python-pytest
python-pytest-asyncio
python-setuptools
python-tornado))
(propagated-inputs (propagated-inputs
(list python-aiohttp (list python-aiohttp
python-requests python-requests
python-simple-websocket python-simple-websocket
python-tornado
python-websocket-client)) python-websocket-client))
(native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/miguelgrinberg/python-engineio/") (home-page "https://github.com/miguelgrinberg/python-engineio/")
(synopsis "Engine.IO server") (synopsis "Engine.IO server")
(description "This package provides a Python implementation of the (description "This package provides a Python implementation of the