Install this version:
emerge -a =dev-python/py-key-value-aio-0.4.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/py-key-value-aio-0.4.5
Or alternatively:
emerge --autounmask-write -a =dev-python/py-key-value-aio-0.4.5
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=uv-build
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Async key-value storage with pluggable backends"
HOMEPAGE="https://pypi.org/project/py-key-value-aio/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-python/beartype-0.20.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.15.0[${PYTHON_USEDEP}]
>=dev-python/cachetools-5.0.0[${PYTHON_USEDEP}]
>=dev-python/aiofile-3.5.0[${PYTHON_USEDEP}]
>=dev-python/anyio-4.4.0[${PYTHON_USEDEP}]
>=dev-python/keyring-25.6.0[${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-python/uv-build-0.11.4[${PYTHON_USEDEP}]
<dev-python/uv-build-0.12[${PYTHON_USEDEP}]
"
# Tests require optional backends and development dependencies.
RESTRICT="test"
>=dev-python/beartype-0.20.0[] >=dev-python/typing-extensions-4.15.0[] >=dev-python/cachetools-5.0.0[] >=dev-python/aiofile-3.5.0[] >=dev-python/anyio-4.4.0[] >=dev-python/keyring-25.6.0[]
>=dev-python/uv-build-0.11.4[] <dev-python/uv-build-0.12[]