Install this version:
emerge -a =dev-python/matrix-nio-0.26.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/matrix-nio-0.26.0
Or alternatively:
emerge --autounmask-write -a =dev-python/matrix-nio-0.26.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="A Python Matrix client library, designed according to sans I/O principles."
HOMEPAGE="https://github.com/poljar/matrix-nio https://pypi.org/project/matrix-nio/"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="e2e test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="
>=dev-python/aiohttp-3.10.0[${PYTHON_USEDEP}]
>=dev-python/aiofiles-24.1.0[${PYTHON_USEDEP}]
>=dev-python/h11-0.14.0[${PYTHON_USEDEP}]
>=dev-python/h2-4.0.0[${PYTHON_USEDEP}]
>=dev-python/jsonschema-4.14.0[${PYTHON_USEDEP}]
>=dev-python/unpaddedbase64-2.1.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.10.1[${PYTHON_USEDEP}]
>=dev-python/aiohttp-socks-0.8.0[${PYTHON_USEDEP}]
e2e? (
>=dev-python/atomicwrites-1.4.0[${PYTHON_USEDEP}]
>=dev-python/cachetools-5.3.0[${PYTHON_USEDEP}]
>=dev-python/peewee-3.14.4[${PYTHON_USEDEP}]
>=dev-python/vodozemac-0.9.0[${PYTHON_USEDEP}]
)
"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/matrix-nio |
euse -E <flag> -p dev-python/matrix-nio |
euse -D <flag> -p dev-python/matrix-nio
>=dev-python/aiohttp-3.10.0[] >=dev-python/aiofiles-24.1.0[] >=dev-python/h11-0.14.0[] >=dev-python/h2-4.0.0[] >=dev-python/jsonschema-4.14.0[] >=dev-python/unpaddedbase64-2.1.0[] >=dev-python/pycryptodome-3.10.1[] >=dev-python/aiohttp-socks-0.8.0[] e2e? ( >=dev-python/atomicwrites-1.4.0[] >=dev-python/cachetools-5.3.0[] >=dev-python/peewee-3.14.4[] >=dev-python/vodozemac-0.9.0[] )
test? ( dev-python/pytest[] dev-python/pytest-asyncio[] )