diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-13 06:54:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-13 06:54:50 +0800 |
commit | 0386468051d756c519671af24b5fb24ce65f5860 (patch) | |
tree | a937939edc828508db0034ad8d97d4c2a8aad3c5 | |
parent | 308638753bbe5da8ed0dff370f38c2784bc979c4 (diff) | |
download | freebsd-ports-gnome-0386468051d756c519671af24b5fb24ce65f5860.tar.gz freebsd-ports-gnome-0386468051d756c519671af24b5fb24ce65f5860.tar.zst freebsd-ports-gnome-0386468051d756c519671af24b5fb24ce65f5860.zip |
Add py-grpcio-gcp 0.2.2
It supports Google Cloud Platform (GCP) specific extensions for gRPC.
WWW: https://github.com/GoogleCloudPlatform/grpc-gcp-python/tree/master/src
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-grpcio-gcp/Makefile | 23 | ||||
-rw-r--r-- | devel/py-grpcio-gcp/distinfo | 3 | ||||
-rw-r--r-- | devel/py-grpcio-gcp/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 419140545a58..5ed7fb643644 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4604,6 +4604,7 @@ SUBDIR += py-grizzled SUBDIR += py-grouch SUBDIR += py-grpcio + SUBDIR += py-grpcio-gcp SUBDIR += py-grpcio-tools SUBDIR += py-gtfslib SUBDIR += py-gyp diff --git a/devel/py-grpcio-gcp/Makefile b/devel/py-grpcio-gcp/Makefile new file mode 100644 index 000000000000..a9f11b510230 --- /dev/null +++ b/devel/py-grpcio-gcp/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= grpcio-gcp +PORTVERSION= 0.2.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= gRPC extensions for Google Cloud Platform + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.12.0:devel/py-grpcio@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-grpcio-gcp/distinfo b/devel/py-grpcio-gcp/distinfo new file mode 100644 index 000000000000..d266707cb7c1 --- /dev/null +++ b/devel/py-grpcio-gcp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1536761840 +SHA256 (grpcio-gcp-0.2.2.tar.gz) = e292605effc7da39b7a8734c719afb12ec4b5362add3528d8afad3aa3aa9057c +SIZE (grpcio-gcp-0.2.2.tar.gz) = 13366 diff --git a/devel/py-grpcio-gcp/pkg-descr b/devel/py-grpcio-gcp/pkg-descr new file mode 100644 index 000000000000..6e72eb46b6a5 --- /dev/null +++ b/devel/py-grpcio-gcp/pkg-descr @@ -0,0 +1,3 @@ +It supports Google Cloud Platform (GCP) specific extensions for gRPC. + +WWW: https://github.com/GoogleCloudPlatform/grpc-gcp-python/tree/master/src |