# 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-gate - AWS SSM Session Manager client CLI"

HOMEPAGE="https://github.com/xen0l/aws-gate"
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="~dev-python/boto3-1.26.151[${PYTHON_USEDEP}]
	~dev-python/cryptography-39.0.2[${PYTHON_USEDEP}]
	~dev-python/marshmallow-3.19.0[${PYTHON_USEDEP}]
	~dev-python/packaging-23.0[${PYTHON_USEDEP}]
	<dev-python/pyyaml-6.1[${PYTHON_USEDEP}]
	~dev-python/requests-2.28.2[${PYTHON_USEDEP}]
	dev-python/unix-ar[${PYTHON_USEDEP}]
	~dev-python/wrapt-1.15.0[${PYTHON_USEDEP}]
	tests? ( ~dev-python/attrs-22.2.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/bandit-1.7.5[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/black-23.1.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/dlint[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/flake8-4.0.1[${PYTHON_USEDEP}] )
	tests? ( dev-python/flake8-bandit[${PYTHON_USEDEP}] )
	tests? ( dev-python/flake8-bugbear[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/hypothesis-6.68.2[${PYTHON_USEDEP}] )
	tests? ( dev-python/invoke[${PYTHON_USEDEP}] )
	tests? ( dev-python/placebo[${PYTHON_USEDEP}] )
	tests? ( dev-python/pre-commit[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pylint-2.17.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-7.2.2[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-black[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-cov-4.0.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-datadir-1.4.1[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-mock-3.10.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/pytest-pylint[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"