Date: Tuesday, November 22, 2022 @ 09:35:36
  Author: svenstaro
Revision: 1351471

archrelease: copy trunk to community-any

Added:
  python-tensorflow-serving-api/repos/community-any/PKGBUILD
    (from rev 1351470, python-tensorflow-serving-api/trunk/PKGBUILD)
Deleted:
  python-tensorflow-serving-api/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-22 09:34:46 UTC (rev 1351470)
+++ PKGBUILD    2022-11-22 09:35:36 UTC (rev 1351471)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: getzze <getzze at gmail dot com>
-pkgname=python-tensorflow-serving-api
-_name=tensorflow_serving_api
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="Serving system for machine learning models, designed for production 
environments"
-arch=(any)
-url="https://www.tensorflow.org/serving/";
-license=('Apache')
-depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
-makedepends=('bazel' 'git' 'python-wheel' 'python-pip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz";)
-sha256sums=('10896cc0b76efbb0ac117783533fe92e58d9094ebf8c0caecc99fa4d576ced15')
-
-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
-}
-
-package() {
-  cd serving-*
-  pip install --ignore-installed --upgrade --root "${pkgdir}"/ 
/tmp/pip/tensorflow_serving*.whl --no-dependencies
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-tensorflow-serving-api/repos/community-any/PKGBUILD (from rev 
1351470, python-tensorflow-serving-api/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-22 09:35:36 UTC (rev 1351471)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: getzze <getzze at gmail dot com>
+pkgname=python-tensorflow-serving-api
+_name=tensorflow_serving_api
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="Serving system for machine learning models, designed for production 
environments"
+arch=(any)
+url="https://www.tensorflow.org/serving/";
+license=('Apache')
+depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
+makedepends=('bazel' 'git' 'python-wheel' 'python-pip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz";)
+sha256sums=('259b38d6bc569882787bef6c6e1d260d49efe34bb0d7adfc0e10ea2930b0cf1c')
+
+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
+}
+
+package() {
+  cd serving-*
+  pip install --ignore-installed --upgrade --root "${pkgdir}"/ 
/tmp/pip/tensorflow_serving*.whl --no-dependencies
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Reply via email to