# 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=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Few libriaries that we need to use in more than one of our project [wheel]"

HOMEPAGE=""
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test"
DEPENDENCIES="~dev-python/jinja2-3.1.2[${PYTHON_USEDEP}]
	~dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
	~dev-python/boto3-1.26.69[${PYTHON_USEDEP}]
	dev-python/boto3-stubs[${PYTHON_USEDEP}]
	~dev-python/botocore-1.29.69[${PYTHON_USEDEP}]
	~dev-python/cryptography-39.0.1[${PYTHON_USEDEP}]
	~dev-python/ecdsa-0.18.0[${PYTHON_USEDEP}]
	~dev-python/email-validator-1.2.1[${PYTHON_USEDEP}]
	dev-python/fastapi[${PYTHON_USEDEP}]
	dev-python/mangum[${PYTHON_USEDEP}]
	dev-python/mypy-boto3-athena[${PYTHON_USEDEP}]
	dev-python/mypy-boto3-glue[${PYTHON_USEDEP}]
	dev-python/mypy-boto3-s3[${PYTHON_USEDEP}]
	dev-python/mypy-boto3-secretsmanager[${PYTHON_USEDEP}]
	dev-python/mypy-boto3-ses[${PYTHON_USEDEP}]
	dev-python/mypy-boto3-sqs[${PYTHON_USEDEP}]
	dev-python/mypy-boto3-ssm[${PYTHON_USEDEP}]
	~dev-python/pydantic-1.10.4[${PYTHON_USEDEP}]
	~dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
	~dev-python/pytz-2022.1[${PYTHON_USEDEP}]
	~dev-python/siphash24-1.2[${PYTHON_USEDEP}]
	~dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
	dev-python/types-python-dateutil[${PYTHON_USEDEP}]
	dev-python/types-pytz[${PYTHON_USEDEP}]
	test? ( >=dev-python/pytest-2.7.3[${PYTHON_USEDEP}] )
	test? ( dev-python/pre-commit[${PYTHON_USEDEP}] )
	test? ( dev-python/ruff[${PYTHON_USEDEP}] )
	test? ( ~dev-python/black-23.1.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/flit-3.8.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/build-0.10.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/twine-4.0.2[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"