From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 056EC158042 for ; Wed, 23 Oct 2024 15:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A2A4E0986; Wed, 23 Oct 2024 15:02:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0C0AE0978 for ; Wed, 23 Oct 2024 15:02:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E72BD340C7B for ; Wed, 23 Oct 2024 15:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7091E06 for ; Wed, 23 Oct 2024 15:02:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1729695707.6228ec97354d1d39ab3799c2a14a5ba0017cb43d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/grpcio-status/Manifest dev-python/grpcio-status/grpcio-status-1.67.0.ebuild dev-python/grpcio-status/metadata.xml X-VCS-Directories: dev-python/grpcio-status/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6228ec97354d1d39ab3799c2a14a5ba0017cb43d X-VCS-Branch: master Date: Wed, 23 Oct 2024 15:02:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50cea0eb-93f0-46e8-af1a-652e44cd67db X-Archives-Hash: 0202a1b32378f8c599e5fb17e1a21b92 commit: 6228ec97354d1d39ab3799c2a14a5ba0017cb43d Author: Michał Górny gentoo org> AuthorDate: Tue Oct 22 16:13:23 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 23 15:01:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6228ec97 dev-python/grpcio-status: New package, v1.67.0 Co-authored-by: Roman Popov mail.ru> Signed-off-by: Roman Popov mail.ru> Signed-off-by: Michał Górny gentoo.org> dev-python/grpcio-status/Manifest | 1 + .../grpcio-status/grpcio-status-1.67.0.ebuild | 44 ++++++++++++++++++++++ dev-python/grpcio-status/metadata.xml | 13 +++++++ 3 files changed, 58 insertions(+) diff --git a/dev-python/grpcio-status/Manifest b/dev-python/grpcio-status/Manifest new file mode 100644 index 000000000000..48efca04d4d7 --- /dev/null +++ b/dev-python/grpcio-status/Manifest @@ -0,0 +1 @@ +DIST grpc-1.67.0.gh.tar.gz 17317493 BLAKE2B 81aaf9a4d293dd41d9d068e81eb8a9898b610498722dd6f9c5ff88118fc5a31a936ac83c7cdb4f56c288d131c7721beed8e307dd91bf3de5cc25951cdb06de5a SHA512 5e76a3147ca051e5304d5d64eefe124cd446dd5d7bd9a65667bae5474b59f70b32368d225e8345c9414bddb968c1390b8bcd08ed97abb62b543528289b29ec35 diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild new file mode 100644 index 000000000000..ab5129e7a914 --- /dev/null +++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +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=" + test? ( + 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 ~x86" + +RDEPEND=" + >=dev-python/grpcio-${PV}[${PYTHON_USEDEP}] + >=dev-python/googleapis-common-protos-1.5.5[${PYTHON_USEDEP}] + =dev-python/protobuf-python-5.26.1[${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 +} diff --git a/dev-python/grpcio-status/metadata.xml b/dev-python/grpcio-status/metadata.xml new file mode 100644 index 000000000000..60bdc8475173 --- /dev/null +++ b/dev-python/grpcio-status/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + grpcio-status + grpc/grpc + +