Date: Thursday, March 30, 2023 @ 18:09:21
  Author: svenstaro
Revision: 1431310

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-30 18:09:12 UTC (rev 1431309)
+++ PKGBUILD    2023-03-30 18:09:21 UTC (rev 1431310)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Maintainer: Konstantin Gizdov (kgizdov) <[email protected]>
-
-pkgname=python-tensorflow-estimator
-pkgver=2.10
-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-installer' 'python-setuptools' 
'python-tensorflow' 'python-wheel')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz";)
-sha512sums=('63cdc97d9abf3551a931372ab91e86b1cab761ea7476182ed82ac7c56884d315107b1873376385bcdfc531465c11fe0273aefe8b88e8b333d8e7b54e7d0a09eb')
-
-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")
-  python -m installer --destdir="$pkgdir" $WHEEL_PACKAGE
-}

Copied: python-tensorflow-estimator/repos/community-any/PKGBUILD (from rev 
1431309, python-tensorflow-estimator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-30 18:09:21 UTC (rev 1431310)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: Konstantin Gizdov (kgizdov) <[email protected]>
+
+pkgname=python-tensorflow-estimator
+pkgver=2.12.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-installer' 'python-setuptools' 
'python-tensorflow' 'python-wheel')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tensorflow/estimator/archive/v${pkgver}.tar.gz";)
+sha512sums=('d86bfde67c97988beeb5abc8042c1847c6d0081d54e21e35424d463895e95a5d0adc74d7d2bb006a617748da3b9a8bbb8979d6a842f024ab3a4d08a2e806147b')
+
+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")
+  python -m installer --destdir="$pkgdir" $WHEEL_PACKAGE
+}

Reply via email to