add hermes-agent with kittentts deps

This commit is contained in:
TheK0tYaRa 2026-04-28 20:14:43 +03:00
parent 40d5509482
commit 6c5c6584a1
39 changed files with 709 additions and 1 deletions

View file

@ -0,0 +1 @@
DIST phonemizer_fork-3.3.2.tar.gz 300989 BLAKE2B ed2277b8aac5c6ff6ba7efe4e83a8bcf2970327357928de2aff5ed171064f9c18d593240f862429b5263ec56580f60dd0889e8911742edd78396f732364cd5c7 SHA512 c9ab4be423d83878f63ef0d2e2dbe1ceb8fa1d8497b4c87a387bfd6698b9308d77b945d22d9bda2159e6d0e5551a6f58318c61cf35bdf0307e6cd0c11f5c5765

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>local@example.com</email>
<name>Local Overlay</name>
</maintainer>
<upstream>
<remote-id type="github">bootphon/phonemizer</remote-id>
<remote-id type="pypi">phonemizer-fork</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,27 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Simple text to phones converter for multiple languages"
HOMEPAGE="https://bootphon.github.io/phonemizer/ https://pypi.org/project/phonemizer-fork/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="
app-accessibility/espeak-ng
dev-python/attrs[${PYTHON_USEDEP}]
dev-python/dlinfo[${PYTHON_USEDEP}]
dev-python/joblib[${PYTHON_USEDEP}]
dev-python/segments[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"