# Copyright 1999-2020 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="sphinx" DOCS_DEPEND=" dev-python/sphinxcontrib-napoleon dev-python/pydata-sphinx-theme " DOCS_DIR="${S}/docs" inherit distutils-r1 docs optfeature DESCRIPTION="ASGI Server based on Hyper libraries and inspired by Gunicorn" HOMEPAGE=" https://gitlab.com/pgjones/hypercorn https://github.com/pgjones/hypercorn https://pypi.org/project/Hypercorn " SRC_URI="https://github.com/pgjones/hypercorn/archive/${PV}.zip -> ${P}.zip" LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" RESTRICT="" RDEPEND=" dev-python/h11[${PYTHON_USEDEP}] >=dev-python/hyper-h2-3.1.0[${PYTHON_USEDEP}] dev-python/priority[${PYTHON_USEDEP}] dev-python/toml[${PYTHON_USEDEP}] >=dev-python/wsproto-0.14.0[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7) " BDEPEND=" test? ( dev-python/hypothesis[${PYTHON_USEDEP}] >=dev-python/mock-4[${PYTHON_USEDEP}]