# 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="Lao Natural Language Processing library"

HOMEPAGE="https://github.com/wannaphong/laonlp"
LICENSE="Apache Software License 2.0"
SRC_URI="https://files.pythonhosted.org/packages/a6/d2/628c8b9d72e941f97df0da743b43d3976465eda06bb4a7e51d355d3470dd/laonlp-${REALVERSION}.tar.gz"
SOURCEFILE="laonlp-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="full word-vector"
DEPENDENCIES="dev-python/pythainlp[${PYTHON_USEDEP}]
	word-vector? ( <dev-python/scipy-1.11.0[${PYTHON_USEDEP}] )
	word-vector? ( dev-python/gensim[${PYTHON_USEDEP}] )
	word-vector? ( dev-python/huggingface-hub[${PYTHON_USEDEP}] )
	full? ( <dev-python/scipy-1.11.0[${PYTHON_USEDEP}] )
	full? ( dev-python/gensim[${PYTHON_USEDEP}] )
	full? ( dev-python/huggingface-hub[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"