# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" inherit distutils-r1 docs optfeature DESCRIPTION="The lightning-fast ASGI server" HOMEPAGE="https://www.uvicorn.org/ https://github.com/encode/uvicorn" SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64 ~x86" SLOT="0" RDEPEND=" >=dev-python/click-7[${PYTHON_USEDEP}] =dev-python/h11-0.8[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7) " BDEPEND="test? ( dev-python/cryptography[${PYTHON_USEDEP}] >=dev-python/colorama-0.4[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] >=dev-python/python-dotenv-0.13[${PYTHON_USEDEP}] >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}] >=dev-python/websockets-8.0[${PYTHON_USEDEP}] >=dev-python/httptools-0.1[${PYTHON_USEDEP}] =dev-python/watchgod-0.6[${PYTHON_USEDEP}]