# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" inherit distutils-r1 docs optfeature DESCRIPTION="Async database support for Python." HOMEPAGE=" https://www.encode.io/databases/ https://github.com/encode/databases " SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/sqlalchemy-1.4.0[${PYTHON_USEDEP}]