# 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=wheel

inherit python-r1 gs-pypi

DESCRIPTION="chDB is an in-process OLAP SQL Engine powered by ClickHouse [wheel]"

HOMEPAGE="https://github.com/chdb-io/chdb"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/cp39/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="ci dev publish"
DEPENDENCIES="<dev-python/pandas-3.0.0[${PYTHON_USEDEP}]
	>=dev-python/pyarrow-13.0.0[${PYTHON_USEDEP}]
	dev? ( dev-python/pytest[${PYTHON_USEDEP}] )
	dev? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	ci? ( dev-python/cibuildwheel[${PYTHON_USEDEP}] )
	publish? ( dev-python/twine[${PYTHON_USEDEP}] )
	publish? ( dev-python/wheel[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"