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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jan 4 19:45:19 UTC 2020


    Date: Saturday, January 4, 2020 @ 19:45:19
  Author: svenstaro
Revision: 548328

archrelease: copy trunk to community-any

Added:
  python-tensorflow-estimator/repos/community-any/PKGBUILD
    (from rev 548327, python-tensorflow-estimator/trunk/PKGBUILD)
Deleted:
  python-tensorflow-estimator/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-04 19:45:10 UTC (rev 548327)
+++ PKGBUILD	2020-01-04 19:45:19 UTC (rev 548328)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Maintainer: Konstantin Gizdov (kgizdov) <arch at kge.pw>
-
-pkgname=python-tensorflow-estimator
-pkgver=2.0.0
-_pkgver=2.0.0
-pkgrel=2
-pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning programming"
-url="https://github.com/tensorflow/estimator"
-license=('APACHE')
-arch=('any')
-depends=('python-wrapt')
-makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 'python-tensorflow')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${_pkgver}.tar.gz")
-sha512sums=('99bbdb4be9cd9f46128657b262fc6daa61a1dbfad6c430c43bb62ef99cefec10b10bf03090adcb21bdac0404e00084b4e5c4961761a52462afdeb105ef1e0c73')
-
-build() {
-  cd estimator-${_pkgver}
-
-  bazel build //tensorflow_estimator/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package ${srcdir}/estimator_pip
-}
-
-check() {
-  cd estimator-${_pkgver}
-
-  # Of course, upstream doesn't care about working tests...
-  # Revisit this at some point.
-  # bazel test //tensorflow_estimator/...
-}
-
-package() {
-  cd estimator-${_pkgver}
-
-  WHEEL_PACKAGE=$(find ${srcdir}/estimator_pip -name "tensor*.whl")
-  pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE --no-dependencies
-}

Copied: python-tensorflow-estimator/repos/community-any/PKGBUILD (from rev 548327, python-tensorflow-estimator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-04 19:45:19 UTC (rev 548328)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Maintainer: Konstantin Gizdov (kgizdov) <arch at kge.pw>
+
+pkgname=python-tensorflow-estimator
+pkgver=2.1.0
+_pkgver=2.1
+pkgrel=1
+pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning programming"
+url="https://github.com/tensorflow/estimator"
+license=('APACHE')
+arch=('any')
+depends=('python-wrapt')
+makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 'python-tensorflow')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${_pkgver}.tar.gz")
+sha512sums=('4aaa21969299b02443e9396c238ef4c03af3bde1d0142a81c04d9706f18b02bfd125f3aaf8ffb47e0a3ffad949c3d3bca3909375f12a1c1e4c55ca1cc7930d51')
+
+build() {
+  cd estimator-${_pkgver}
+
+  bazel build //tensorflow_estimator/tools/pip_package:build_pip_package
+  bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package ${srcdir}/estimator_pip
+}
+
+check() {
+  cd estimator-${_pkgver}
+
+  # Of course, upstream doesn't care about working tests...
+  # Revisit this at some point.
+  # bazel test //tensorflow_estimator/...
+}
+
+package() {
+  cd estimator-${_pkgver}
+
+  WHEEL_PACKAGE=$(find ${srcdir}/estimator_pip -name "tensor*.whl")
+  pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE --no-dependencies
+}



More information about the arch-commits mailing list