# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="2.1.0.dev1"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="CrateDB Python Client"

HOMEPAGE="https://github.com/crate/crate-python"
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="doc test"
DEPENDENCIES="<dev-python/orjson-4.0[${PYTHON_USEDEP}]
	dev-python/urllib3[${PYTHON_USEDEP}]
	dev-python/verlib2[${PYTHON_USEDEP}]
	doc? ( dev-python/crate-docs-theme[${PYTHON_USEDEP}] )
	doc? ( <dev-python/sphinx-9.0[${PYTHON_USEDEP}] )
	test? ( dev-python/certifi[${PYTHON_USEDEP}] )
	test? ( dev-python/createcoverage[${PYTHON_USEDEP}] )
	test? ( <dev-python/mypy-1.16[${PYTHON_USEDEP}] )
	test? ( dev-python/poethepoet[${PYTHON_USEDEP}] )
	test? ( dev-python/ruff[${PYTHON_USEDEP}] )
	test? ( dev-python/stopit[${PYTHON_USEDEP}] )
	test? ( dev-python/pytz[${PYTHON_USEDEP}] )
	test? ( dev-python/zc-customdoctests[${PYTHON_USEDEP}] )
	test? ( <dev-python/zope-testing-6.0[${PYTHON_USEDEP}] )
	test? ( dev-python/zope-testrunner[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"