# Template file for 'python3-grpcio-tools' pkgname=python3-grpcio-tools version=1.35.0 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" depends="python3-protobuf python3-grpcio" short_desc="Protobuf code generator for gRPC" maintainer="Andrew J. Hesford " license="Apache-2.0" homepage="https://grpc.io" distfiles="${PYPI_SITE}/g/grpcio-tools/grpcio-tools-${version}.tar.gz" checksum=9e2a41cba9c5a20ae299d0fdd377fe231434fa04cbfbfb3807293c6ec10b03cf if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" fi post_patch() { if [ "${CROSS_BUILD}" ]; then vsed -i setup.py -e "s@['\"]cc['\"]@'${CC}'@g" fi }