pkgsrc/net/py-grpcio-testing/Makefile
adam 9ddf02ef8d grpc: updated to 1.36.0
Release v1.36.0

Core
Remove unnecessary internal pollset set in c-ares DNS resolver.
Fix implicit declaration error in zlib + macOS.
Support Default Root Certs in Tls Credentials.

C++
Move third party identity C++ api out of experimental namespace.
refactor!: change error_details functions to templates.
Support ServerContext for callback API.

Python
Implement Python Client and Server xDS Creds.
2021-02-27 10:03:10 +00:00

21 lines
588 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/02/27 10:03:10 adam Exp $
DISTNAME= grpcio-testing-1.36.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"