# 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 simple client for doccano API."

HOMEPAGE="https://github.com/doccano/doccano-client"
LICENSE="MIT"
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="al spacy whisper"
DEPENDENCIES="dev-python/dataclasses-json[${PYTHON_USEDEP}]
	whisper? ( <dev-python/ffmpeg-python-0.3.0[${PYTHON_USEDEP}] )
	al? ( <dev-python/pandas-2.0.0[${PYTHON_USEDEP}] )
	<dev-python/pydantic-2.0.0[${PYTHON_USEDEP}]
	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
	<dev-python/requests-toolbelt-0.10.0[${PYTHON_USEDEP}]
	al? ( dev-python/seqal[${PYTHON_USEDEP}] )
	spacy? ( dev-python/spacy[${PYTHON_USEDEP}] )
	al? ( dev-python/spacy[${PYTHON_USEDEP}] )
	spacy? ( dev-python/spacy-partial-tagger[${PYTHON_USEDEP}] )
	spacy? ( <dev-python/tqdm-5.0.0[${PYTHON_USEDEP}] )
	whisper? ( <dev-python/tqdm-5.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"