File:  [cvs.NetBSD.org] / pkgsrc / net / py-grpcio-testing / Makefile
Revision 1.62: download - view: text, annotated - select for diffs
Wed Jan 8 12:42:36 2025 UTC (4 months ago) by adam
Branches: MAIN
CVS tags: HEAD
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.69.0

1.69.0

Core

[Alarm] Fix Alarm reuse on cancellation.
[xDS RBAC] Support string_match in HeaderMatcher.
[pick_first] fix shutdown bug in new PF impl.
[c-ares] Fix inverted length check in GrpcPolledFdWindows.
[RetryFilter] Copy the SliceBuffer from RetryFilter's cache to batch payload.
[EventEngine] Add stronger wording on Endpoint::Read contract.
[chttp2] Fix channelz address.
[XdsClient] Add missing authority to XdsClient metrics scope.
[EventEngine] API contract: Endpoint::Read will provide either an error or data, but never both.
[Build] Dropped Bazel 6.x support.

Python

[Build] Override MACOSX_DEPLOYMENT_TARGET for gRPC Python.

# $NetBSD: Makefile,v 1.62 2025/01/08 12:42:36 adam Exp $

DISTNAME=	grpcio_testing-1.69.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
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

TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+=	${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio
DEPENDS+=	${PYPKGPREFIX}-protobuf>=5.26.1:../../devel/py-protobuf

USE_LANGUAGES=	# none

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>