[arch-commits] Commit in python-tensorflow-serving-api/repos/community-any (2 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Oct 24 07:50:53 UTC 2018
Date: Wednesday, October 24, 2018 @ 07:50:53
Author: svenstaro
Revision: 398749
archrelease: copy trunk to community-any
Added:
python-tensorflow-serving-api/repos/community-any/PKGBUILD
(from rev 398748, 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-10-24 07:50:44 UTC (rev 398748)
+++ PKGBUILD 2018-10-24 07:50:53 UTC (rev 398749)
@@ -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.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=('180535787b7892a4f526a6efffd0d3b752689d35af7ce95f923fc5f013da8560')
-
-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 398748, python-tensorflow-serving-api/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-24 07:50:53 UTC (rev 398749)
@@ -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.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
+}
More information about the arch-commits
mailing list