# automatically generated by g-sorcery # please do not edit this file EAPI=8 REALNAME="${PN}" LITERALNAME="WebTest" 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="Helper to test WSGI applications" HOMEPAGE="https://docs.pylonsproject.org/projects/webtest/en/latest/" 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="docs tests" DEPENDENCIES=">=dev-python/webob-1.2[${PYTHON_USEDEP}] >=dev-python/waitress-3.0.2[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] tests? ( dev-python/coverage[${PYTHON_USEDEP}] ) tests? ( dev-python/pastedeploy[${PYTHON_USEDEP}] ) tests? ( dev-python/pyquery[${PYTHON_USEDEP}] ) tests? ( dev-python/pytest[${PYTHON_USEDEP}] ) tests? ( dev-python/pytest-cov[${PYTHON_USEDEP}] ) tests? ( dev-python/wsgiproxy2[${PYTHON_USEDEP}] ) docs? ( dev-python/docutils[${PYTHON_USEDEP}] ) docs? ( dev-python/pylons-sphinx-themes[${PYTHON_USEDEP}] ) docs? ( >=dev-python/sphinx-3.0.0[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"