commit:     eb59438e1cdca0435e1b06ed37d75dbf12c52987
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  7 07:00:22 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  7 09:52:21 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb59438e

dev-python/python-engineio: Bump to 4.13.1

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-engineio/Manifest                |  1 +
 .../python-engineio/python-engineio-4.13.1.ebuild  | 55 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/python-engineio/Manifest 
b/dev-python/python-engineio/Manifest
index ab6700ac5df3..63ce3cfe4b03 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -1 +1,2 @@
 DIST python-engineio-4.13.0.gh.tar.gz 320799 BLAKE2B 
9b8056aa638aea0c4c65d4f796e3c354f44215c62c6d367fe18697acf726eef5e08a50e71417e645bf8938b27a19304c057a1bf72a714442a2c2f543af92016e
 SHA512 
1d0eb283b2c395a20daa78b576891a05a926f2c14fa43a276917dd0c858b5a02b4852adcb8a82f4c540b80645697757e1381d4118088d17a158dfe13912dea73
+DIST python-engineio-4.13.1.gh.tar.gz 323343 BLAKE2B 
c09f45ced6e82d7586ddd5d0444728e71b7c1ea9e45ac219065d66c70d8b3552651c053c265d40caf43652dd6e28aff9e6b091f01e7b41492f064488dfe067ec
 SHA512 
f5ae57672c5d7bb1263f1e786bde09da5247e7d39dc43cdfa21f9daf7a7674cb4e394a2811d97000a9440665ac2720b31465b202b6dcd6c4bc8e1995ce3c5850

diff --git a/dev-python/python-engineio/python-engineio-4.13.1.ebuild 
b/dev-python/python-engineio/python-engineio-4.13.1.ebuild
new file mode 100644
index 000000000000..d90fcbb0f928
--- /dev/null
+++ b/dev-python/python-engineio/python-engineio-4.13.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the Engine.IO realtime server"
+HOMEPAGE="
+       https://python-engineio.readthedocs.io/
+       https://github.com/miguelgrinberg/python-engineio/
+       https://pypi.org/project/python-engineio/";
+SRC_URI="
+       https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       >=dev-python/aiohttp-3.11[${PYTHON_USEDEP}]
+       dev-python/requests[${PYTHON_USEDEP}]
+       >=dev-python/simple-websocket-0.10.0[${PYTHON_USEDEP}]
+       dev-python/websocket-client[${PYTHON_USEDEP}]
+"
+# Can use eventlet, werkzeug, or gevent, but no tests for werkzeug
+BDEPEND="
+       test? (
+               dev-python/tornado[${PYTHON_USEDEP}]
+               dev-python/websockets[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=( pytest-asyncio )
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+       dev-python/alabaster
+
+EPYTEST_IGNORE=(
+       # eventlet is masked for removal
+       tests/common/test_async_eventlet.py
+)
+
+EPYTEST_DESELECT=(
+       # also eventlet
+       tests/common/test_server.py::TestServer::test_async_mode_eventlet
+       tests/common/test_server.py::TestServer::test_connect
+       tests/common/test_server.py::TestServer::test_service_task_started
+       tests/common/test_server.py::TestServer::test_upgrades
+)

Reply via email to