dev-python/proto-plus - 1.27.1 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =dev-python/proto-plus-1.27.1

Package Information

Description:
Beautiful, Pythonic protocol buffers
Homepage:
https://github.com/googleapis/proto-plus-python/ https://pypi.org/project/proto-plus/
License:
Apache-2.0

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )

inherit distutils-r1

MY_P=${PN}-python-${PV}
DESCRIPTION="Beautiful, Pythonic protocol buffers"
HOMEPAGE="
	https://github.com/googleapis/proto-plus-python/
	https://pypi.org/project/proto-plus/
"
SRC_URI="
	https://github.com/googleapis/proto-plus-python/archive/v${PV}.tar.gz
		-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}

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

RDEPEND="
	<dev-python/protobuf-7[${PYTHON_USEDEP}]
	>=dev-python/protobuf-3.19.0[${PYTHON_USEDEP}]
"
BDEPEND="
	test? (
		>=dev-python/google-api-core-1.31.5[${PYTHON_USEDEP}]
		dev-python/pytz[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs \
	dev-python/sphinx-rtd-theme

Inherited Eclasses

Dependencies

RDEPEND

	<dev-python/protobuf-7[]
	>=dev-python/protobuf-3.19.0[]

BDEPEND

	test? (
		>=dev-python/google-api-core-1.31.5[]
		dev-python/pytz[]
	)

Manifest for 1.27.1

Type File Size Source URLs
DIST proto-plus-python-1.27.1.gh.tar.gz 76528 bytes https://github.com/googleapis/proto-plus-python/archive/v1.27.1.tar.gz