# 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="Generic asynchronous i/o python utilities for AWS services (SQS, S3, DynamoDB, Secrets Manager), Redis, MSSQL (pyodbc), JIRA and more"

HOMEPAGE="https://github.com/nrccua/aioradio"
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=""
DEPENDENCIES=">=dev-python/cython-0.29.33[${PYTHON_USEDEP}]
	dev-python/aioboto3[${PYTHON_USEDEP}]
	dev-python/aiojobs[${PYTHON_USEDEP}]
	dev-python/backoff[${PYTHON_USEDEP}]
	~dev-python/botocore-1.37.1[${PYTHON_USEDEP}]
	~dev-python/boto3-1.37.1[${PYTHON_USEDEP}]
	dev-python/ddtrace[${PYTHON_USEDEP}]
	>=dev-python/faust-cchardet-2.1.18[${PYTHON_USEDEP}]
	>=dev-python/fakeredis-2.20.0[${PYTHON_USEDEP}]
	>=dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
	dev-python/mandrill[${PYTHON_USEDEP}]
	dev-python/mlflow[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.26.4[${PYTHON_USEDEP}]
	~dev-python/openpyxl-3.0.10[${PYTHON_USEDEP}]
	>=dev-python/orjson-3.6.8[${PYTHON_USEDEP}]
	>=dev-python/pandas-1.3.5[${PYTHON_USEDEP}]
	dev-python/polars[${PYTHON_USEDEP}]
	>=dev-python/pyarrow-13.0.0[${PYTHON_USEDEP}]
	dev-python/pysmb[${PYTHON_USEDEP}]
	>=dev-python/python-json-logger-2.0.2[${PYTHON_USEDEP}]
	>=dev-python/redis-5.0.1[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"