public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Fri, 25 Jul 2025 05:57:04 +0000 (UTC)	[thread overview]
Message-ID: <1753423006.75d9d806f5de9a01436835fbf401eb714ee100af.mgorny@gentoo> (raw)

commit:     75d9d806f5de9a01436835fbf401eb714ee100af
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 25 03:25:18 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 05:56:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d9d806

dev-python/grpcio-status: Bump to 1.74.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/grpcio-status/Manifest                  |  1 +
 .../grpcio-status/grpcio-status-1.74.0.ebuild      | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/grpcio-status/Manifest b/dev-python/grpcio-status/Manifest
index 95be0dd13537..72d46fd9e3d2 100644
--- a/dev-python/grpcio-status/Manifest
+++ b/dev-python/grpcio-status/Manifest
@@ -1 +1,2 @@
 DIST grpc-1.73.1.gh.tar.gz 14876868 BLAKE2B 6321e16b4ebee97c8482be8756700de6409bcaf3eac5be0765b021672560fd9d063385fd6c3c03855134dd26157b1183efe38e99acdab72b31e149478b52c4de SHA512 66e66828de7c95d3eb83bcba369f9c73be89044a5a755f99132de1694b08b72ebc848b33c73fdeed816174f1fc44e407be094237fcb4c5bc9732019cb3fae1b5
+DIST grpc-1.74.0.gh.tar.gz 15014902 BLAKE2B 1c024dd44053cc076d8c3d42b9aa642120222ba36fb816a7be31b9e72b12fe1c14e2d8d81db38c1ea89a57589ebc6153d6089b32c0cbc4100d8b70b579bb42fe SHA512 2b8e726743336ad33157705761159ae4f096209781d7c05cf0b2699852604dde28878f60f3028e08f19db7d8f7c003dc342594a387a9da55db67d39180fdc010

diff --git a/dev-python/grpcio-status/grpcio-status-1.74.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.74.0.ebuild
new file mode 100644
index 000000000000..da5452aed937
--- /dev/null
+++ b/dev-python/grpcio-status/grpcio-status-1.74.0.ebuild
@@ -0,0 +1,46 @@
+# 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.31.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/coverage[${PYTHON_USEDEP}]
+	)
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_test() {
+	cd "${WORKDIR}/${MY_P}/src/python/grpcio_tests" || die
+	epytest tests{,_aio}/status
+}


             reply	other threads:[~2025-07-25  5:57 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-25  5:57 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-27 17:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/ 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-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-10 12:54 Michał Górny
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=1753423006.75d9d806f5de9a01436835fbf401eb714ee100af.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