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 dlinfo-2.0.0.tar.gz 12727 BLAKE2B c12a3a9170b756998543cc72d6af181e18dafbad4f244161c9ab60353a713df4fe64cd94855a44a8df4f9e07d38b4a56239277f31e4f889f3055fc8483b17764 SHA512 8203afd397fff636f64d584c797bae95a47267bc694ae1dc4b56caf4e701a47d44f3aa0931a58f425721f38a9e6f21e962f97768ac5c29ef13693a9bd8a284c1

View file

@ -0,0 +1,17 @@
# 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="Python wrapper for libc dlinfo and dyld_find"
HOMEPAGE="https://github.com/fphammerle/python-dlinfo https://pypi.org/project/dlinfo/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test"

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">fphammerle/python-dlinfo</remote-id>
<remote-id type="pypi">dlinfo</remote-id>
</upstream>
</pkgmetadata>