Received: by mail.netbsd.org (Postfix, from userid 605) id 4FDFD84E24; Fri, 3 Jan 2020 08:21:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CCD6284E1F for ; Fri, 3 Jan 2020 08:21:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xGGRLCu_15oD for ; Fri, 3 Jan 2020 08:21:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8E19484C6C for ; Fri, 3 Jan 2020 08:21:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87A54FA97; Fri, 3 Jan 2020 08:21:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578039697240950" MIME-Version: 1.0 Date: Fri, 3 Jan 2020 08:21:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200103082137.87A54FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578039697240950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 3 08:21:37 UTC 2020 Modified Files: pkgsrc/net/grpc: Makefile PLIST distinfo pkgsrc/net/grpc/patches: patch-CMakeLists.txt patch-cmake_benchmark.cmake pkgsrc/net/py-grpcio: Makefile PLIST distinfo pkgsrc/net/py-grpcio-tools: Makefile distinfo Added Files: pkgsrc/net/py-grpcio-testing: DESCR Makefile PLIST distinfo Log Message: grpc: updated to 1.26.0 Release v1.26.0 This release contains refinements, improvements, and bug fixes, with highlights listed below. Core Fix compression filter crash on empty payload. Ensure awake pollset_work threads exist on Windows. Disable client_idle_filter. Remove gpr_get/set_allocation_functions. Security audit response. C++ Automatically disable testing frameworks if gRPC_BUILD_TESTS=OFF. Do not build channelz when gRPC_USE_PROTO_LITE. Add options for all codegen plugins. gRPC-C++ podspec follows gRPC versioning. Issue 19208: Fix pollset_set_del_fd to cleanup all fd references. De-duplicate .proto file processing. cmake: Add VERSION and SOVERSION properties to libraries. Python Release Python3.8 wheels for Windows. Release Python3.8 wheel on macOS. Fix issue with exception being out of scope in Python 3. [AIO] Implement the shutdown process for AIO server and completion queue. Attempt to drop support for Python 3.4. AIO Unified call interface. Make sure Core aware of gevent Cython objects. [bazel] Add an ability to call an optional custom plugin for py_proto_library and py_grpc_library. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/grpc/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/grpc/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/grpc/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/grpc/patches/patch-CMakeLists.txt cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/grpc/patches/patch-cmake_benchmark.cmake cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/py-grpcio/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-grpcio/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-grpcio/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-grpcio-testing/DESCR \ pkgsrc/net/py-grpcio-testing/Makefile pkgsrc/net/py-grpcio-testing/PLIST \ pkgsrc/net/py-grpcio-testing/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-grpcio-tools/Makefile \ pkgsrc/net/py-grpcio-tools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578039697240950 Content-Disposition: inline Content-Length: 15678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/grpc/Makefile diff -u pkgsrc/net/grpc/Makefile:1.17 pkgsrc/net/grpc/Makefile:1.18 --- pkgsrc/net/grpc/Makefile:1.17 Wed Nov 6 17:14:24 2019 +++ pkgsrc/net/grpc/Makefile Fri Jan 3 08:21:36 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2019/11/06 17:14:24 adam Exp $ +# $NetBSD: Makefile,v 1.18 2020/01/03 08:21:36 adam Exp $ -DISTNAME= grpc-1.25.0 +DISTNAME= grpc-1.26.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/net/grpc/PLIST diff -u pkgsrc/net/grpc/PLIST:1.12 pkgsrc/net/grpc/PLIST:1.13 --- pkgsrc/net/grpc/PLIST:1.12 Wed Nov 6 17:14:24 2019 +++ pkgsrc/net/grpc/PLIST Fri Jan 3 08:21:36 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2019/11/06 17:14:24 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2020/01/03 08:21:36 adam Exp $ bin/grpc_cpp_plugin bin/grpc_csharp_plugin bin/grpc_node_plugin @@ -207,6 +207,7 @@ include/grpcpp/impl/codegen/rpc_service_ include/grpcpp/impl/codegen/security/auth_context.h include/grpcpp/impl/codegen/serialization_traits.h include/grpcpp/impl/codegen/server_callback.h +include/grpcpp/impl/codegen/server_callback_handlers.h include/grpcpp/impl/codegen/server_callback_impl.h include/grpcpp/impl/codegen/server_context.h include/grpcpp/impl/codegen/server_context_impl.h @@ -319,6 +320,9 @@ lib/libgrpc_unsecure.so.1 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.${PKGVERSION} lib/libgrpcpp_channelz.so.1 +lib/libupb.so +lib/libupb.so.${PKGVERSION} +lib/libupb.so.9 lib/pkgconfig/gpr.pc lib/pkgconfig/grpc++.pc lib/pkgconfig/grpc++_unsecure.pc Index: pkgsrc/net/grpc/distinfo diff -u pkgsrc/net/grpc/distinfo:1.18 pkgsrc/net/grpc/distinfo:1.19 --- pkgsrc/net/grpc/distinfo:1.18 Wed Nov 6 17:14:24 2019 +++ pkgsrc/net/grpc/distinfo Fri Jan 3 08:21:36 2020 @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.18 2019/11/06 17:14:24 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/01/03 08:21:36 adam Exp $ -SHA1 (grpc-1.25.0.tar.gz) = f44584031c3f4a1b4353766e4173e23c3b0bf1ce -RMD160 (grpc-1.25.0.tar.gz) = 8ad86ac690283830ffde6c5bc4b2a31ecbd5ede4 -SHA512 (grpc-1.25.0.tar.gz) = 7d9e126eafdfefe9b5c2eacf9c082b972115f231a55cff53386305f2df68037e2593eedc3f27fe0eaeb7fbe78b28f6b87607cdeccf59929b9a9b33bf74ab5c92 -Size (grpc-1.25.0.tar.gz) = 16460163 bytes -SHA1 (patch-CMakeLists.txt) = 0b046300aac3ffb48eca4a8943e5877b6a3a8c55 -SHA1 (patch-cmake_benchmark.cmake) = 031873ba9a8cd93d491693feb4d58e52a715cc64 +SHA1 (grpc-1.26.0.tar.gz) = 69ac73b58c058e4c48ec1192f1a1c67a46f5194d +RMD160 (grpc-1.26.0.tar.gz) = fb95bf93628ee6d0f164e9c39c1d64caa9a99835 +SHA512 (grpc-1.26.0.tar.gz) = 4f7d067c582d0a9be7b7d4dd1e08acdbe6ff0686dfe92b5db5b7927f779410a4237acfd1c61d9f79eb2d00f86cf93cc7492fa372c1877e57c1aa23e9bb2648bb +Size (grpc-1.26.0.tar.gz) = 16673794 bytes +SHA1 (patch-CMakeLists.txt) = 90fee82c0625d71ec3c086ca21364c1b4e4bcfda +SHA1 (patch-cmake_benchmark.cmake) = 6a7880c30019a723a35b56b0c5bd2d730b36550d SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = aff0ff2ff52753c3a169d1f7b939b894dda013f9 SHA1 (patch-src_core_lib_iomgr_port.h) = e3c5e6ee071557c717df0a1a61597f9906fbeff5 Index: pkgsrc/net/grpc/patches/patch-CMakeLists.txt diff -u pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.6 pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.7 --- pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.6 Sun Aug 25 18:52:37 2019 +++ pkgsrc/net/grpc/patches/patch-CMakeLists.txt Fri Jan 3 08:21:36 2020 @@ -1,10 +1,10 @@ -$NetBSD: patch-CMakeLists.txt,v 1.6 2019/08/25 18:52:37 adam Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.7 2020/01/03 08:21:36 adam Exp $ Add version number to shared libraries. ---- CMakeLists.txt.orig 2019-08-14 21:29:55.000000000 +0000 +--- CMakeLists.txt.orig 2019-12-18 01:29:27.000000000 +0000 +++ CMakeLists.txt -@@ -205,7 +205,7 @@ function(protobuf_generate_grpc_cpp) +@@ -212,7 +212,7 @@ function(protobuf_generate_grpc_cpp) "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}_mock.grpc.pb.h" "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.cc" "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.h" @@ -13,9 +13,9 @@ Add version number to shared libraries. ARGS --grpc_out=generate_mock_code=true:${_gRPC_PROTO_GENS_DIR} --cpp_out=${_gRPC_PROTO_GENS_DIR} --plugin=protoc-gen-grpc=${_gRPC_CPP_PLUGIN} -@@ -19451,5 +19451,22 @@ foreach(_config gRPCConfig gRPCConfigVer - ) - endforeach() +@@ -18361,6 +18361,23 @@ install(FILES + DESTINATION ${gRPC_INSTALL_CMAKEDIR} + ) +foreach(_lib + address_sorting @@ -36,3 +36,4 @@ Add version number to shared libraries. + install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/etc/roots.pem DESTINATION ${gRPC_INSTALL_SHAREDIR}) + Index: pkgsrc/net/grpc/patches/patch-cmake_benchmark.cmake diff -u pkgsrc/net/grpc/patches/patch-cmake_benchmark.cmake:1.1 pkgsrc/net/grpc/patches/patch-cmake_benchmark.cmake:1.2 --- pkgsrc/net/grpc/patches/patch-cmake_benchmark.cmake:1.1 Fri Apr 27 17:47:27 2018 +++ pkgsrc/net/grpc/patches/patch-cmake_benchmark.cmake Fri Jan 3 08:21:36 2020 @@ -1,13 +1,13 @@ -$NetBSD: patch-cmake_benchmark.cmake,v 1.1 2018/04/27 17:47:27 minskim Exp $ +$NetBSD: patch-cmake_benchmark.cmake,v 1.2 2020/01/03 08:21:36 adam Exp $ Find benchmark from pkgsrc. ---- cmake/benchmark.cmake.orig 2018-04-13 18:08:11.000000000 +0000 +--- cmake/benchmark.cmake.orig 2019-12-18 01:29:27.000000000 +0000 +++ cmake/benchmark.cmake -@@ -26,8 +26,12 @@ if("${gRPC_BENCHMARK_PROVIDER}" STREQUAL - message(WARNING "gRPC_BENCHMARK_PROVIDER is \"module\" but BENCHMARK_ROOT_DIR is wrong") +@@ -26,8 +26,12 @@ if(gRPC_BENCHMARK_PROVIDER STREQUAL "mod + message(WARNING "gRPC_BENCHMARK_PROVIDER is \"module\" but BENCHMARK_ROOT_DIR is wrong") endif() - elseif("${gRPC_BENCHMARK_PROVIDER}" STREQUAL "package") + elseif(gRPC_BENCHMARK_PROVIDER STREQUAL "package") - # Use "CONFIG" as there is no built-in cmake module for benchmark. - find_package(benchmark REQUIRED CONFIG) + find_path(BENCHMARK_INCLUDE_DIR benchmark/benchmark.h) @@ -18,4 +18,4 @@ Find benchmark from pkgsrc. + IMPORTED_LOCATION "${BENCHMARK_LIB}") if(TARGET benchmark::benchmark) set(_gRPC_BENCHMARK_LIBRARIES benchmark::benchmark) - # extract the include dir from target's properties + endif() Index: pkgsrc/net/py-grpcio/Makefile diff -u pkgsrc/net/py-grpcio/Makefile:1.11 pkgsrc/net/py-grpcio/Makefile:1.12 --- pkgsrc/net/py-grpcio/Makefile:1.11 Wed Nov 6 17:14:24 2019 +++ pkgsrc/net/py-grpcio/Makefile Fri Jan 3 08:21:37 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/11/06 17:14:24 adam Exp $ +# $NetBSD: Makefile,v 1.12 2020/01/03 08:21:37 adam Exp $ -DISTNAME= grpcio-1.25.0 +DISTNAME= grpcio-1.26.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} Index: pkgsrc/net/py-grpcio/PLIST diff -u pkgsrc/net/py-grpcio/PLIST:1.5 pkgsrc/net/py-grpcio/PLIST:1.6 --- pkgsrc/net/py-grpcio/PLIST:1.5 Tue Nov 26 19:32:21 2019 +++ pkgsrc/net/py-grpcio/PLIST Fri Jan 3 08:21:37 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2019/11/26 19:32:21 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2020/01/03 08:21:37 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -69,6 +69,9 @@ ${PYSITELIB}/grpc/experimental/__init__. ${PYSITELIB}/grpc/experimental/aio/__init__.py ${PYSITELIB}/grpc/experimental/aio/__init__.pyc ${PYSITELIB}/grpc/experimental/aio/__init__.pyo +${PYSITELIB}/grpc/experimental/aio/_call.py +${PYSITELIB}/grpc/experimental/aio/_call.pyc +${PYSITELIB}/grpc/experimental/aio/_call.pyo ${PYSITELIB}/grpc/experimental/aio/_channel.py ${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_channel.pyc ${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_channel.pyo Index: pkgsrc/net/py-grpcio/distinfo diff -u pkgsrc/net/py-grpcio/distinfo:1.13 pkgsrc/net/py-grpcio/distinfo:1.14 --- pkgsrc/net/py-grpcio/distinfo:1.13 Wed Nov 6 17:14:24 2019 +++ pkgsrc/net/py-grpcio/distinfo Fri Jan 3 08:21:37 2020 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2019/11/06 17:14:24 adam Exp $ +$NetBSD: distinfo,v 1.14 2020/01/03 08:21:37 adam Exp $ -SHA1 (grpcio-1.25.0.tar.gz) = 1dde36eca2fe03747e137c190bbfaaffa3d6605f -RMD160 (grpcio-1.25.0.tar.gz) = 253563c73d5a3923e9428defeacf2085b44c83e5 -SHA512 (grpcio-1.25.0.tar.gz) = bb0241905bad15d6bd019323f1699b95f7cd047aec227197aed9f0bfbca923788fbf59052ab604718542ad69767877560853ef563613ea0490cee2e9f9e9206d -Size (grpcio-1.25.0.tar.gz) = 15358518 bytes +SHA1 (grpcio-1.26.0.tar.gz) = b9a61f855bf3656d9b8ac305bd1e52442e120c48 +RMD160 (grpcio-1.26.0.tar.gz) = ce98ab573d33236b1ba3f1234de754928c7e62c0 +SHA512 (grpcio-1.26.0.tar.gz) = df3b6787449c202f3e70640907c76231dbbeb6b411167300ba8a53c17f7d45ffa513a81046a4a66a368f2c17c2d57a48a07cb236f44a005e4073bd5d8aa3865c +Size (grpcio-1.26.0.tar.gz) = 15406206 bytes SHA1 (patch-setup.py) = eb7e9a110711d149bae7cc4f4b08e725ffc25ae5 SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a Index: pkgsrc/net/py-grpcio-tools/Makefile diff -u pkgsrc/net/py-grpcio-tools/Makefile:1.9 pkgsrc/net/py-grpcio-tools/Makefile:1.10 --- pkgsrc/net/py-grpcio-tools/Makefile:1.9 Wed Nov 6 17:14:24 2019 +++ pkgsrc/net/py-grpcio-tools/Makefile Fri Jan 3 08:21:37 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2019/11/06 17:14:24 adam Exp $ +# $NetBSD: Makefile,v 1.10 2020/01/03 08:21:37 adam Exp $ -DISTNAME= grpcio-tools-1.25.0 +DISTNAME= grpcio-tools-1.26.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/} Index: pkgsrc/net/py-grpcio-tools/distinfo diff -u pkgsrc/net/py-grpcio-tools/distinfo:1.9 pkgsrc/net/py-grpcio-tools/distinfo:1.10 --- pkgsrc/net/py-grpcio-tools/distinfo:1.9 Wed Nov 6 17:14:24 2019 +++ pkgsrc/net/py-grpcio-tools/distinfo Fri Jan 3 08:21:37 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2019/11/06 17:14:24 adam Exp $ +$NetBSD: distinfo,v 1.10 2020/01/03 08:21:37 adam Exp $ -SHA1 (grpcio-tools-1.25.0.tar.gz) = c671ef41d35bc03d817afe717316caec4cc171e5 -RMD160 (grpcio-tools-1.25.0.tar.gz) = ad15e0e5d10ba0df42a0e72860f60c996d4481ce -SHA512 (grpcio-tools-1.25.0.tar.gz) = 9f17e1641766537002e595e660e384dab54c5c36f17b2f085348392171bcbcaacbb0a55f77ba6eba50603faef59c5436c784b6c1a0de96597d7701e1bf82710f -Size (grpcio-tools-1.25.0.tar.gz) = 1987671 bytes +SHA1 (grpcio-tools-1.26.0.tar.gz) = 298724d8704523c6ff443303e0c26fc1d54f9acb +RMD160 (grpcio-tools-1.26.0.tar.gz) = 54c0aed4605621845469b5c14ed10f5617f9cecb +SHA512 (grpcio-tools-1.26.0.tar.gz) = d1780a0103b531cc4416b4524c77bd96ab6aac3c081a8ba8c402c10909eb3945d9a3caf4ecc8f9f9c8ae216958405bb98fe1b1874af46407084ed3a65128e105 +Size (grpcio-tools-1.26.0.tar.gz) = 1990162 bytes SHA1 (patch-setup.py) = 080ba75a31b51631000e79006316e0a2d5ce6cee Added files: Index: pkgsrc/net/py-grpcio-testing/DESCR diff -u /dev/null pkgsrc/net/py-grpcio-testing/DESCR:1.1 --- /dev/null Fri Jan 3 08:21:37 2020 +++ pkgsrc/net/py-grpcio-testing/DESCR Fri Jan 3 08:21:37 2020 @@ -0,0 +1 @@ +Testing utilities for gRPC Python. Index: pkgsrc/net/py-grpcio-testing/Makefile diff -u /dev/null pkgsrc/net/py-grpcio-testing/Makefile:1.1 --- /dev/null Fri Jan 3 08:21:37 2020 +++ pkgsrc/net/py-grpcio-testing/Makefile Fri Jan 3 08:21:37 2020 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/01/03 08:21:37 adam Exp $ + +DISTNAME= grpcio-testing-1.26.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= net python +MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-testing/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://grpc.io/ +COMMENT= gRPC Python testing package +LICENSE= apache-2.0 + +DEPENDS+= ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio +DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.6.0:../../devel/py-protobuf + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/py-grpcio-testing/PLIST diff -u /dev/null pkgsrc/net/py-grpcio-testing/PLIST:1.1 --- /dev/null Fri Jan 3 08:21:37 2020 +++ pkgsrc/net/py-grpcio-testing/PLIST Fri Jan 3 08:21:37 2020 @@ -0,0 +1,57 @@ +@comment $NetBSD: PLIST,v 1.1 2020/01/03 08:21:37 adam 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_testing/__init__.py +${PYSITELIB}/grpc_testing/__init__.pyc +${PYSITELIB}/grpc_testing/__init__.pyo +${PYSITELIB}/grpc_testing/_channel/__init__.py +${PYSITELIB}/grpc_testing/_channel/__init__.pyc +${PYSITELIB}/grpc_testing/_channel/__init__.pyo +${PYSITELIB}/grpc_testing/_channel/_channel.py +${PYSITELIB}/grpc_testing/_channel/_channel.pyc +${PYSITELIB}/grpc_testing/_channel/_channel.pyo +${PYSITELIB}/grpc_testing/_channel/_channel_rpc.py +${PYSITELIB}/grpc_testing/_channel/_channel_rpc.pyc +${PYSITELIB}/grpc_testing/_channel/_channel_rpc.pyo +${PYSITELIB}/grpc_testing/_channel/_channel_state.py +${PYSITELIB}/grpc_testing/_channel/_channel_state.pyc +${PYSITELIB}/grpc_testing/_channel/_channel_state.pyo +${PYSITELIB}/grpc_testing/_channel/_invocation.py +${PYSITELIB}/grpc_testing/_channel/_invocation.pyc +${PYSITELIB}/grpc_testing/_channel/_invocation.pyo +${PYSITELIB}/grpc_testing/_channel/_multi_callable.py +${PYSITELIB}/grpc_testing/_channel/_multi_callable.pyc +${PYSITELIB}/grpc_testing/_channel/_multi_callable.pyo +${PYSITELIB}/grpc_testing/_channel/_rpc_state.py +${PYSITELIB}/grpc_testing/_channel/_rpc_state.pyc +${PYSITELIB}/grpc_testing/_channel/_rpc_state.pyo +${PYSITELIB}/grpc_testing/_common.py +${PYSITELIB}/grpc_testing/_common.pyc +${PYSITELIB}/grpc_testing/_common.pyo +${PYSITELIB}/grpc_testing/_server/__init__.py +${PYSITELIB}/grpc_testing/_server/__init__.pyc +${PYSITELIB}/grpc_testing/_server/__init__.pyo +${PYSITELIB}/grpc_testing/_server/_handler.py +${PYSITELIB}/grpc_testing/_server/_handler.pyc +${PYSITELIB}/grpc_testing/_server/_handler.pyo +${PYSITELIB}/grpc_testing/_server/_rpc.py +${PYSITELIB}/grpc_testing/_server/_rpc.pyc +${PYSITELIB}/grpc_testing/_server/_rpc.pyo +${PYSITELIB}/grpc_testing/_server/_server.py +${PYSITELIB}/grpc_testing/_server/_server.pyc +${PYSITELIB}/grpc_testing/_server/_server.pyo +${PYSITELIB}/grpc_testing/_server/_server_rpc.py +${PYSITELIB}/grpc_testing/_server/_server_rpc.pyc +${PYSITELIB}/grpc_testing/_server/_server_rpc.pyo +${PYSITELIB}/grpc_testing/_server/_service.py +${PYSITELIB}/grpc_testing/_server/_service.pyc +${PYSITELIB}/grpc_testing/_server/_service.pyo +${PYSITELIB}/grpc_testing/_server/_servicer_context.py +${PYSITELIB}/grpc_testing/_server/_servicer_context.pyc +${PYSITELIB}/grpc_testing/_server/_servicer_context.pyo +${PYSITELIB}/grpc_testing/_time.py +${PYSITELIB}/grpc_testing/_time.pyc +${PYSITELIB}/grpc_testing/_time.pyo Index: pkgsrc/net/py-grpcio-testing/distinfo diff -u /dev/null pkgsrc/net/py-grpcio-testing/distinfo:1.1 --- /dev/null Fri Jan 3 08:21:37 2020 +++ pkgsrc/net/py-grpcio-testing/distinfo Fri Jan 3 08:21:37 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/03 08:21:37 adam Exp $ + +SHA1 (grpcio-testing-1.26.0.tar.gz) = c3c99f9c15c0bf1a814a3b507f999e3449a5aa33 +RMD160 (grpcio-testing-1.26.0.tar.gz) = f36ba49eda2e0ee1d19591da18b582b0cda697a1 +SHA512 (grpcio-testing-1.26.0.tar.gz) = 7fae8c2e5dce79562005ae0c5e779e8ff157e245d849b573376aa36cc98fc6efa126f2aeed9431d2c41535ffbbac017ce69d83b5fffaf7f75b5493e778e8caf9 +Size (grpcio-testing-1.26.0.tar.gz) = 17018 bytes --_----------=_1578039697240950--