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

1
dev-python/fire/Manifest Normal file
View file

@ -0,0 +1 @@
DIST fire-0.7.1.tar.gz 88720 BLAKE2B d11f11bf96fcbb17c20cf3830c81e29dedb8ba6b9fd06ab1562f87c3fd9203ddbb0fdd8c708aafee7fa898b5a82da443e75e4ef15f0f0a638372c3b8c792da52 SHA512 0cce927e14552fb9bdbfab73e32f7ef4665ff4bc9b134ee1b80f9c5b8752ab7db9f0353ebea92934288a273f7ab8be4188dc8b6e8922cb05e4b9d6997586e293

View file

@ -0,0 +1,20 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Library for automatically generating command line interfaces"
HOMEPAGE="https://github.com/google/python-fire https://pypi.org/project/fire/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"
RDEPEND="dev-python/termcolor[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

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>xiangzhedev@gmail.com</email>
<name>xz-dev</name>
</maintainer>
<upstream>
<remote-id type="github">google/python-fire</remote-id>
<remote-id type="pypi">fire</remote-id>
</upstream>
</pkgmetadata>