Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / grpc


Commits:
cf258ca9 by Massimiliano Torromeo at 2023-12-15T22:03:13+01:00
upgpkg: 1.60.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = grpc
        pkgdesc = High performance, open source, general RPC framework that 
puts mobile and HTTP/2 first.
-       pkgver = 1.59.3
+       pkgver = 1.60.0
        pkgrel = 1
        url = https://grpc.io
        arch = x86_64
@@ -20,9 +20,9 @@ pkgbase = grpc
        makedepends = python-setuptools
        makedepends = abseil-cpp
        makedepends = ninja
-       source = https://github.com/grpc/grpc/archive/v1.59.3/grpc-1.59.3.tar.gz
+       source = https://github.com/grpc/grpc/archive/v1.60.0/grpc-1.60.0.tar.gz
        source = 
https://github.com/google/googletest/archive/0e402173c97aea7a00749e825b194bfede4f2e45/googletest-0e402173c97aea7a00749e825b194bfede4f2e45.tar.gz
-       sha256sums = 
ea281bb3489520ad4fb96ae84b45ed194a1f0b944d3e74f925f5e019d31ecd0f
+       sha256sums = 
437068b8b777d3b339da94d3498f1dc20642ac9bfa76db43abdd522186b1542b
        sha256sums = 
c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547
 
 pkgname = grpc
@@ -54,6 +54,7 @@ pkgname = python-grpcio
 
 pkgname = python-grpcio-tools
        pkgdesc = Python protobuf generator for GRPC
+       depends = python-setuptools
        depends = python-grpcio
        depends = python-protobuf
 


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgbase='grpc'
 pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 
'php-legacy-grpc' 'grpc-cli')
-pkgver=1.59.3
+pkgver=1.60.0
 _gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
 pkgrel=1
 pkgdesc="High performance, open source, general RPC framework that puts mobile 
and HTTP/2 first."
@@ -16,7 +16,7 @@ makedepends=('re2' 're2c' 'protobuf' 'php' 'php-legacy' 
'c-ares' 'openssl' 'chrp
 checkdepends=('python-six')
 source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz";
         
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz";)
-sha256sums=('ea281bb3489520ad4fb96ae84b45ed194a1f0b944d3e74f925f5e019d31ecd0f'
+sha256sums=('437068b8b777d3b339da94d3498f1dc20642ac9bfa76db43abdd522186b1542b'
             'c8de6c60e12ad014a28225c5247ee735861d85cf906df617f6a29954ca05f547')
 
 prepare() {
@@ -109,7 +109,7 @@ build() {
 check() {
   cd "$srcdir/$pkgbase-$pkgver"
   local _pyver=$(python -c "import sys; 
print('{0}{1}'.format(*sys.version_info[:2]))")
-  PYTHONPATH="python_build/lib.linux-$CARCH-cpython-$_pyver" python -c 'import 
grpc'
+  PYTHONPATH="pyb/lib.linux-$CARCH-cpython-$_pyver" python -c 'import grpc'
 }
 
 package_grpc() {
@@ -145,7 +145,7 @@ package_python-grpcio() {
 
 package_python-grpcio-tools() {
   pkgdesc='Python protobuf generator for GRPC'
-  depends=('python-grpcio' 'python-protobuf')
+  depends=('python-setuptools' 'python-grpcio' 'python-protobuf')
 
   cd "$srcdir/$pkgbase-$pkgver"
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/cf258ca9bcd2296466e089dfa16611e7b98b5525

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grpc/-/commit/cf258ca9bcd2296466e089dfa16611e7b98b5525
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to