dev-python/google-ai-generativelanguage - 0.6.15 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/google-ai-generativelanguage-0.6.15

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/google-ai-generativelanguage-0.6.15

Or alternatively:

emerge --autounmask-write -a =dev-python/google-ai-generativelanguage-0.6.15

Package Information

Description:
Google AI generative-language API client (generated GAPIC bindings)
Homepage:
https://github.com/googleapis/google-cloud-python https://pypi.org/project/google-ai-generativelanguage/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.6.15 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

# upstream sdist uses underscored normalization
PYPI_PN="google_ai_generativelanguage"
PYPI_NO_NORMALIZE=1

inherit distutils-r1 pypi

DESCRIPTION="Google AI generative-language API client (generated GAPIC bindings)"
HOMEPAGE="
	https://github.com/googleapis/google-cloud-python
	https://pypi.org/project/google-ai-generativelanguage/
"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

# google-api-core[grpc] enables grpcio + proto-plus[grpcio] paths upstream
# expects. Listing them explicitly so we don't depend on extra resolution.
RDEPEND="
	>=dev-python/google-api-core-1.34.1[${PYTHON_USEDEP}]
	>=dev-python/google-auth-2.14.1[${PYTHON_USEDEP}]
	>=dev-python/proto-plus-1.22.3[${PYTHON_USEDEP}]
	dev-python/protobuf[${PYTHON_USEDEP}]
	dev-python/grpcio[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/google-api-core-1.34.1[]
	>=dev-python/google-auth-2.14.1[]
	>=dev-python/proto-plus-1.22.3[]
	dev-python/protobuf[]
	dev-python/grpcio[]