Install this version:
emerge -a =dev-python/mindroom-nio-0.25.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/mindroom-nio-0.25.4
Or alternatively:
emerge --autounmask-write -a =dev-python/mindroom-nio-0.25.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.25.4 | 8 | ~amd64 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10,11,12,13,14} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1
MY_PV="${PV/_rc/rc}"
DESCRIPTION="A Python Matrix client library, designed according to sans I/O principles."
HOMEPAGE="https://github.com/mindroom-ai/mindroom-nio https://github.com/matrix-nio/matrix-nio"
SRC_URI="https://github.com/mindroom-ai/mindroom-nio/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="encryption"
REQUIRED_USE="test? ( encryption )"
DEPEND="!dev-python/matrix-nio"
RDEPEND="${DEPEND}
>=dev-python/aiohttp-3.10.0
<dev-python/aiohttp-4.0.0
>=dev-python/aiofiles-24.1.0
<dev-python/aiofiles-26.0.0
>=dev-python/h11-0.14.0
<dev-python/h11-0.17.0
>=dev-python/h2-4.0.0
<dev-python/h2-5.0.0
>=dev-python/jsonschema-4.14.0
<dev-python/jsonschema-5.0.0
>=dev-python/unpaddedbase64-2.1.0
<dev-python/unpaddedbase64-3.0.0
>=dev-python/pycryptodome-3.10.1
<dev-python/pycryptodome-4.0.0
>=dev-python/aiohttp-socks-0.8.4
<dev-python/aiohttp-socks-0.12.0
encryption? (
>=dev-python/vodozemac-python-0.9.0
<dev-python/vodozemac-python-0.10.0
>=dev-python/peewee-3.14.4
<dev-python/peewee-5.0.0
>=dev-python/cachetools-5.3.3
<dev-python/cachetools-8.0.0
>=dev-python/atomicwrites-1.4.0
<dev-python/atomicwrites-2.0.0
)
"
BDEPEND="
>=dev-python/setuptools-61.0.0
test? (
${RDEPEND}
>=dev-python/pytest-8.2.0
>=dev-python/pytest-asyncio-0.24.0
>=dev-python/pytest-aiohttp-0.3.0
>=dev-python/hyperframe-6.0.0
<dev-python/hyperframe-7.0.0
>=dev-python/hypothesis-6.8.9
<dev-python/hypothesis-7.0.0
>=dev-python/hpack-4.0.0
<dev-python/hpack-5.0.0
>=dev-python/faker-8.0.0
>=dev-python/mypy-1.11.0
<dev-python/mypy-2.0.0
>=dev-python/pytest-aiohttp-0.3.0
>=dev-python/aioresponses-0.7.4
<dev-python/aioresponses-0.8.0
)
"
#PATCHES=(
# "${FILESDIR}/${P}-fix-pytest-event-loop.patch"
#)
distutils_enable_tests pytest
python_test() {
# Skip `tests/async_client_test::TestClass::test_connect_wrapper` because it requires network.
epytest -k 'not (async_client_test and TestClass and test_connect_wrapper) and not (key_export_test and TestClass and test_encrypt_rounds)'
}
Manage flags for this package:
euse -i <flag> -p dev-python/mindroom-nio |
euse -E <flag> -p dev-python/mindroom-nio |
euse -D <flag> -p dev-python/mindroom-nio
!dev-python/matrix-nio
!dev-python/matrix-nio >=dev-python/aiohttp-3.10.0 <dev-python/aiohttp-4.0.0 >=dev-python/aiofiles-24.1.0 <dev-python/aiofiles-26.0.0 >=dev-python/h11-0.14.0 <dev-python/h11-0.17.0 >=dev-python/h2-4.0.0 <dev-python/h2-5.0.0 >=dev-python/jsonschema-4.14.0 <dev-python/jsonschema-5.0.0 >=dev-python/unpaddedbase64-2.1.0 <dev-python/unpaddedbase64-3.0.0 >=dev-python/pycryptodome-3.10.1 <dev-python/pycryptodome-4.0.0 >=dev-python/aiohttp-socks-0.8.4 <dev-python/aiohttp-socks-0.12.0 encryption? ( >=dev-python/vodozemac-python-0.9.0 <dev-python/vodozemac-python-0.10.0 >=dev-python/peewee-3.14.4 <dev-python/peewee-5.0.0 >=dev-python/cachetools-5.3.3 <dev-python/cachetools-8.0.0 >=dev-python/atomicwrites-1.4.0 <dev-python/atomicwrites-2.0.0 )
>=dev-python/setuptools-61.0.0 test? ( !dev-python/matrix-nio >=dev-python/aiohttp-3.10.0 <dev-python/aiohttp-4.0.0 >=dev-python/aiofiles-24.1.0 <dev-python/aiofiles-26.0.0 >=dev-python/h11-0.14.0 <dev-python/h11-0.17.0 >=dev-python/h2-4.0.0 <dev-python/h2-5.0.0 >=dev-python/jsonschema-4.14.0 <dev-python/jsonschema-5.0.0 >=dev-python/unpaddedbase64-2.1.0 <dev-python/unpaddedbase64-3.0.0 >=dev-python/pycryptodome-3.10.1 <dev-python/pycryptodome-4.0.0 >=dev-python/aiohttp-socks-0.8.4 <dev-python/aiohttp-socks-0.12.0 encryption? ( >=dev-python/vodozemac-python-0.9.0 <dev-python/vodozemac-python-0.10.0 >=dev-python/peewee-3.14.4 <dev-python/peewee-5.0.0 >=dev-python/cachetools-5.3.3 <dev-python/cachetools-8.0.0 >=dev-python/atomicwrites-1.4.0 <dev-python/atomicwrites-2.0.0 ) >=dev-python/pytest-8.2.0 >=dev-python/pytest-asyncio-0.24.0 >=dev-python/pytest-aiohttp-0.3.0 >=dev-python/hyperframe-6.0.0 <dev-python/hyperframe-7.0.0 >=dev-python/hypothesis-6.8.9 <dev-python/hypothesis-7.0.0 >=dev-python/hpack-4.0.0 <dev-python/hpack-5.0.0 >=dev-python/faker-8.0.0 >=dev-python/mypy-1.11.0 <dev-python/mypy-2.0.0 >=dev-python/pytest-aiohttp-0.3.0 >=dev-python/aioresponses-0.7.4 <dev-python/aioresponses-0.8.0 )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mindroom-nio-0.25.4.gh.tar.gz | 283234 bytes | https://github.com/mindroom-ai/mindroom-nio/archive/refs/tags/0.25.4.tar.gz |