[arch-commits] Commit in python-tensorflow-serving-api/repos/community-any (2 files)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Thu Jun 30 00:14:23 UTC 2022


    Date: Thursday, June 30, 2022 @ 00:14:23
  Author: svenstaro
Revision: 1241856

archrelease: copy trunk to community-any

Added:
  python-tensorflow-serving-api/repos/community-any/PKGBUILD
    (from rev 1241855, 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-06-30 00:14:15 UTC (rev 1241855)
+++ PKGBUILD	2022-06-30 00:14:23 UTC (rev 1241856)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: getzze <getzze at gmail dot com>
-pkgname=python-tensorflow-serving-api
-_name=tensorflow_serving_api
-pkgver=2.7.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=('22b29317016413600e3da28cc645e827d5c216e9ccc212ae218efe365a0453ba')
-
-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 1241855, python-tensorflow-serving-api/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-30 00:14:23 UTC (rev 1241856)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: getzze <getzze at gmail dot com>
+pkgname=python-tensorflow-serving-api
+_name=tensorflow_serving_api
+pkgver=2.9.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=('cf741c6b25cc92ef71b7b7ff95930d75b62635bb444e5a1b74779461d961cd80')
+
+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
+}



More information about the arch-commits mailing list