diff options
Diffstat (limited to 'python/python3-grpcio')
| -rw-r--r-- | python/python3-grpcio/python3-grpcio.SlackBuild | 10 | ||||
| -rw-r--r-- | python/python3-grpcio/python3-grpcio.info | 6 |
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" |
