From owner-svn-ports-all@freebsd.org Wed Sep 27 19:21:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F727E0D2E4; Wed, 27 Sep 2017 19:21:54 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AA5D833C7; Wed, 27 Sep 2017 19:21:54 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RJLrxs012235; Wed, 27 Sep 2017 19:21:53 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RJLrws012231; Wed, 27 Sep 2017 19:21:53 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201709271921.v8RJLrws012231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 27 Sep 2017 19:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450780 - in head/devel: . py-googleapis-common-protos X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/devel: . py-googleapis-common-protos X-SVN-Commit-Revision: 450780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 19:21:54 -0000 Author: wg Date: Wed Sep 27 19:21:52 2017 New Revision: 450780 URL: https://svnweb.freebsd.org/changeset/ports/450780 Log: www/py-googleapis-common-protos: Common protobufs used in Google APIs googleapis-common-protos contains the python classes generated from the common protos in the googleapis repository. WWW: https://github.com/googleapis/googleapis Added: head/devel/py-googleapis-common-protos/ head/devel/py-googleapis-common-protos/Makefile (contents, props changed) head/devel/py-googleapis-common-protos/distinfo (contents, props changed) head/devel/py-googleapis-common-protos/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 27 18:58:58 2017 (r450779) +++ head/devel/Makefile Wed Sep 27 19:21:52 2017 (r450780) @@ -4432,6 +4432,7 @@ SUBDIR += py-gobject SUBDIR += py-gobject3 SUBDIR += py-google-apputils + SUBDIR += py-googleapis-common-protos SUBDIR += py-grab SUBDIR += py-greenlet SUBDIR += py-grizzled Added: head/devel/py-googleapis-common-protos/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-googleapis-common-protos/Makefile Wed Sep 27 19:21:52 2017 (r450780) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= googleapis-common-protos +PORTVERSION= 1.5.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Common protobufs used in Google APIs + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>0:devel/py-protobuf + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-googleapis-common-protos/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-googleapis-common-protos/distinfo Wed Sep 27 19:21:52 2017 (r450780) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506510294 +SHA256 (googleapis-common-protos-1.5.3.tar.gz) = c075eddaa2628ab519e01b7d75b76e66c40eaa50fc52758d8225f84708950ef2 +SIZE (googleapis-common-protos-1.5.3.tar.gz) = 28479 Added: head/devel/py-googleapis-common-protos/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-googleapis-common-protos/pkg-descr Wed Sep 27 19:21:52 2017 (r450780) @@ -0,0 +1,4 @@ +googleapis-common-protos contains the python classes generated from the common +protos in the googleapis repository. + +WWW: https://github.com/googleapis/googleapis