Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 19:21:53 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
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
Message-ID:  <201709271921.v8RJLrws012231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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