diff options
author | adam <adam@pkgsrc.org> | 2020-06-03 09:28:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-06-03 09:28:53 +0000 |
commit | 908584cc37fb3e27ca3ece6ded1384720458df6d (patch) | |
tree | dc469767c8c39011a7c1f5ff346b6ea7726fdf37 /net/py-grpcio/Makefile | |
parent | cd0faaaf613f19ffa9e2ba44888facb9263a8fae (diff) | |
download | pkgsrc-908584cc37fb3e27ca3ece6ded1384720458df6d.tar.gz |
grpc: updated to 1.29.1
Release v1.29.1
PHP
PHP: Fix include path for boringssl in windows build
Objective-C
--grpc_out: protoc-gen-grpc: Plugin killed by signal 6.
Release v1.29.0
Core
Move decompression into gRPC Core.
Introduce CFRunLoop based iomgr.
Add option for logging keepalive pings.
Clamp the receive flow control window size to ((1 << 31) - 1).
CallCredentials debug string API.
C++
Append to CMAKE_MODULE_PATH instead of replacing it.
Clean way to enable C and C++ standards in cmake.
Autogenerate build.yaml equivalent from bazel BUILD metadata (with bazel query xml).
Diffstat (limited to 'net/py-grpcio/Makefile')
-rw-r--r-- | net/py-grpcio/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index 5da409446d3..47c9c6ec433 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/04/04 09:30:37 adam Exp $ +# $NetBSD: Makefile,v 1.18 2020/06/03 09:28:53 adam Exp $ -DISTNAME= grpcio-1.28.1 +DISTNAME= grpcio-1.29.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} @@ -15,8 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/pyversion.mk" - USE_LANGUAGES+= c99 c++11 USE_TOOLS+= gmake pkg-config |