# 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="TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for TensorFlow 2"

HOMEPAGE="https://github.com/tensorspeech/TensorFlowTTS"
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="test"
DEPENDENCIES="dev-python/tensorflow-gpu[${PYTHON_USEDEP}]
	dev-python/tensorflow-addons[${PYTHON_USEDEP}]
	>=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}]
	dev-python/huggingface-hub[${PYTHON_USEDEP}]
	dev-python/librosa[${PYTHON_USEDEP}]
	>=dev-python/soundfile-0.10.2[${PYTHON_USEDEP}]
	>=dev-python/matplotlib-3.1.0[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.26.1[${PYTHON_USEDEP}]
	>=dev-python/h5py-2.10.0[${PYTHON_USEDEP}]
	>=dev-python/unidecode-1.1.1[${PYTHON_USEDEP}]
	>=dev-python/inflect-4.1.0[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-0.22.0[${PYTHON_USEDEP}]
	dev-python/pyworld[${PYTHON_USEDEP}]
	dev-python/numba[${PYTHON_USEDEP}]
	dev-python/jamo[${PYTHON_USEDEP}]
	dev-python/pypinyin[${PYTHON_USEDEP}]
	dev-python/g2pM[${PYTHON_USEDEP}]
	dev-python/TextGrid[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/g2p-en[${PYTHON_USEDEP}]
	dev-python/dataclasses[${PYTHON_USEDEP}]
	test? ( >=dev-python/pytest-3.3.0[${PYTHON_USEDEP}] )
	test? ( dev-python/hacking[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"