# automatically generated by g-sorcery # please do not edit this file EAPI=8 REALNAME="${PN}" LITERALNAME="${PN}" REALVERSION="${PV}" DIGEST_SOURCES="yes" PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} ) DISTUTILS_USE_PEP517=standalone inherit python-r1 gs-pypi DESCRIPTION="It's React, but in Python" HOMEPAGE="https://github.com/rmorshea/idom" LICENSE="MIT" SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz" SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz" RESTRICT="test" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="all fastapi flask sanic starlette testing tornado" DEPENDENCIES=">=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}] >=dev-python/mypy-extensions-0.4.3[${PYTHON_USEDEP}] >=dev-python/anyio-3.0[${PYTHON_USEDEP}] >=dev-python/jsonpatch-1.32[${PYTHON_USEDEP}] >=dev-python/fastjsonschema-2.14.5[${PYTHON_USEDEP}] >=dev-python/requests-2.0[${PYTHON_USEDEP}] >=dev-python/colorlog-6.0[${PYTHON_USEDEP}] >=dev-python/asgiref-3.0[${PYTHON_USEDEP}] >=dev-python/lxml-4.0[${PYTHON_USEDEP}] all? ( >=dev-python/starlette-0.13.6[${PYTHON_USEDEP}] ) all? ( >=dev-python/uvicorn-0.19.0[${PYTHON_USEDEP}] ) all? ( dev-python/sanic[${PYTHON_USEDEP}] ) all? ( dev-python/Sanic-Cors[${PYTHON_USEDEP}] ) all? ( dev-python/fastapi[${PYTHON_USEDEP}] ) all? ( dev-python/flask[${PYTHON_USEDEP}] ) all? ( =dev-python/uvicorn-0.19.0[${PYTHON_USEDEP}] ) flask? ( dev-python/flask[${PYTHON_USEDEP}] ) flask? ( =dev-python/uvicorn-0.19.0[${PYTHON_USEDEP}] ) starlette? ( >=dev-python/starlette-0.13.6[${PYTHON_USEDEP}] ) starlette? ( >=dev-python/uvicorn-0.19.0[${PYTHON_USEDEP}] ) testing? ( dev-python/playwright[${PYTHON_USEDEP}] ) tornado? ( dev-python/tornado[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"