# 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="Command line utility for authenticating with public clouds. [top-max 2.1.18]"

HOMEPAGE="https://bitbucket.org/atlassian/cloudtoken/"
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="all awscli"
DEPENDENCIES=">=dev-python/flask-0.12[${PYTHON_USEDEP}]
	dev-python/schedule[${PYTHON_USEDEP}]
	>=dev-python/keyring-8.7[${PYTHON_USEDEP}]
	>=dev-python/keyrings-alt-2.2[${PYTHON_USEDEP}]
	dev-python/cloudtoken-plugin-shell-exporter[${PYTHON_USEDEP}]
	dev-python/cloudtoken-plugin-json-exporter[${PYTHON_USEDEP}]
	dev-python/cloudtoken-plugin-saml[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	>=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
	all? ( dev-python/cloudtoken-plugin-awscli-exporter[${PYTHON_USEDEP}] )
	awscli? ( dev-python/cloudtoken-plugin-awscli-exporter[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"