# 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="Native Python binding for Apache Hudi, based on hudi-rs."

HOMEPAGE="https://github.com/apache/hudi-rs"
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="devel"
DEPENDENCIES=">=dev-python/pyarrow-11.0.0[${PYTHON_USEDEP}]
	dev-python/pyarrow-hotfix[${PYTHON_USEDEP}]
	devel? ( ~dev-python/pytest-8.3.5[${PYTHON_USEDEP}] )
	devel? ( ~dev-python/coverage-7.8[${PYTHON_USEDEP}] )
	devel? ( dev-python/ruff[${PYTHON_USEDEP}] )
	devel? ( ~dev-python/mypy-1.15[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"