diff options
| author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-08 20:11:18 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-15 09:19:17 +0700 |
| commit | eb14f57229d61511f0c9b805f1079725d9829928 (patch) | |
| tree | c8d99377cd10495e545dde239b7777ee11ebfec9 /python/python3-grpcio/python3-grpcio.SlackBuild | |
| parent | 3f7fa4afbd83164f4043c55dcf26ed91d36ef445 (diff) | |
python/python3-grpcio: Updated for version 1.71.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-grpcio/python3-grpcio.SlackBuild')
| -rw-r--r-- | python/python3-grpcio/python3-grpcio.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-grpcio/python3-grpcio.SlackBuild b/python/python3-grpcio/python3-grpcio.SlackBuild index 85b46d43b7..ed8152d0df 100644 --- a/python/python3-grpcio/python3-grpcio.SlackBuild +++ b/python/python3-grpcio/python3-grpcio.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-grpcio -VERSION=${VERSION:-1.68.2} +VERSION=${VERSION:-1.71.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -88,10 +88,10 @@ sed -r -i \ ln -s ../../../.. tools/distrib/python/grpcio_tools/grpc_root # Build python3-grcpio_tools -cd tools/distrib/python/grpcio_tools -GRPC_PYTHON_CFLAGS="-fno-wrapv -frtti $(pkg-config --cflags protobuf)" \ - GRPC_PYTHON_LDFLAGS="$(pkg-config --libs protobuf) -lprotoc" \ - python3 setup.py install --root=$PKG +#cd tools/distrib/python/grpcio_tools +#GRPC_PYTHON_CFLAGS="-fno-wrapv -frtti $(pkg-config --cflags protobuf)" \ +# GRPC_PYTHON_LDFLAGS="$(pkg-config --libs protobuf) -lprotoc" \ +# python3 setup.py install --root=$PKG cd $TMP/$SRCNAM-$VERSION find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
