repo/gentoo:master commit in: dev-python/proto-plus/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786069741.432c373ea3f8c7033d3ee3ebc5f826798507cd9b.mgorny@gentoo> |
commit: 432c373ea3f8c7033d3ee3ebc5f826798507cd9b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 7 02:07:35 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 7 02:29:01 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432c373e dev-python/proto-plus: Bump to 1.28.3 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/proto-plus/Manifest | 2 ++ dev-python/proto-plus/proto-plus-1.28.3.ebuild | 34 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-python/proto-plus/Manifest b/dev-python/proto-plus/Manifest index f095e4f13205..cf1e1b90039a 100644 --- a/dev-python/proto-plus/Manifest +++ b/dev-python/proto-plus/Manifest @@ -4,3 +4,5 @@ DIST proto_plus-1.28.1.tar.gz 57166 BLAKE2B 5ce823fdb73de37f4c4b7f5ca420b35c11bd DIST proto_plus-1.28.1.tar.gz.provenance 6103 BLAKE2B abd7daef98b5eb0e28aed60562d7a6410e838c6ff47a6161d88c0b2f1736c809d89f196895e11360caa459a04cbcdc4ec716f4634f7b26e1222dc9bc5e9d879a SHA512 9692010467656ba1bef390c9a993de473c0add3cfe202090cd1e9981bd75126b87c3cf753eb9a29bda770c73baa04e1363d7cbbd883a5393871141eb575c0174 DIST proto_plus-1.28.2.tar.gz 58063 BLAKE2B 144533152068a1d863596dfa3e5ec36ffd97e1776b3ef36baf98bab7f9ba0f6af1d1e5aa29205331cdf15738a2880a45c96cdb93e7eae655691d08d114ad94dd SHA512 c7d82b2cd0cf9fa35218ff13ed3c959b56cd1506d0e3299a3751356f75401097399049c9df76e09e6c88b74e6b3c4d0885e522d48d4a584ef0da21ea06de9eaa DIST proto_plus-1.28.2.tar.gz.provenance 6146 BLAKE2B 9e5d36b250c37756b1f4a78086de3a96cac5ef7b0bd0f0186c97deec5c5a433a69a5d0999df056a9b04209b3b0bfe00859bb10da77ce64f8f2814cf3c1e63db1 SHA512 3f0e16eec242166fec2aaff8dd23b129a61eb763f38255a6d6cde7af41272c9a14ba3cc044ea9bade517a2eebebf6ef2a0311eee714d640bb6ad79137f339f41 +DIST proto_plus-1.28.3.tar.gz 58051 BLAKE2B 574e7c73401774c6517e444f65c43af2d6dd82cd6ba1d193d36d6276f7ad7e3a79395cc6544102bb4ac71d038fddcc2af2018ef6893f0d8ded3759477a2dad65 SHA512 ae934cc2dabe6ab572631d0f45beb4f35489ebf5384099fbea5ab5b96ba453c1218be57176834be96ca6fc7066a2db0526e0b60ff07f21d4e6d3ddc3393771fd +DIST proto_plus-1.28.3.tar.gz.provenance 6052 BLAKE2B a93e022b2366e116f103b3c4e928de73b581e1279a7fe5c015ba42e704172c97e31df429d03d924e42e20f1e41f3e50b41ab06ef78048696f8b62183f2ebe08e SHA512 68d83fd15b9455ad403b2b18125ff3f716e88c2662f8a49b75adfc75a26803cbbae39ab034b72780e088a4d6c09365aa9fc89ae8ccd09e9617e0c8034d3e030f diff --git a/dev-python/proto-plus/proto-plus-1.28.3.ebuild b/dev-python/proto-plus/proto-plus-1.28.3.ebuild new file mode 100644 index 000000000000..dd37d11bf335 --- /dev/null +++ b/dev-python/proto-plus/proto-plus-1.28.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 2021-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-yiZuu6kX0fMraekM5bLblcYXZrFtfLi78GwgEUFvwP6SXLuoLJi/[email protected] +PYTHON_COMPAT=( python3_{12..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Beautiful, Pythonic protocol buffers" +HOMEPAGE=" + https://github.com/googleapis/proto-plus-python/ + https://pypi.org/project/proto-plus/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + <dev-python/protobuf-8[${PYTHON_USEDEP}] + >=dev-python/protobuf-6.33.5[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/google-api-core-2.25.0[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest