diff options
author | wg <wg@FreeBSD.org> | 2017-09-28 03:21:52 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2017-09-28 03:21:52 +0800 |
commit | a519c22b2331ddc15df9005de5ae6501833ccd56 (patch) | |
tree | 73dfb6a87402228263c3b8f73f6af188be5b5373 /devel | |
parent | 479f9b735232bef1bfdab5f5745d72a8f9c5d9a9 (diff) | |
download | freebsd-ports-gnome-a519c22b2331ddc15df9005de5ae6501833ccd56.tar.gz freebsd-ports-gnome-a519c22b2331ddc15df9005de5ae6501833ccd56.tar.zst freebsd-ports-gnome-a519c22b2331ddc15df9005de5ae6501833ccd56.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-googleapis-common-protos/Makefile | 19 | ||||
-rw-r--r-- | devel/py-googleapis-common-protos/distinfo | 3 | ||||
-rw-r--r-- | devel/py-googleapis-common-protos/pkg-descr | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0c4c4b338cd0..944ed8f52725 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-googleapis-common-protos/Makefile b/devel/py-googleapis-common-protos/Makefile new file mode 100644 index 000000000000..f2ced16c25e0 --- /dev/null +++ b/devel/py-googleapis-common-protos/Makefile @@ -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> diff --git a/devel/py-googleapis-common-protos/distinfo b/devel/py-googleapis-common-protos/distinfo new file mode 100644 index 000000000000..d8cc34187a9c --- /dev/null +++ b/devel/py-googleapis-common-protos/distinfo @@ -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 diff --git a/devel/py-googleapis-common-protos/pkg-descr b/devel/py-googleapis-common-protos/pkg-descr new file mode 100644 index 000000000000..66995548245b --- /dev/null +++ b/devel/py-googleapis-common-protos/pkg-descr @@ -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 |