# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) # doesn't build with pypy3 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="PostgreSQL driver for asyncio" HOMEPAGE=" https://pypi.org/project/asyncpg/ https://github.com/MagicStack/asyncpg " LICENSE="Apache-2.0 PSF-2" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" $(python_gen_cond_dep ' >=dev-python/async-timeout-4.0.3[${PYTHON_USEDEP}] ' python3_{10..11}) " BDEPEND="