[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 06:55:44
  Author: foutrelis
Revision: 749975

upgpkg: python-tensorflow-estimator 2.3.0-4: Python 3.9 rebuild

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 06:55:41 UTC (rev 749974)
+++ PKGBUILD2020-11-11 06:55:44 UTC (rev 749975)
@@ -3,7 +3,7 @@
 
 pkgname=python-tensorflow-estimator
 pkgver=2.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
 license=('APACHE')


[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

2020-11-10 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 10, 2020 @ 13:53:51
  Author: foutrelis
Revision: 749517

upgpkg: python-tensorflow-estimator 2.3.0-3: Python 3.9 rebuild

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 13:48:56 UTC (rev 749516)
+++ PKGBUILD2020-11-10 13:53:51 UTC (rev 749517)
@@ -3,7 +3,7 @@
 
 pkgname=python-tensorflow-estimator
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
 license=('APACHE')


[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 02:11:53
  Author: svenstaro
Revision: 665603

Quote srcdir

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 02:11:39 UTC (rev 665602)
+++ PKGBUILD2020-07-28 02:11:53 UTC (rev 665603)
@@ -3,7 +3,7 @@
 
 pkgname=python-tensorflow-estimator
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
 license=('APACHE')
@@ -31,6 +31,6 @@
 package() {
   cd estimator-${pkgver}
 
-  WHEEL_PACKAGE=$(find ${srcdir}/estimator_pip -name "tensor*.whl")
+  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/trunk (PKGBUILD)

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

upgpkg: python-tensorflow-estimator 2.3.0-1

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-25 22:15:34 UTC (rev 665306)
+++ PKGBUILD2020-07-26 01:34:05 UTC (rev 665307)
@@ -2,7 +2,7 @@
 # Maintainer: Konstantin Gizdov (kgizdov) 
 
 pkgname=python-tensorflow-estimator
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
@@ -11,7 +11,7 @@
 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')
+sha512sums=('0befc9c04650a0cd91ce90bc2e9a5d17ae3f7d8d8e4b8f763f223bbb891c73c7e2cbe91a2779af36342008e16f02d118120d94165c6a8e3c14a723b32ee29cb0')
 
 build() {
   cd estimator-${pkgver}


[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

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

upgpkg: python-tensorflow-estimator 2.2.0-1

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-20 06:47:35 UTC (rev 616865)
+++ PKGBUILD2020-04-20 07:29:25 UTC (rev 616866)
@@ -2,8 +2,7 @@
 # Maintainer: Konstantin Gizdov (kgizdov) 
 
 pkgname=python-tensorflow-estimator
-pkgver=2.1.0
-_pkgver=2.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
@@ -11,11 +10,11 @@
 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')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz;)
+sha512sums=('aaf743835e2c606439fcccb56742997e930ba0e72c01d51633ce86824bbfaacd64607dc1fd7fb9604cc444feb65ebae60c2266be084e1b49ef2a1a9ca5a3d60d')
 
 build() {
-  cd estimator-${_pkgver}
+  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
@@ -22,7 +21,7 @@
 }
 
 check() {
-  cd estimator-${_pkgver}
+  cd estimator-${pkgver}
 
   # Of course, upstream doesn't care about working tests...
   # Revisit this at some point.
@@ -30,7 +29,7 @@
 }
 
 package() {
-  cd estimator-${_pkgver}
+  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/trunk (PKGBUILD)

2020-01-04 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, January 4, 2020 @ 19:45:10
  Author: svenstaro
Revision: 548327

upgpkg: python-tensorflow-estimator 2.1.0-1

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-04 19:42:47 UTC (rev 548326)
+++ PKGBUILD2020-01-04 19:45:10 UTC (rev 548327)
@@ -1,10 +1,10 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Maintainer: Konstantin Gizdov (kgizdov) 
 
 pkgname=python-tensorflow-estimator
-pkgver=2.0.0
-_pkgver=2.0.0
-pkgrel=2
+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')
@@ -12,7 +12,7 @@
 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')
+sha512sums=('4aaa21969299b02443e9396c238ef4c03af3bde1d0142a81c04d9706f18b02bfd125f3aaf8ffb47e0a3ffad949c3d3bca3909375f12a1c1e4c55ca1cc7930d51')
 
 build() {
   cd estimator-${_pkgver}


[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

2019-10-27 Thread Evangelos Foutras via arch-commits
Date: Sunday, October 27, 2019 @ 20:47:42
  Author: foutrelis
Revision: 520799

Python 3.8 rebuild

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-27 20:39:28 UTC (rev 520798)
+++ PKGBUILD2019-10-27 20:47:42 UTC (rev 520799)
@@ -4,7 +4,7 @@
 pkgname=python-tensorflow-estimator
 pkgver=2.0.0
 _pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
 license=('APACHE')


[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

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

upgpkg: python-tensorflow-estimator 2.0.0-1

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-01 07:04:16 UTC (rev 512310)
+++ PKGBUILD2019-10-01 07:14:52 UTC (rev 512311)
@@ -2,8 +2,8 @@
 # Maintainer: Konstantin Gizdov (kgizdov) 
 
 pkgname=python-tensorflow-estimator
-pkgver=1.14.0
-_pkgver=1.14.0
+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;
@@ -11,8 +11,8 @@
 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')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${_pkgver}.tar.gz;)
+sha512sums=('99bbdb4be9cd9f46128657b262fc6daa61a1dbfad6c430c43bb62ef99cefec10b10bf03090adcb21bdac0404e00084b4e5c4961761a52462afdeb105ef1e0c73')
 
 build() {
   cd estimator-${_pkgver}


[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

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

upgpkg: python-tensorflow-estimator 1.14.0-1

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 22:58:26 UTC (rev 508225)
+++ PKGBUILD2019-09-05 23:11:31 UTC (rev 508226)
@@ -2,8 +2,8 @@
 # Maintainer: Konstantin Gizdov (kgizdov) 
 
 pkgname=python-tensorflow-estimator
-pkgver=1.14.0rc1
-_pkgver=1.14.0-rc1
+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;
@@ -12,7 +12,7 @@
 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')
+sha512sums=('65d21f4d275edc57feb0b36775f275d7b7adc1f5c2958b8269dcf61bed0189570adcb2eaf981e2ae4ba7e6ccec6d4d467384a267a6a29c325dc8126b1bdced5a')
 
 build() {
   cd estimator-${_pkgver}


[arch-commits] Commit in python-tensorflow-estimator/trunk (PKGBUILD)

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

upgpkg: python-tensorflow-estimator 1.14.0rc1-1

Modified:
  python-tensorflow-estimator/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 22:50:58 UTC (rev 482044)
+++ PKGBUILD2019-06-17 22:55:05 UTC (rev 482045)
@@ -2,18 +2,20 @@
 # Maintainer: Konstantin Gizdov (kgizdov) 
 
 pkgname=python-tensorflow-estimator
-pkgver=1.13.0
-pkgrel=2
+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=('e4be92b805776d2be5f391f737f1043b994f42721173c4d4a7dbf3fac9b00121cb072091a474bf71c7dcd952fc8b330cf9254c7a5ad9d096ba1cdc12ba12078b')
+source=("https://github.com/tensorflow/estimator/archive/v${_pkgver}.tar.gz;)
+sha512sums=('59d9505b01c8bb1f88ab310f341c8a96c3699676e0440b04ade76d66a3940c94b50a2f8ba1704873aae9c6dde0be3d734f0c8f3cf99901b17baa82704d784085')
 
 build() {
-  cd estimator-${pkgver}
+  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
@@ -20,7 +22,7 @@
 }
 
 check() {
-  cd estimator-${pkgver}
+  cd estimator-${_pkgver}
 
   # Of course, upstream doesn't care about working tests...
   # Revisit this at some point.
@@ -28,7 +30,7 @@
 }
 
 package() {
-  cd estimator-${pkgver}
+  cd estimator-${_pkgver}
 
   WHEEL_PACKAGE=$(find ${srcdir}/estimator_pip -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root "$pkgdir"/ $WHEEL_PACKAGE 
--no-dependencies