svn commit: r521986 - in head/devel: . py-grpc-google-iam-v1

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 4 09:00:56 UTC 2020


Author: sunpoet
Date: Sat Jan  4 09:00:55 2020
New Revision: 521986
URL: https://svnweb.freebsd.org/changeset/ports/521986

Log:
  Add py-grpc-google-iam-v1 0.12.3
  
  Cloud Identity and Access Management (IAM)
  
  A Service Account is an account used to identify services (non-humans) to
  Google. A Service Account has a list of Service Account Keys, which can be used
  to authenticate to Google.
  
  A Service Account Key is a public/private keypair generated by Google. Google
  retains the public key, while the customer is given the private key. The private
  key can be used to sign JWTs and authenticate Service Accounts to Google.
  
  WWW: https://github.com/googleapis/googleapis/tree/master/google/iam

Added:
  head/devel/py-grpc-google-iam-v1/
  head/devel/py-grpc-google-iam-v1/Makefile   (contents, props changed)
  head/devel/py-grpc-google-iam-v1/distinfo   (contents, props changed)
  head/devel/py-grpc-google-iam-v1/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jan  4 08:31:21 2020	(r521985)
+++ head/devel/Makefile	Sat Jan  4 09:00:55 2020	(r521986)
@@ -4490,6 +4490,7 @@
     SUBDIR += py-greenlet
     SUBDIR += py-grizzled
     SUBDIR += py-grouch
+    SUBDIR += py-grpc-google-iam-v1
     SUBDIR += py-grpcio
     SUBDIR += py-grpcio-gcp
     SUBDIR += py-grpcio-tools

Added: head/devel/py-grpc-google-iam-v1/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-grpc-google-iam-v1/Makefile	Sat Jan  4 09:00:55 2020	(r521986)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	grpc-google-iam-v1
+PORTVERSION=	0.12.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	GRPC library for the google-iam-v1 service
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.5.2<2.0.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}grpcio>=1.0.0<2.0.0:devel/py-grpcio@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-grpc-google-iam-v1/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-grpc-google-iam-v1/distinfo	Sat Jan  4 09:00:55 2020	(r521986)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578117365
+SHA256 (grpc-google-iam-v1-0.12.3.tar.gz) = 0bfb5b56f648f457021a91c0df0db4934b6e0c300bd0f2de2333383fe958aa72
+SIZE (grpc-google-iam-v1-0.12.3.tar.gz) = 13551

Added: head/devel/py-grpc-google-iam-v1/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-grpc-google-iam-v1/pkg-descr	Sat Jan  4 09:00:55 2020	(r521986)
@@ -0,0 +1,11 @@
+Cloud Identity and Access Management (IAM)
+
+A Service Account is an account used to identify services (non-humans) to
+Google. A Service Account has a list of Service Account Keys, which can be used
+to authenticate to Google.
+
+A Service Account Key is a public/private keypair generated by Google. Google
+retains the public key, while the customer is given the private key. The private
+key can be used to sign JWTs and authenticate Service Accounts to Google.
+
+WWW: https://github.com/googleapis/googleapis/tree/master/google/iam


More information about the svn-ports-all mailing list