mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
google-generativeai-0.1.0.ebuild
This commit is contained in:
parent
da3f60a90c
commit
a5c4fb0e53
4 changed files with 57 additions and 0 deletions
1
dev-python/google-ai-generativelanguage/Manifest
Normal file
1
dev-python/google-ai-generativelanguage/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST google-ai-generativelanguage-0.3.1.tar.gz 91437 BLAKE2B b1b5b76d40657a1c993d654cad47afbfc03815f1d6d6f86a38fdf26acff938afc14aa9fff0563811e30d3c3f7f87f625f8376e9e4df31490e31e48f6b59d9a4e SHA512 f8daa1a6606376ffffbfe9419474e15c912b40d2f6208044938c6abe51c48cdfb6853afb367543fd96ad4e67fd91e6d16c69a0afcd29aee45fdd6f9d78bafd9f
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Google Ai Generativelanguage API client library"
|
||||
HOMEPAGE="https://pypi.org/project/google-ai-generativelanguage/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/google-api-core[${PYTHON_USEDEP}]
|
||||
dev-python/proto-plus[${PYTHON_USEDEP}]
|
||||
dev-python/protobuf-python[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
#distutils_enable_tests pytest
|
||||
1
dev-python/google-generativeai/Manifest
Normal file
1
dev-python/google-generativeai/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST v0.1.0.tar.gz 78001 BLAKE2B 33303163ca141c747b515e8704b3913b438001b0179ea851eaf6814e56ea0a6e2530550facd08498146ddf6125e1139a8a94e3a365cd3b7f843b2fb7f75fd1e0 SHA512 9b9eb9da24836d5577ac6e4cbe198d81f9433ab713751ea48c165a60c6d13f30f7738e03d817846da7e577773fad0f55f7b3b235f7b91d0f1cb3c930bbbcaccd
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client library for Google's large language model PaLM API"
|
||||
HOMEPAGE="https://github.com/google/generative-ai-python"
|
||||
SRC_URI="https://github.com/google/generative-ai-python/archive/refs/tags/v${PV}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/google-ai-generativelanguage[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
S=${WORKDIR}/generative-ai-python-${PV}
|
||||
Loading…
Reference in a new issue