git: 05cede0a892b - main - devel/py-grpcio-status: Add py-grpcio-status 1.41.1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 01 Nov 2021 13:45:18 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05cede0a892bfe22adb4a92adaf8b5535a67cdc2

commit 05cede0a892bfe22adb4a92adaf8b5535a67cdc2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-01 13:23:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-01 13:41:21 +0000

    devel/py-grpcio-status: Add py-grpcio-status 1.41.1
    
    Reference package for GRPC Python status proto mapping.
    
    WWW: https://grpc.io/
---
 devel/Makefile                   |  1 +
 devel/py-grpcio-status/Makefile  | 24 ++++++++++++++++++++++++
 devel/py-grpcio-status/distinfo  |  3 +++
 devel/py-grpcio-status/pkg-descr |  3 +++
 4 files changed, 31 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 8b1de6312d6f..f23e5237e059 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4569,6 +4569,7 @@
     SUBDIR += py-grpc-stubs
     SUBDIR += py-grpcio
     SUBDIR += py-grpcio-gcp
+    SUBDIR += py-grpcio-status
     SUBDIR += py-grpcio-tools
     SUBDIR += py-gs_api_client
     SUBDIR += py-gtfslib
diff --git a/devel/py-grpcio-status/Makefile b/devel/py-grpcio-status/Makefile
new file mode 100644
index 000000000000..ef0a97e4a2a9
--- /dev/null
+++ b/devel/py-grpcio-status/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	grpcio-status
+PORTVERSION=	1.41.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Status proto mapping for gRPC
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.5:devel/py-googleapis-common-protos@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}grpcio>=${PORTVERSION}:devel/py-grpcio@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0,1:devel/py-protobuf@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-grpcio-status/distinfo b/devel/py-grpcio-status/distinfo
new file mode 100644
index 000000000000..d670f0eb62e2
--- /dev/null
+++ b/devel/py-grpcio-status/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1635730875
+SHA256 (grpcio-status-1.41.1.tar.gz) = 6c37cf353902143e22c69a9c44a8a584ebbe84f373fba9e298679e6db63421f4
+SIZE (grpcio-status-1.41.1.tar.gz) = 7972
diff --git a/devel/py-grpcio-status/pkg-descr b/devel/py-grpcio-status/pkg-descr
new file mode 100644
index 000000000000..542f78949341
--- /dev/null
+++ b/devel/py-grpcio-status/pkg-descr
@@ -0,0 +1,3 @@
+Reference package for GRPC Python status proto mapping.
+
+WWW: https://grpc.io/