[arch-commits] Commit in python-tensorflow-serving-api/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Feb 14 19:43:25 UTC 2020


    Date: Friday, February 14, 2020 @ 19:43:24
  Author: svenstaro
Revision: 571182

upgpkg: python-tensorflow-serving-api 2.1.0-1

Modified:
  python-tensorflow-serving-api/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-14 19:39:33 UTC (rev 571181)
+++ PKGBUILD	2020-02-14 19:43:24 UTC (rev 571182)
@@ -2,8 +2,8 @@
 # Contributor: getzze <getzze at gmail dot com>
 pkgname=python-tensorflow-serving-api
 _name=tensorflow_serving_api
-pkgver=2.0.0
-_pkgver=2.0.0
+pkgver=2.1.0
+_pkgver=2.1.0
 pkgrel=1
 pkgdesc="Flexible, high-performance serving system for machine learning models, designed for production environments"
 arch=(any)
@@ -10,13 +10,14 @@
 url="https://www.tensorflow.org/serving/"
 license=('Apache')
 depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
-makedepends=('bazel=0.24.1-1' 'git' 'python-wheel' 'python-pip')
+makedepends=('bazel' 'git' 'python-wheel' 'python-pip')
 source=("https://github.com/tensorflow/serving/archive/${_pkgver}.tar.gz")
-sha256sums=('52e2dfed08c185d0fb9da9454063dac053f0889118b38e818b74631ea1b06ebe')
+sha256sums=('19338a59af96f0056088010fe04416ca09b0e8a9424ef742c392aa93c3b6b4de')
 
 build() {
   cd serving-*
   bazel build -c opt tensorflow_serving/tools/pip_package:build_pip_package
+  sed -i "s|bazel-genfiles/|bazel-out/k8-opt/bin/|g" tensorflow_serving/tools/pip_package/build_pip_package.sh
   bazel-bin/tensorflow_serving/tools/pip_package/build_pip_package /tmp/pip
 }
 



More information about the arch-commits mailing list