# 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="Raven is a client for Sentry (https://getsentry.com)"

HOMEPAGE="https://github.com/getsentry/raven-python"
LICENSE="BSD"
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="flask tests"
DEPENDENCIES="flask? ( >=dev-python/flask-0.8[${PYTHON_USEDEP}] )
	flask? ( >=dev-python/blinker-1.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/bottle[${PYTHON_USEDEP}] )
	tests? ( dev-python/celery[${PYTHON_USEDEP}] )
	tests? ( <dev-python/coverage-4.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/exam[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/flake8-3.5.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/logbook[${PYTHON_USEDEP}] )
	tests? ( dev-python/mock[${PYTHON_USEDEP}] )
	tests? ( dev-python/nose[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytz[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pytest-3.3.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-timeout-1.2.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-xdist-1.18.2[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-pythonpath[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-cov-2.5.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-flake8[${PYTHON_USEDEP}] )
	tests? ( dev-python/requests[${PYTHON_USEDEP}] )
	tests? ( <dev-python/tornado-5.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/tox[${PYTHON_USEDEP}] )
	tests? ( dev-python/webob[${PYTHON_USEDEP}] )
	tests? ( dev-python/webtest[${PYTHON_USEDEP}] )
	tests? ( dev-python/wheel[${PYTHON_USEDEP}] )
	tests? ( dev-python/anyjson[${PYTHON_USEDEP}] )
	tests? ( dev-python/zconfig[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/flask-0.8[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/blinker-1.1[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/flask-login-0.2.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/blinker-1.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/sanic[${PYTHON_USEDEP}] )
	tests? ( dev-python/aiohttp[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"