aboutsummaryrefslogtreecommitdiff
path: root/python/python3-grpcio
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-03-08 20:11:18 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-03-15 09:19:17 +0700
commiteb14f57229d61511f0c9b805f1079725d9829928 (patch)
treec8d99377cd10495e545dde239b7777ee11ebfec9 /python/python3-grpcio
parent3f7fa4afbd83164f4043c55dcf26ed91d36ef445 (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')
-rw-r--r--python/python3-grpcio/python3-grpcio.SlackBuild10
-rw-r--r--python/python3-grpcio/python3-grpcio.info6
2 files changed, 8 insertions, 8 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 \
diff --git a/python/python3-grpcio/python3-grpcio.info b/python/python3-grpcio/python3-grpcio.info
index 56e39fd0a1..c68beee2e1 100644
--- a/python/python3-grpcio/python3-grpcio.info
+++ b/python/python3-grpcio/python3-grpcio.info
@@ -1,8 +1,8 @@
PRGNAM="python3-grpcio"
-VERSION="1.68.2"
+VERSION="1.71.0"
HOMEPAGE="https://grpc.io/"
-DOWNLOAD="https://github.com/grpc/grpc/archive/v1.68.2/grpc-1.68.2.tar.gz"
-MD5SUM="e7455bec08eab3d42067905f7ccdfd86"
+DOWNLOAD="https://github.com/grpc/grpc/archive/v1.71.0/grpc-1.71.0.tar.gz"
+MD5SUM="89ad442e1b174bc5d55c554aec583fa0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf3 re2"