pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-grpcio-tools net/py-grpcio-tools: Import versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/649d930df000
branches:  trunk
changeset: 379294:649d930df000
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 28 01:24:36 2018 +0000

description:
net/py-grpcio-tools: Import version 1.11.0

grpcio-tools is a package for gRPC Python tools.

diffstat:

 net/py-grpcio-tools/DESCR    |   1 +
 net/py-grpcio-tools/Makefile |  20 ++++++++++++++++++++
 net/py-grpcio-tools/PLIST    |  28 ++++++++++++++++++++++++++++
 net/py-grpcio-tools/distinfo |   7 +++++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r fbb3aa4c2826 -r 649d930df000 net/py-grpcio-tools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-grpcio-tools/DESCR Sat Apr 28 01:24:36 2018 +0000
@@ -0,0 +1,1 @@
+grpcio-tools is a package for gRPC Python tools.
diff -r fbb3aa4c2826 -r 649d930df000 net/py-grpcio-tools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-grpcio-tools/Makefile      Sat Apr 28 01:24:36 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/04/28 01:24:36 minskim Exp $
+
+DISTNAME=      grpcio-tools-1.11.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-tools/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://grpc.io/
+COMMENT=       Protobuf code generator for gRPC
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-grpcio>=1.11.0:../../net/py-grpcio
+DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.5.0:../../devel/py-protobuf
+
+USE_LANGUAGES= c c++11
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fbb3aa4c2826 -r 649d930df000 net/py-grpcio-tools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-grpcio-tools/PLIST Sat Apr 28 01:24:36 2018 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2018/04/28 01:24:36 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/grpc_tools/__init__.py
+${PYSITELIB}/grpc_tools/__init__.pyc
+${PYSITELIB}/grpc_tools/__init__.pyo
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/any.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/api.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/compiler/plugin.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/descriptor.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/duration.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/empty.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/field_mask.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/source_context.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/struct.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/timestamp.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/type.proto
+${PYSITELIB}/grpc_tools/_proto/google/protobuf/wrappers.proto
+${PYSITELIB}/grpc_tools/_protoc_compiler.so
+${PYSITELIB}/grpc_tools/command.py
+${PYSITELIB}/grpc_tools/command.pyc
+${PYSITELIB}/grpc_tools/command.pyo
+${PYSITELIB}/grpc_tools/protoc.py
+${PYSITELIB}/grpc_tools/protoc.pyc
+${PYSITELIB}/grpc_tools/protoc.pyo
diff -r fbb3aa4c2826 -r 649d930df000 net/py-grpcio-tools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-grpcio-tools/distinfo      Sat Apr 28 01:24:36 2018 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2018/04/28 01:24:36 minskim Exp $
+
+SHA1 (grpcio-tools-1.11.0.tar.gz) = 0f1122e10a451514b6da470a68c3144a55c306de
+RMD160 (grpcio-tools-1.11.0.tar.gz) = 0b2dae30de1df63e0204e3e21d7f4ac883ff0ad4
+SHA512 (grpcio-tools-1.11.0.tar.gz) = e22ac471344d38f25b8bf59e358dc193f6fc19d496e74548e2ccf4fa9809ed6a756c2d3cd998fb026a7164e0271e1955332d29ba42b30b4a5fc998fb7c81662b
+Size (grpcio-tools-1.11.0.tar.gz) = 1917055 bytes
+SHA1 (patch-setup.py) = ead9b166fe5f2404f894bc2240141a694afd42f2



Home | Main Index | Thread Index | Old Index