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

2020-07-25 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 26, 2020 @ 01:34:15
  Author: svenstaro
Revision: 665308

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 01:34:05 UTC (rev 665307)
+++ PKGBUILD2020-07-26 01:34:15 UTC (rev 665308)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-
-pkgname=python-tensorflow-estimator
-pkgver=2.2.0
-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=('aaf743835e2c606439fcccb56742997e930ba0e72c01d51633ce86824bbfaacd64607dc1fd7fb9604cc444feb65ebae60c2266be084e1b49ef2a1a9ca5a3d60d')
-
-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 
665307, python-tensorflow-estimator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 01:34:15 UTC (rev 665308)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+
+pkgname=python-tensorflow-estimator
+pkgver=2.3.0
+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=('0befc9c04650a0cd91ce90bc2e9a5d17ae3f7d8d8e4b8f763f223bbb891c73c7e2cbe91a2779af36342008e16f02d118120d94165c6a8e3c14a723b32ee29cb0')
+
+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
+}


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

2020-04-20 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 20, 2020 @ 07:29:31
  Author: svenstaro
Revision: 616867

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-20 07:29:25 UTC (rev 616866)
+++ PKGBUILD2020-04-20 07:29:31 UTC (rev 616867)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-
-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
-}

Copied: python-tensorflow-estimator/repos/community-any/PKGBUILD (from rev 
616866, python-tensorflow-estimator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-20 07:29:31 UTC (rev 616867)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+
+pkgname=python-tensorflow-estimator
+pkgver=2.2.0
+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=('aaf743835e2c606439fcccb56742997e930ba0e72c01d51633ce86824bbfaacd64607dc1fd7fb9604cc444feb65ebae60c2266be084e1b49ef2a1a9ca5a3d60d')
+
+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
+}


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

2020-01-04 Thread Sven-Hendrik Haase via arch-commits
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
===
--- PKGBUILD2020-01-04 19:45:10 UTC (rev 548327)
+++ PKGBUILD2020-01-04 19:45:19 UTC (rev 548328)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-
-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)
+++ PKGBUILD2020-01-04 19:45:19 UTC (rev 548328)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+
+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
+}


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

2019-10-01 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 1, 2019 @ 07:14:57
  Author: svenstaro
Revision: 512312

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-01 07:14:52 UTC (rev 512311)
+++ PKGBUILD2019-10-01 07:14:57 UTC (rev 512312)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-
-pkgname=python-tensorflow-estimator
-pkgver=1.14.0
-_pkgver=1.14.0
-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=("https://github.com/tensorflow/estimator/archive/v${_pkgver}.tar.gz;)
-sha512sums=('65d21f4d275edc57feb0b36775f275d7b7adc1f5c2958b8269dcf61bed0189570adcb2eaf981e2ae4ba7e6ccec6d4d467384a267a6a29c325dc8126b1bdced5a')
-
-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 
512311, python-tensorflow-estimator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-01 07:14:57 UTC (rev 512312)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+
+pkgname=python-tensorflow-estimator
+pkgver=2.0.0
+_pkgver=2.0.0
+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=('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
+}


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

2019-09-05 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, September 5, 2019 @ 23:11:38
  Author: svenstaro
Revision: 508227

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 23:11:31 UTC (rev 508226)
+++ PKGBUILD2019-09-05 23:11:38 UTC (rev 508227)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-
-pkgname=python-tensorflow-estimator
-pkgver=1.14.0rc1
-_pkgver=1.14.0-rc1
-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=("https://github.com/tensorflow/estimator/archive/v${_pkgver}.tar.gz;)
-sha512sums=('59d9505b01c8bb1f88ab310f341c8a96c3699676e0440b04ade76d66a3940c94b50a2f8ba1704873aae9c6dde0be3d734f0c8f3cf99901b17baa82704d784085')
-
-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 
508226, python-tensorflow-estimator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 23:11:38 UTC (rev 508227)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+
+pkgname=python-tensorflow-estimator
+pkgver=1.14.0
+_pkgver=1.14.0
+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=("https://github.com/tensorflow/estimator/archive/v${_pkgver}.tar.gz;)
+sha512sums=('65d21f4d275edc57feb0b36775f275d7b7adc1f5c2958b8269dcf61bed0189570adcb2eaf981e2ae4ba7e6ccec6d4d467384a267a6a29c325dc8126b1bdced5a')
+
+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
+}


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

2019-06-17 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 17, 2019 @ 22:55:10
  Author: svenstaro
Revision: 482046

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 22:55:05 UTC (rev 482045)
+++ PKGBUILD2019-06-17 22:55:10 UTC (rev 482046)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-
-pkgname=python-tensorflow-estimator
-pkgver=1.13.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')
-makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 
'python-tensorflow')
-source=("https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz;)
-sha512sums=('e4be92b805776d2be5f391f737f1043b994f42721173c4d4a7dbf3fac9b00121cb072091a474bf71c7dcd952fc8b330cf9254c7a5ad9d096ba1cdc12ba12078b')
-
-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 
482045, python-tensorflow-estimator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 22:55:10 UTC (rev 482046)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+
+pkgname=python-tensorflow-estimator
+pkgver=1.14.0rc1
+_pkgver=1.14.0-rc1
+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=("https://github.com/tensorflow/estimator/archive/v${_pkgver}.tar.gz;)
+sha512sums=('59d9505b01c8bb1f88ab310f341c8a96c3699676e0440b04ade76d66a3940c94b50a2f8ba1704873aae9c6dde0be3d734f0c8f3cf99901b17baa82704d784085')
+
+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
+}


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

2019-03-04 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, March 4, 2019 @ 21:03:48
  Author: svenstaro
Revision: 437619

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-04 21:02:36 UTC (rev 437618)
+++ PKGBUILD2019-03-04 21:03:48 UTC (rev 437619)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Konstantin Gizdov (kgizdov) 
-
-pkgname=tensorflow-estimator
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
-url="https://github.com/tensorflow/estimator;
-license=('APACHE')
-arch=('any')
-makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 
'python-tensorflow')
-source=("https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz;)
-sha512sums=('e4be92b805776d2be5f391f737f1043b994f42721173c4d4a7dbf3fac9b00121cb072091a474bf71c7dcd952fc8b330cf9254c7a5ad9d096ba1cdc12ba12078b')
-
-build() {
-  cd ${srcdir}/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 ${srcdir}/estimator-${pkgver}
-
-  # Of course, upstream doesn't care about working tests...
-  # Revisit this at some point.
-  # bazel test //tensorflow_estimator/...
-}
-
-package() {
-  cd ${srcdir}/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 
437618, python-tensorflow-estimator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-04 21:03:48 UTC (rev 437619)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Konstantin Gizdov (kgizdov) 
+
+pkgname=python-tensorflow-estimator
+pkgver=1.13.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')
+makedepends=('bazel' 'python-wheel' 'python-setuptools' 'python-pip' 
'python-tensorflow')
+source=("https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz;)
+sha512sums=('e4be92b805776d2be5f391f737f1043b994f42721173c4d4a7dbf3fac9b00121cb072091a474bf71c7dcd952fc8b330cf9254c7a5ad9d096ba1cdc12ba12078b')
+
+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
+}