From owner-dev-commits-ports-main@freebsd.org Thu Jun 10 14:47:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 23D5464CAE6; Thu, 10 Jun 2021 14:47:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G16JC4XZ5z4tfY; Thu, 10 Jun 2021 14:47:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7217F115CA; Thu, 10 Jun 2021 14:47:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15AEl7I1047204; Thu, 10 Jun 2021 14:47:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AEl7HM047203; Thu, 10 Jun 2021 14:47:07 GMT (envelope-from git) Date: Thu, 10 Jun 2021 14:47:07 GMT Message-Id: <202106101447.15AEl7HM047203@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 9074b47edabe - main - devel/py-gapic-generator: Add py-gapic-generator 0.35.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9074b47edabebe0a3e2ef263d4800f9e5ad81152 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 14:47:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9074b47edabebe0a3e2ef263d4800f9e5ad81152 commit 9074b47edabebe0a3e2ef263d4800f9e5ad81152 Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 14:25:29 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 14:45:56 +0000 devel/py-gapic-generator: Add py-gapic-generator 0.35.10 This is a generator for API client libraries for APIs specified by protocol buffers, such as those inside Google. It takes a protocol buffer (with particular annotations) and uses it to generate a client library. WWW: https://github.com/googleapis/gapic-generator-python --- devel/Makefile | 1 + devel/py-gapic-generator/Makefile | 29 +++++++++++++++++++++++++++++ devel/py-gapic-generator/distinfo | 3 +++ devel/py-gapic-generator/pkg-descr | 5 +++++ 4 files changed, 38 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index c239490e3a63..af38e957f5ec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4472,6 +4472,7 @@ SUBDIR += py-fypp SUBDIR += py-game SUBDIR += py-game_sdl2 + SUBDIR += py-gapic-generator SUBDIR += py-gast SUBDIR += py-genson SUBDIR += py-genty diff --git a/devel/py-gapic-generator/Makefile b/devel/py-gapic-generator/Makefile new file mode 100644 index 000000000000..d33998fd4466 --- /dev/null +++ b/devel/py-gapic-generator/Makefile @@ -0,0 +1,29 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= gapic-generator +PORTVERSION= 0.35.10 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python client library generator for APIs defined by protocolbuffers + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.17.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.6.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpcio>=1.24.3:devel/py-grpcio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.12.0:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pypandoc>=1.4:textproc/py-pypandoc@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.1.1:devel/py-yaml@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-gapic-generator/distinfo b/devel/py-gapic-generator/distinfo new file mode 100644 index 000000000000..bcd69b98b07d --- /dev/null +++ b/devel/py-gapic-generator/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1622213916 +SHA256 (gapic-generator-0.35.10.tar.gz) = 838815a5c37469b7d9fd574006001949a1555fc35e82aa6a8dc54c535e37a03a +SIZE (gapic-generator-0.35.10.tar.gz) = 142425 diff --git a/devel/py-gapic-generator/pkg-descr b/devel/py-gapic-generator/pkg-descr new file mode 100644 index 000000000000..7aa5c0ca3eff --- /dev/null +++ b/devel/py-gapic-generator/pkg-descr @@ -0,0 +1,5 @@ +This is a generator for API client libraries for APIs specified by protocol +buffers, such as those inside Google. It takes a protocol buffer (with +particular annotations) and uses it to generate a client library. + +WWW: https://github.com/googleapis/gapic-generator-python