dev-python/google-ai-generativelanguage: add 0.4.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-04 10:42:32 +01:00
parent 7c10bd37b5
commit d559d7d311
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 34 additions and 2 deletions

View File

@ -612,12 +612,12 @@ 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 1597 Ebuilds in total, 1586 of them have in total 1601 (42 different) licenses assigned.
There are 1599 Ebuilds in total, 1588 of them have in total 1603 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|920|
|Apache-2.0|337|
|Apache-2.0|339|
|GPL-3|102|
|BSD|87|
|LGPL-3|22|

View File

@ -1,3 +1,5 @@
DIST google-ai-generativelanguage-0.3.3.tar.gz 233517 BLAKE2B cd1ec097fb3c4659249e3662aa251e47d5b3f2f399ba5f5013217e7e76bc4ceb17fbf6d7f2963a05b3f4cc2225034c11d35b98b888681c96230e9f363340785e SHA512 ff0ae889d4539dada3c5a1a914cf6347b46213fca4f061d066f2f74f64005c464f386eef6e4c3e3926a4bc1b6ccbacfc2c076bbef5993ca7cc62d1d0b1a1a3e8
DIST google-ai-generativelanguage-0.4.0.tar.gz 565744 BLAKE2B 44edb7f91b5654806cf9c316970677b86ff561bd274a6b8b7ad1c603124978fd1037294de49df8a86833a3e6d7c11eee18287e4992fab18990d72d51488e62e2 SHA512 ee3fbffbac3b46ddff82c5dd35d04dd81a2be61f1aafaed10831823d179241f0af49d3a24ba3496e338327552c7b547f0b86f70f91d6e212ddbefefb53df2cb8
EBUILD google-ai-generativelanguage-0.3.3.ebuild 828 BLAKE2B 4a648d777b8bcb9e8fa05d166422c48022f7eac709cd51017ed1bb82098a21d11b4c6b39fed7ea972e5154f697753265fd301a200e57c9aca505844048dc98d3 SHA512 aaa81fe4c7fe6e15d7fa83e113622fba02c7a2fdf552b2186f597d6c6b9468bed2e4bf8fcb20732139dbad143ba0d48b8ffd2b86db73f33cd630e5d94b882b44
EBUILD google-ai-generativelanguage-0.4.0.ebuild 787 BLAKE2B 553093013623195d6a0f00f60ef00d00944a56db078646131e3779b3f5e57f6f723034aee237fed302dfa7a542c8cdd0f749e308c940003cea1a662fc6121e94 SHA512 d3d3f6e283fc70a88529c46365cce7767304b6585cee2ad3670675383cb534a0db96f98231a5ab60665d522359a815d8a1c828d6283fa3cdb9c33177b3bd42b4
MISC metadata.xml 553 BLAKE2B a869de8c268c30dbc373bd323d11a8be7a459c33a5af0397a1876526e778bf2f84d653b3bc25032818d9299c332be1888e444cc4fe0671e37166ff9c06029a2f SHA512 184f67c7f4cc407385e1d2d174c5033baaed631549877ed76b57fa2a0172712912b697fafa8424a2c153ef5a6affa104e1e0deb0b98f2f27249210a590148541

View File

@ -0,0 +1,30 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Google Ai Generativelanguage API client library"
HOMEPAGE="https://github.com/googleapis/google-cloud-python https://pypi.org/project/google-ai-generativelanguage/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/google-api-core-1.34.0[${PYTHON_USEDEP}]
>=dev-python/proto-plus-1.22.2[${PYTHON_USEDEP}]
>=dev-python/protobuf-python-3.19.5[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest