[arch-commits] Commit in python-tensorflow-serving-api/repos/community-any (2 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Aug 12 15:04:34 UTC 2020
Date: Wednesday, August 12, 2020 @ 15:04:34
Author: svenstaro
Revision: 676399
archrelease: copy trunk to community-any
Added:
python-tensorflow-serving-api/repos/community-any/PKGBUILD
(from rev 676398, 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 2020-08-12 15:04:30 UTC (rev 676398)
+++ PKGBUILD 2020-08-12 15:04:34 UTC (rev 676399)
@@ -1,27 +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=2.2.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=('4fa83c35db16bc6d4932d0dcafb71ba695b582c5a20d2ac522b26000276edbc5')
-
-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 676398, python-tensorflow-serving-api/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-12 15:04:34 UTC (rev 676399)
@@ -0,0 +1,27 @@
+# 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=2.3.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=('99b66ac021064fdddd7f15b9daa36a202a139a22c28b915f35965d77255d0575')
+
+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