public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/
@ 2024-10-23 15:02 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-10-23 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6228ec97354d1d39ab3799c2a14a5ba0017cb43d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 16:13:23 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <roma251078 <AT> mail.ru>
Signed-off-by: Roman Popov <roma251078 <AT> mail.ru>
Signed-off-by: Michał Górny <mgorny <AT> 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-6[${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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>python@gentoo.org</email>
+		<name>Python</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="pypi">grpcio-status</remote-id>
+		<remote-id type="github">grpc/grpc</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/
@ 2024-10-24  4:14 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-10-24  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7b3e8858f9fb43ed6c69ea99df0374c215504b03
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 04:07:47 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 04:14:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3e8858

dev-python/grpcio-status: Fix SRC_URI (/facepalm)

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

 dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
index ab5129e7a914..42d69cb4f7ca 100644
--- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
+++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
@@ -16,10 +16,8 @@ HOMEPAGE="
 	https://pypi.org/project/grpcio-status/
 "
 SRC_URI="
-	test? (
-		https://github.com/grpc/grpc/archive/v${PV}.tar.gz
-			-> ${MY_P}.gh.tar.gz
-	)
+	https://github.com/grpc/grpc/archive/v${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
 "
 S=${WORKDIR}/${MY_P}/src/python/grpcio_status
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/
@ 2024-10-24 12:58 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-10-24 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     544c70d41f0f37953aadb1c17c4dcca14b79bda1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 11:20:50 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 12:58:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544c70d4

dev-python/grpcio-status: Add test-dep on coverage

Closes: https://bugs.gentoo.org/942048
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
index 42d69cb4f7ca..b914fe852d6b 100644
--- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
+++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
@@ -31,6 +31,11 @@ RDEPEND="
 	<dev-python/protobuf-python-6[${PYTHON_USEDEP}]
 	>=dev-python/protobuf-python-5.26.1[${PYTHON_USEDEP}]
 "
+BDEPEND="
+	test? (
+		dev-python/coverage[${PYTHON_USEDEP}]
+	)
+"
 
 distutils_enable_tests pytest
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/
@ 2024-11-09 13:24 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-11-09 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     7cce1a505ee97c13163f2d6d3d7ae90db080de4b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 13:24:11 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 13:24:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cce1a50

dev-python/grpcio-status: Stabilize 1.67.0 arm64, #943112

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
index e6ecd58b952c..2980a58f49b9 100644
--- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
+++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}/src/python/grpcio_status
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 
 RDEPEND="
 	>=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/
@ 2024-11-10  9:39 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-11-10  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1b45758c9a58efaf656d261efd0d9ddef851debc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 09:38:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 09:38:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b45758c

dev-python/grpcio-status: Stabilize 1.67.0 x86, #943112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
index 2980a58f49b9..99a90877e7de 100644
--- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
+++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}/src/python/grpcio_status
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="~amd64 arm64 x86"
 
 RDEPEND="
 	>=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/
@ 2024-11-10 15:30 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-11-10 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f3861e3cfc2aa0dda8057c185db8368e73529650
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 15:30:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 15:30:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3861e3c

dev-python/grpcio-status: Stabilize 1.67.0 amd64, #943112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
index 99a90877e7de..183bc3666551 100644
--- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
+++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}/src/python/grpcio_status
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
 	>=dev-python/grpcio-${PV}[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-11-10 15:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-10  9:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 15:30 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox