# 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="AWS Lambda Context class for type checking and testing"

HOMEPAGE="https://gitlab.com/new10-public/python-lambda-context"
LICENSE=""
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="tests? ( ~dev-python/flake8-3.7.8[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/isort-4.3.21[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/mypy-0.720[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/black-19.3_beta0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-5.0.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-cov-2.7.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/pre-commit[${PYTHON_USEDEP}] )
	tests? ( dev-python/bump2version[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"