# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 pypi DESCRIPTION="Fake implementation of redis API for testing purposes" HOMEPAGE=" https://github.com/cunla/fakeredis-py/ https://pypi.org/project/fakeredis/ " LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" RDEPEND=" >=dev-python/redis-4.3[${PYTHON_USEDEP}] =dev-python/sortedcontainers-2[${PYTHON_USEDEP}] " # pytest-asyncio: https://github.com/pytest-dev/pytest-asyncio/issues/1175 BDEPEND=" test? ( dev-db/redis dev-python/packaging[${PYTHON_USEDEP}]