Skip to content

Commit 0c6a58d

Browse files
committed
dev-python/elevenlabs: add new 1.6.1
Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3614 Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 3d7d92f commit 0c6a58d

File tree

4 files changed

+50
-2
lines changed

4 files changed

+50
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606606

607607
## Licenses
608608
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
609-
There are 1999 Ebuilds in total, 1988 of them have in total 2016 (42 different) licenses assigned.
609+
There are 2000 Ebuilds in total, 1989 of them have in total 2017 (42 different) licenses assigned.
610610

611611
|License| Ebuilds using it|
612612
|-------|-----|
613-
|MIT|1156|
613+
|MIT|1157|
614614
|Apache-2.0|445|
615615
|GPL-3|117|
616616
|BSD|113|

dev-python/elevenlabs/Manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DIST elevenlabs-1.6.1.tar.gz 64918 BLAKE2B f63f5d1fdc64ffc3312858935826400be9ec99257c8274205d7d1848a6a4e43b50eecfb02a23c5fe6c56ab6241d98e4c40a46bb495bff9ba9276d70a9d45351a SHA512 237d06b2b49d65fa37f627bb5ad4d031cad6021d9da6e5f468e1de4ca22c2b01a996a06ef35420f8393b47936750f69f3f046f0d6f157a5cca5b89d5fb1cfb92
2+
EBUILD elevenlabs-1.6.1.ebuild 1041 BLAKE2B 6f87ea00cb8007b7c61cfdb76a6b0d5fc92dc65ecc232be9a81eeb6a32c8e60b48460b78f3edf8a635160e31d2277701f7f3f938b512378a54c2a37265594211 SHA512 14aabe5d7a63472b0f6b745aca627bae18655795380afd607052e918bbb5a7af128b08e3f602b77fb66989d1642135021434473d4d5a8dfc4d7de44996aa7a27
3+
MISC metadata.xml 329 BLAKE2B 458eafb09c81643998b67582e22387acd41c0592141325745c6148ff3a4e730cd35e5b780c7796275ef8f3b8f281ecb34cb3f5a1eea41a9ade3d55fcdc33a293 SHA512 e70738d396ce08087e348c3d4605b16060c840f281b55538bfdeab15d6d9a9c50ba94f69831328a780e01e7fa341cc8de3aa41077bea481e5e1a69e5d30a377c
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Copyright 1999-2024 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
PYTHON_COMPAT=( python3_{11..13} )
7+
DISTUTILS_USE_PEP517=poetry
8+
inherit distutils-r1 pypi
9+
10+
DESCRIPTION="The official Python API for ElevenLabs text-to-speech software."
11+
HOMEPAGE="https://colab.research.google.com/gist/flavioschneider/49468d728a816c6538fd2f56b3b50b96/elevenlabs-python.ipynb https://pypi.org/project/elevenlabs/"
12+
13+
LICENSE="MIT"
14+
SLOT="0"
15+
KEYWORDS="amd64 arm arm64 x86"
16+
IUSE="test"
17+
RESTRICT="!test? ( test )"
18+
19+
DOCS="README.md"
20+
21+
RDEPEND=">=dev-python/httpx-0.21.2[${PYTHON_USEDEP}]
22+
>=dev-python/pydantic-1.9.2[${PYTHON_USEDEP}]
23+
>=dev-python/pydantic-core-2.18.2[${PYTHON_USEDEP}]
24+
>=dev-python/requests-2.20[${PYTHON_USEDEP}]
25+
>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
26+
>=dev-python/websockets-11.0[${PYTHON_USEDEP}]"
27+
BDEPEND="
28+
test? (
29+
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
30+
dev-python/python-dateutil[${PYTHON_USEDEP}]
31+
dev-python/ruff[${PYTHON_USEDEP}]
32+
)"
33+
34+
distutils_enable_tests pytest

dev-python/elevenlabs/metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>[email protected]</email>
6+
<name>Andreas Billmeier</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="pypi">elevenlabs</remote-id>
10+
</upstream>
11+
</pkgmetadata>

0 commit comments

Comments
 (0)