# 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="Python SDK for api.capellaspace.com (task, search, order, download)"

HOMEPAGE="https://github.com/capellaspace/console-client"
LICENSE="MIT"
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="docs s3 wizard"
DEPENDENCIES="<=dev-python/setuptools-78.1.1[${PYTHON_USEDEP}]
	<dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
	<dev-python/httpx-0.28.0[${PYTHON_USEDEP}]
	<dev-python/retrying-2.0.0[${PYTHON_USEDEP}]
	<dev-python/rich-14.0.0[${PYTHON_USEDEP}]
	dev-python/geojson[${PYTHON_USEDEP}]
	wizard? ( <dev-python/typer-0.7.0[${PYTHON_USEDEP}] )
	wizard? ( dev-python/questionary[${PYTHON_USEDEP}] )
	wizard? ( <dev-python/tabulate-0.9.0[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-6.0.0[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-rtd-theme-2.0.0[${PYTHON_USEDEP}] )
	docs? ( dev-python/sphinx-autobuild[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-copybutton-0.6.0[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-autodoc-typehints-2.0.0[${PYTHON_USEDEP}] )
	s3? ( dev-python/cloudpathlib[${PYTHON_USEDEP}] )
	s3? ( <dev-python/botocore-2.0.0[${PYTHON_USEDEP}] )
	wizard? ( <dev-python/keyring-26.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"