# 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 Aqueduct"

HOMEPAGE="https://github.com/aqueducthq/aqueduct"
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=""
DEPENDENCIES="<=dev-python/setuptools-67.2.0[${PYTHON_USEDEP}]
	<=dev-python/cloudpickle-2.2.1[${PYTHON_USEDEP}]
	<=dev-python/numpy-1.24.2[${PYTHON_USEDEP}]
	<=dev-python/requests-2.28.2[${PYTHON_USEDEP}]
	<=dev-python/pandas-1.5.3[${PYTHON_USEDEP}]
	<=dev-python/ipython-8.9.0[${PYTHON_USEDEP}]
	<=dev-python/croniter-1.3.8[${PYTHON_USEDEP}]
	<=dev-python/pydantic-1.10.4[${PYTHON_USEDEP}]
	<=dev-python/plotly-5.13.0[${PYTHON_USEDEP}]
	<=dev-python/pyarrow-11.0.0[${PYTHON_USEDEP}]
	<=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
	dev-python/great-expectations[${PYTHON_USEDEP}]
	<=dev-python/ruamel-yaml-0.17.17[${PYTHON_USEDEP}]
	<=dev-python/pillow-9.4.0[${PYTHON_USEDEP}]
	<=dev-python/multipart-0.2.4[${PYTHON_USEDEP}]
	<=dev-python/requests-toolbelt-0.10.1[${PYTHON_USEDEP}]
	<=dev-python/pymongo-4.3.3[${PYTHON_USEDEP}]
	<=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"