# 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="A collection of Sentry extensions"

HOMEPAGE="https://github.com/getsentry/sentry-plugins"
LICENSE="Apache-2.0"
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="tests"
DEPENDENCIES="dev-python/BeautifulSoup[${PYTHON_USEDEP}]
	<dev-python/boto3-1.5.0[${PYTHON_USEDEP}]
	dev-python/cached-property[${PYTHON_USEDEP}]
	dev-python/mistune[${PYTHON_USEDEP}]
	dev-python/phabricator[${PYTHON_USEDEP}]
	dev-python/python-dateutil[${PYTHON_USEDEP}]
	dev-python/pyjwt[${PYTHON_USEDEP}]
	>=dev-python/requests-oauthlib-0.3.0[${PYTHON_USEDEP}]
	>=dev-python/unidiff-0.5.4[${PYTHON_USEDEP}]
	tests? ( dev-python/exam[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/flake8-3.5.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/sentry-flake8[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pycodestyle-2.3.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/responses[${PYTHON_USEDEP}] )
	tests? ( dev-python/sentry[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pytest-cov-2.6.0[${PYTHON_USEDEP}] )
	tests? ( >=dev-python/pyjwt-0.3.2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"