Install this version:
emerge -a =dev-python/elevenlabs-2.42.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/elevenlabs-2.42.0
Or alternatively:
emerge --autounmask-write -a =dev-python/elevenlabs-2.42.0
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="The official Python API for ElevenLabs text-to-speech software."
HOMEPAGE="https://colab.research.google.com/gist/flavioschneider/49468d728a816c6538fd2f56b3b50b96/elevenlabs-python.ipynb https://pypi.org/project/elevenlabs/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="pyaudio test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/httpx-0.21.2[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.2[${PYTHON_USEDEP}]
>=dev-python/pydantic-core-2.18.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.20[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
>=dev-python/websockets-11.0[${PYTHON_USEDEP}]
pyaudio? ( >=dev-python/pyaudio-0.2.14[${PYTHON_USEDEP}] )"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/ruff[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/elevenlabs |
euse -E <flag> -p dev-python/elevenlabs |
euse -D <flag> -p dev-python/elevenlabs
>=dev-python/httpx-0.21.2[] >=dev-python/pydantic-1.9.2[] >=dev-python/pydantic-core-2.18.2[] >=dev-python/requests-2.20[] >=dev-python/typing-extensions-4.0.0[] >=dev-python/websockets-11.0[] pyaudio? ( >=dev-python/pyaudio-0.2.14[] )
test? ( dev-python/pytest-asyncio[] dev-python/python-dateutil[] dev-python/ruff[] )