Install this version:
emerge -a =dev-python/python-socketio-5.16.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/python-socketio-5.16.2
Or alternatively:
emerge --autounmask-write -a =dev-python/python-socketio-5.16.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.16.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python implementation of the Socket.IO realtime server"
HOMEPAGE="
https://github.com/miguelgrinberg/python-socketio/
https://pypi.org/project/python-socketio
https://python-socketio.readthedocs.io/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/aiohttp-3.4[${PYTHON_USEDEP}]
>=dev-python/bidict-0.21.0[${PYTHON_USEDEP}]
>=dev-python/python-engineio-4.11.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
>=dev-python/websocket-client-0.54.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
${RDEPEND}
dev-python/msgpack[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/uvicorn[${PYTHON_USEDEP}]
)
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
distutils_enable_sphinx docs
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/python-socketio |
euse -E <flag> -p dev-python/python-socketio |
euse -D <flag> -p dev-python/python-socketio
>=dev-python/aiohttp-3.4[] >=dev-python/bidict-0.21.0[] >=dev-python/python-engineio-4.11.0[] >=dev-python/requests-2.21.0[] >=dev-python/websocket-client-0.54.0[]
test? ( >=dev-python/aiohttp-3.4[] >=dev-python/bidict-0.21.0[] >=dev-python/python-engineio-4.11.0[] >=dev-python/requests-2.21.0[] >=dev-python/websocket-client-0.54.0[] dev-python/msgpack[] dev-python/pytest-asyncio[] dev-python/uvicorn[] )