Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2020 09:00:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521986 - in head/devel: . py-grpc-google-iam-v1
Message-ID:  <202001040900.00490tEu052541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	grpc-google-iam-v1
+PORTVERSION=	0.12.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001040900.00490tEu052541>