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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Nov 9 15:55:12 UTC 2018


    Date: Friday, November 9, 2018 @ 15:55:10
  Author: svenstaro
Revision: 404370

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-09 15:55:00 UTC (rev 404369)
+++ PKGBUILD	2018-11-09 15:55:10 UTC (rev 404370)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: getzze <getzze at gmail dot com>
-pkgname=python-tensorflow-serving-api
-_name=tensorflow_serving_api
-pkgver=1.11.1
-pkgrel=1
-pkgdesc="Flexible, high-performance 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' 'python-wheel' 'python-pip')
-source=("https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz")
-sha256sums=('ac13c29e09987dccca0c8b66b0f6c152bd9b248f640091cf8765902cb3894485')
-
-build() {
-  cd serving-${pkgver}
-  bazel build -c opt tensorflow_serving/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow_serving/tools/pip_package/build_pip_package /tmp/pip
-}
-
-package() {
-  cd serving-${pkgver}
-  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 404369, python-tensorflow-serving-api/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-09 15:55:10 UTC (rev 404370)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: getzze <getzze at gmail dot com>
+pkgname=python-tensorflow-serving-api
+_name=tensorflow_serving_api
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Flexible, high-performance 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' 'python-wheel' 'python-pip')
+source=("https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz")
+sha256sums=('67f0f7630f8582f8997eae4da3a9a7082b9e4448826d3bbc5012459ca3a01440')
+
+build() {
+  cd serving-${pkgver}
+  bazel build -c opt tensorflow_serving/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow_serving/tools/pip_package/build_pip_package /tmp/pip
+}
+
+package() {
+  cd serving-${pkgver}
+  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