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/segments/Manifest
Normal file
1
dev-python/segments/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST segments-2.4.0.tar.gz 18662 BLAKE2B 6101fd23ec5f9f3617d1083510ef05e28a78ceaa1003beee73b66b28dc6f6916964c8d729b1c1dd74bcbfc8058d79cdc3f222a7c481f35ccbe05ef9b9cd5d2c4 SHA512 36e64d51c8b2ecf10638b2d830450e36b88a7bcb9ed73c9fd82b18ea73da0b0faeba89713cab7f45744a9626a0135c76094e36aef72d777740052594c7789901
|
||||
12
dev-python/segments/metadata.xml
Normal file
12
dev-python/segments/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">cldf/segments</remote-id>
|
||||
<remote-id type="pypi">segments</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
23
dev-python/segments/segments-2.4.0.ebuild
Normal file
23
dev-python/segments/segments-2.4.0.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# 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="Segmentation with orthography profiles"
|
||||
HOMEPAGE="https://github.com/cldf/segments https://pypi.org/project/segments/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/csvw[${PYTHON_USEDEP}]
|
||||
dev-python/regex[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue