ca58027a21
Release v1.38.0 Core Invalidate ExecCtx now before computing timeouts in all repeating timer events using a WorkSerializer or combiner. Fix use-after-unref bug in fault_injection_filter. Fix 25897 to avoid crashes when certificates are not yet updated. gRPC EventEngine Interface. Allow the AWS_DEFAULT_REGION environment variable. C++ s/OnServingStatusChange/OnServingStatusUpdate. cmake: only install channelz if gRPC_USE_PROTO_LITE is off. C# Grpc.Tools: Use x64 protoc on macOS arm64. Provide runtime/framework info in gRPC C# user agent string. Python Add grpcio-admin Python package. Add CSDS API to Python. Expose code and details from context on the server side. Explicitly import importlib.abc; required on Python 3.10. Fix potential deadlock on the GIL in AuthMetdataPlugin. Introduce new Python package "xds_protos". also build python3.6 aarch64 manylinux2014 wheel. Remove async mark for set_trailing_metadata interface. Ruby ruby: use x86_64 binary on M1 macs. Add ruby 3.0 support for mac binary packages.
21 lines
588 B
Makefile
21 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.19 2021/05/25 05:45:54 adam Exp $
|
|
|
|
DISTNAME= grpcio-testing-1.38.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
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|