mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
30 lines
829 B
Bash
30 lines
829 B
Bash
# Copyright 2020-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
|
PYPI_VERIFY_REPO=gcp:google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com
|
|
PYTHON_COMPAT=( python3_{12..15} )
|
|
|
|
inherit distutils-r1 pypi
|
|
|
|
DESCRIPTION="Python classes generated from the common protos in the googleapis repository"
|
|
HOMEPAGE="
|
|
https://github.com/googleapis/python-api-common-protos/
|
|
https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos/
|
|
https://pypi.org/project/googleapis-common-protos/
|
|
"
|
|
|
|
LICENSE="Apache-2.0"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
|
|
|
|
RDEPEND="
|
|
<dev-python/protobuf-8[${PYTHON_USEDEP}]
|
|
>=dev-python/protobuf-3.15.0[${PYTHON_USEDEP}]
|
|
"
|
|
|
|
EPYTEST_PLUGINS=()
|
|
distutils_enable_tests pytest
|