dev-python/elevenlabs: add new 1.6.1
Closes: #3614 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
3d7d92f3c7
commit
0c6a58db61
@ -606,11 +606,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
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.
|
||||
There are 1999 Ebuilds in total, 1988 of them have in total 2016 (42 different) licenses assigned.
|
||||
There are 2000 Ebuilds in total, 1989 of them have in total 2017 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1156|
|
||||
|MIT|1157|
|
||||
|Apache-2.0|445|
|
||||
|GPL-3|117|
|
||||
|BSD|113|
|
||||
|
3
dev-python/elevenlabs/Manifest
Normal file
3
dev-python/elevenlabs/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST elevenlabs-1.6.1.tar.gz 64918 BLAKE2B f63f5d1fdc64ffc3312858935826400be9ec99257c8274205d7d1848a6a4e43b50eecfb02a23c5fe6c56ab6241d98e4c40a46bb495bff9ba9276d70a9d45351a SHA512 237d06b2b49d65fa37f627bb5ad4d031cad6021d9da6e5f468e1de4ca22c2b01a996a06ef35420f8393b47936750f69f3f046f0d6f157a5cca5b89d5fb1cfb92
|
||||
EBUILD elevenlabs-1.6.1.ebuild 1041 BLAKE2B 6f87ea00cb8007b7c61cfdb76a6b0d5fc92dc65ecc232be9a81eeb6a32c8e60b48460b78f3edf8a635160e31d2277701f7f3f938b512378a54c2a37265594211 SHA512 14aabe5d7a63472b0f6b745aca627bae18655795380afd607052e918bbb5a7af128b08e3f602b77fb66989d1642135021434473d4d5a8dfc4d7de44996aa7a27
|
||||
MISC metadata.xml 329 BLAKE2B 458eafb09c81643998b67582e22387acd41c0592141325745c6148ff3a4e730cd35e5b780c7796275ef8f3b8f281ecb34cb3f5a1eea41a9ade3d55fcdc33a293 SHA512 e70738d396ce08087e348c3d4605b16060c840f281b55538bfdeab15d6d9a9c50ba94f69831328a780e01e7fa341cc8de3aa41077bea481e5e1a69e5d30a377c
|
34
dev-python/elevenlabs/elevenlabs-1.6.1.ebuild
Normal file
34
dev-python/elevenlabs/elevenlabs-1.6.1.ebuild
Normal file
@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="The official Python API for ElevenLabs text-to-speech software."
|
||||
HOMEPAGE="https://colab.research.google.com/gist/flavioschneider/49468d728a816c6538fd2f56b3b50b96/elevenlabs-python.ipynb https://pypi.org/project/elevenlabs/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/httpx-0.21.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-1.9.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-core-2.18.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.20[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/websockets-11.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/ruff[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
11
dev-python/elevenlabs/metadata.xml
Normal file
11
dev-python/elevenlabs/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">elevenlabs</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user