add hermes-agent with kittentts deps
This commit is contained in:
parent
40d5509482
commit
6c5c6584a1
39 changed files with 709 additions and 1 deletions
1
dev-python/num2words/Manifest
Normal file
1
dev-python/num2words/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST num2words-0.5.14.tar.gz 218213 BLAKE2B e9ebe7907ed03eab44f0bf4329c1a7f5a257ae36b4f716da37ff506a6a38639d1d9fa18fcb38ba9ad76bc829bf87980ebe663c7335913a550f3a813c494c83b3 SHA512 05b7f256df7f23d2b6cbf398b1c908954dab213ae3ed6f2121b7ef9ce9f33539eebcf48f4da4a341e86b1905d7531a84fc7125d22bc710eda13a9d33f6f2ecc2
|
||||
12
dev-python/num2words/metadata.xml
Normal file
12
dev-python/num2words/metadata.xml
Normal 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">savoirfairelinux/num2words</remote-id>
|
||||
<remote-id type="pypi">num2words</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
20
dev-python/num2words/num2words-0.5.14.ebuild
Normal file
20
dev-python/num2words/num2words-0.5.14.ebuild
Normal 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="Convert numbers to words in multiple languages"
|
||||
HOMEPAGE="https://github.com/savoirfairelinux/num2words https://pypi.org/project/num2words/"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue