[arch-commits] Commit in (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Oct 12 14:37:59 UTC 2018


    Date: Friday, October 12, 2018 @ 14:37:59
  Author: svenstaro
Revision: 393229

Move python-tensorflow-serving-api from AUR

Added:
  python-tensorflow-serving-api/
  python-tensorflow-serving-api/repos/
  python-tensorflow-serving-api/trunk/
  python-tensorflow-serving-api/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

Added: python-tensorflow-serving-api/trunk/PKGBUILD
===================================================================
--- python-tensorflow-serving-api/trunk/PKGBUILD	                        (rev 0)
+++ python-tensorflow-serving-api/trunk/PKGBUILD	2018-10-12 14:37:59 UTC (rev 393229)
@@ -0,0 +1,19 @@
+# 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=('python-pip')
+source=("https://files.pythonhosted.org/packages/py2.py3/${_name::1}/$_name/$_name-$pkgver-py2.py3-none-any.whl")
+sha256sums=('eda671e9cd9d7a643a04dc1e62673a1664274a973702500696a14fe5300a4245')
+
+package() {
+  cd "$srcdir"
+  PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl
+}



More information about the arch-commits mailing list