# 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="High-level interfaces to the qalx API"

HOMEPAGE="https://qalx.net"
LICENSE="GPL-3"
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="flaky pip-licenses sphinx"
DEPENDENCIES="dev-python/addict[${PYTHON_USEDEP}]
	<dev-python/appdirs-2.0[${PYTHON_USEDEP}]
	<dev-python/boto3-2.0[${PYTHON_USEDEP}]
	dev-python/bson-extra[${PYTHON_USEDEP}]
	<dev-python/click-9.0[${PYTHON_USEDEP}]
	<dev-python/colorama-0.5.0[${PYTHON_USEDEP}]
	<dev-python/cryptography-43.0[${PYTHON_USEDEP}]
	<dev-python/deprecation-3.0[${PYTHON_USEDEP}]
	>=dev-python/dill-0.3.3[${PYTHON_USEDEP}]
	flaky? ( <dev-python/flaky-4.0[${PYTHON_USEDEP}] )
	<dev-python/gitpython-4.0[${PYTHON_USEDEP}]
	<dev-python/jsonschema-5.0[${PYTHON_USEDEP}]
	pip-licenses? ( dev-python/pip-licenses[${PYTHON_USEDEP}] )
	~dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
	<dev-python/requests-3.0[${PYTHON_USEDEP}]
	sphinx? ( <dev-python/sphinx-7.2[${PYTHON_USEDEP}] )
	<dev-python/tabulate-0.10[${PYTHON_USEDEP}]
	dev-python/treelib[${PYTHON_USEDEP}]
	dev-python/troposphere[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"