# 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="A tool for building feature stores - Transform your raw data into beautiful features."

HOMEPAGE="https://github.com/quintoandar/butterfree"
LICENSE="Copyright"
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="h3"
DEPENDENCIES="dev-python/cassandra-driver[${PYTHON_USEDEP}]
	dev-python/mdutils[${PYTHON_USEDEP}]
	<dev-python/pandas-2.0[${PYTHON_USEDEP}]
	dev-python/parameters-validation[${PYTHON_USEDEP}]
	dev-python/pyspark[${PYTHON_USEDEP}]
	~dev-python/typer-0.4.2[${PYTHON_USEDEP}]
	<dev-python/typing-extensions-5.0[${PYTHON_USEDEP}]
	~dev-python/boto3-1.35[${PYTHON_USEDEP}]
	~dev-python/numpy-1.26.4[${PYTHON_USEDEP}]
	dev-python/delta-spark[${PYTHON_USEDEP}]
	dev-python/pydantic[${PYTHON_USEDEP}]
	h3? ( dev-python/h3[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"