From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/
Date: Tue, 10 Jun 2025 12:54:07 +0000 (UTC) [thread overview]
Message-ID: <1749558983.3fdeef8c3669f3081dd8d167a8175b6db02060b9.mgorny@gentoo> (raw)
commit: 3fdeef8c3669f3081dd8d167a8175b6db02060b9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 01:20:55 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 12:36:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdeef8c
dev-python/grpcio-status: Bump to 1.73.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/grpcio-status/Manifest | 1 +
.../grpcio-status/grpcio-status-1.73.0.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-python/grpcio-status/Manifest b/dev-python/grpcio-status/Manifest
index ce938c33969c..3c1c83accae4 100644
--- a/dev-python/grpcio-status/Manifest
+++ b/dev-python/grpcio-status/Manifest
@@ -1,2 +1,3 @@
DIST grpc-1.72.0.gh.tar.gz 14730317 BLAKE2B f4b16fcef3efa086cce043197e0d7bb6dc858074c329c3c993f33a5a65db72d8cf8106bc3d96cf72a12cf3040405e91f1d2fda2ac64b558ed00b18d6aef5821a SHA512 e56c37f6b2370426df63e700d9cf227864812911ae071f1c34626d0c336d6b6b42ca5d7cdc6d5d04744009aca6be8769fe9b0f15992f3aa2112e6166ed326f6a
DIST grpc-1.72.1.gh.tar.gz 14732943 BLAKE2B fe72ef9e39b798bb0858127ebf2c873c1f4a44ad44f0dda1c2250a913496a0d147c2f67b08b51298cd1063463f62f268e49cbe788bddad051b25f95859b79cab SHA512 6351c52bf0116653ab67f5ea7b4ba7b048c3663fc85acf9fb91a17f1c5940346dfe125d3397ca71d8c2de3076a67a1eea1aad0f979d2896d6c486a30ec5ea931
+DIST grpc-1.73.0.gh.tar.gz 14873144 BLAKE2B f4abf617cd97dc3a72cee410a09db29965a98e5db2a5bfa88312d643f78a760ffa2cb3dba803c18d79a2bbf24e826b6e2edb772b3e6b3f0c3be49d9f5ce0904d SHA512 697a6fd38f396505ff207ff8f44fc69f4f88134fd53415926bb14860f1ef973e5257d58e9ca19c436ff7190568d36fb336d4a727c0819ac614240a4a75885bef
diff --git a/dev-python/grpcio-status/grpcio-status-1.73.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.73.0.ebuild
new file mode 100644
index 000000000000..d7038de3c24e
--- /dev/null
+++ b/dev-python/grpcio-status/grpcio-status-1.73.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+MY_P=grpc-${PV}
+DESCRIPTION="Reference package for GRPC Python status proto mapping"
+HOMEPAGE="
+ https://grpc.io/
+ https://github.com/grpc/grpc/
+ https://pypi.org/project/grpcio-status/
+"
+SRC_URI="
+ https://github.com/grpc/grpc/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}/src/python/grpcio_status
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]
+ >=dev-python/googleapis-common-protos-1.5.5[${PYTHON_USEDEP}]
+ <dev-python/protobuf-7[${PYTHON_USEDEP}]
+ >=dev-python/protobuf-6.30.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/coverage[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+
+ cd "${WORKDIR}/${MY_P}/src/python/grpcio_tests" || die
+ epytest tests{,_aio}/status
+}
next reply other threads:[~2025-06-10 12:54 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-10 12:54 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-22 16:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/ Michał Górny
2025-09-27 17:46 Michał Górny
2025-09-17 3:31 Michał Górny
2025-09-02 0:59 Sam James
2025-08-10 9:13 Sam James
2025-08-09 21:20 Sam James
2025-07-25 5:57 Michał Górny
2025-07-19 6:26 Sam James
2025-07-12 16:14 Sam James
2025-07-12 16:14 Sam James
2025-07-03 12:44 Michał Górny
2025-06-26 8:58 Michał Górny
2025-06-21 9:50 Sam James
2025-06-21 8:29 Sam James
2025-06-03 5:39 Michał Górny
2025-06-03 4:59 Michał Górny
2025-05-31 14:16 Michał Górny
2025-05-31 14:14 Arthur Zamarin
2025-05-31 13:22 Arthur Zamarin
2025-05-31 12:58 Arthur Zamarin
2025-05-10 7:41 Michał Górny
2025-04-26 7:03 Michał Górny
2025-03-29 10:27 Michał Górny
2025-03-29 10:21 Sam James
2025-03-29 10:14 Sam James
2025-03-11 8:47 Michał Górny
2025-02-22 9:09 Michał Górny
2025-01-24 7:21 Michał Górny
2025-01-18 10:45 Arthur Zamarin
2025-01-06 14:25 Michał Górny
2025-01-03 19:04 Michał Górny
2024-11-10 15:30 Sam James
2024-11-10 9:39 Sam James
2024-11-09 13:24 Arthur Zamarin
2024-10-24 12:58 Michał Górny
2024-10-24 4:14 Michał Górny
2024-10-23 15:02 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1749558983.3fdeef8c3669f3081dd8d167a8175b6db02060b9.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox