# automatically generated by g-sorcery # please do not edit this file EAPI=8 REALNAME="${PN}" LITERALNAME="${PN}" REALVERSION="${PV}" DIGEST_SOURCES="yes" PYTHON_COMPAT=( python3_11 ) DISTUTILS_USE_PEP517=standalone inherit python-r1 gs-pypi DESCRIPTION="Simple but extensible API for Speech Recognition." HOMEPAGE="https://github.com/asai95/speech-recognition-api" LICENSE="" 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="all celery gcs huey s3 whisper" DEPENDENCIES="dev-python/fastapi[${PYTHON_USEDEP}] ~dev-python/pydantic-2.5.2[${PYTHON_USEDEP}] dev-python/pydantic-settings[${PYTHON_USEDEP}] ~dev-python/python-multipart-0.0.6[${PYTHON_USEDEP}] ~dev-python/uvicorn-0.25.0[${PYTHON_USEDEP}] all? ( dev-python/speech-recognition-api[${PYTHON_USEDEP}] ) celery? ( dev-python/celery[${PYTHON_USEDEP}] ) gcs? ( dev-python/google-cloud-storage[${PYTHON_USEDEP}] ) huey? ( dev-python/huey[${PYTHON_USEDEP}] ) s3? ( ~dev-python/boto3-1.34.5[${PYTHON_USEDEP}] ) s3? ( dev-python/boto3-type-annotations[${PYTHON_USEDEP}] ) whisper? ( dev-python/transformers[${PYTHON_USEDEP}] ) whisper? ( dev-python/pydub[${PYTHON_USEDEP}] ) whisper? ( dev-python/torch[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"