dev-python/gTTS - 2.5.4 (edgets)

Search

Package Information

Description:
A Python library and CLI tool to interface with Google Translate's text-to-speech API
Homepage:
https://pypi.org/project/gTTS
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.5.4 8 ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517="setuptools"

inherit distutils-r1

DESCRIPTION="A Python library and CLI tool to interface with Google Translate's text-to-speech API"
HOMEPAGE="https://pypi.org/project/gTTS"
SRC_URI="https://files.pythonhosted.org/packages/source/${PN:0:1}/${PN}/${P,,}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
RESTRICT="mirror"

S="${WORKDIR}/${P,,}"

RDEPEND="
    dev-python/click[${PYTHON_USEDEP}]
    dev-python/requests[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

Dependencies

RDEPEND

    dev-python/click[${PYTHON_USEDEP}]
    dev-python/requests[${PYTHON_USEDEP}]