# 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="Strong Deep-Learning Baseline algorithms for NLP"

HOMEPAGE="https://www.github.com/dpressel/baseline"
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="bpe bpex grpc onnx regex report test tf2 tfrecord yaml"
DEPENDENCIES="dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/six[${PYTHON_USEDEP}]
	dev-python/mead-layers[${PYTHON_USEDEP}]
	bpe? ( dev-python/fastBPE[${PYTHON_USEDEP}] )
	bpex? ( dev-python/fastBPE[${PYTHON_USEDEP}] )
	bpex? ( dev-python/subword-nmt[${PYTHON_USEDEP}] )
	grpc? ( dev-python/grpc[${PYTHON_USEDEP}] )
	onnx? ( dev-python/onnxruntime[${PYTHON_USEDEP}] )
	regex? ( dev-python/regex[${PYTHON_USEDEP}] )
	report? ( dev-python/tensorboard[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
	test? ( dev-python/mock[${PYTHON_USEDEP}] )
	test? ( dev-python/contextdecorator[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-forked[${PYTHON_USEDEP}] )
	test? ( dev-python/onnxruntime[${PYTHON_USEDEP}] )
	tf2? ( dev-python/tensorflow-addons[${PYTHON_USEDEP}] )
	tfrecord? ( dev-python/tfrecord[${PYTHON_USEDEP}] )
	yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"