# 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="AWS Plugin for MLflow with SageMaker"

HOMEPAGE="https://github.com/aws/sagemaker-mlflow"
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="test test-prerelease"
DEPENDENCIES=">=dev-python/boto3-1.34[${PYTHON_USEDEP}]
	dev-python/mlflow[${PYTHON_USEDEP}]
	test? ( dev-python/boto3[${PYTHON_USEDEP}] )
	test? ( <dev-python/coverage-6.2[${PYTHON_USEDEP}] )
	test? ( dev-python/mlflow[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-timeout[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
	test? ( dev-python/scikit-learn[${PYTHON_USEDEP}] )
	test? ( dev-python/moto[${PYTHON_USEDEP}] )
	test-prerelease? ( dev-python/mlflow[${PYTHON_USEDEP}] )
	test-prerelease? ( dev-python/packaging[${PYTHON_USEDEP}] )
	test-prerelease? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test-prerelease? ( dev-python/moto[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"