[arch-commits] Commit in python-keras/repos/community-any (PKGBUILD PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Jun 13 08:29:54 UTC 2022


    Date: Monday, June 13, 2022 @ 08:29:54
  Author: kgizdov
Revision: 1237326

archrelease: copy trunk to community-any

Added:
  python-keras/repos/community-any/PKGBUILD
    (from rev 1237325, python-keras/trunk/PKGBUILD)
Deleted:
  python-keras/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-13 08:29:48 UTC (rev 1237325)
+++ PKGBUILD	2022-06-13 08:29:54 UTC (rev 1237326)
@@ -1,23 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-
-_pkgbase='keras'
-pkgbase="python-${_pkgbase}"
-pkgname=("${pkgbase}")
-pkgdesc='A deep learning API written in Python, running on top of the machine learning platform TensorFlow'
-url='https://keras.io/'
-license=('Apache')
-pkgver=2.8.0
-pkgrel=1
-arch=('any')
-source=("https://files.pythonhosted.org/packages/py2.py3/${_pkgbase::1}/${_pkgbase}/${_pkgbase//-/_}-${pkgver}-py2.py3-none-any.whl"
-        "${_pkgbase}-${pkgver}-LICENSE::https://raw.githubusercontent.com/keras-team/${_pkgbase}/v${pkgver}/LICENSE")
-makedepends=('python-pip')
-depends=('absl-py' 'python' 'python-h5py' 'python-keras-preprocessing' 'python-numpy' 'python-pandas' 'python-pillow'
-         'python-pydot' 'python-scipy' 'python-six' 'python-tensorflow' 'python-yaml' 'tensorboard')
-sha256sums=('744d39dc6577dcd80ff4a4d41549e92b77d6a17e0edd58a431d30656e29bc94e'
-            'ebc07b279109d4bd5e58fe06f54e8f8aee8ba1024b77b222bc04214ae6f56348')
-
-package () {
-    PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl
-    install -Dm 644 "${_pkgbase}-${pkgver}-LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-keras/repos/community-any/PKGBUILD (from rev 1237325, python-keras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-13 08:29:54 UTC (rev 1237326)
@@ -0,0 +1,23 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+
+_pkgbase='keras'
+pkgbase="python-${_pkgbase}"
+pkgname=("${pkgbase}")
+pkgdesc='A deep learning API written in Python, running on top of the machine learning platform TensorFlow'
+url='https://keras.io/'
+license=('Apache')
+pkgver=2.9.0
+pkgrel=1
+arch=('any')
+source=("https://files.pythonhosted.org/packages/py2.py3/${_pkgbase::1}/${_pkgbase}/${_pkgbase//-/_}-${pkgver}-py2.py3-none-any.whl"
+        "${_pkgbase}-${pkgver}-LICENSE::https://raw.githubusercontent.com/keras-team/${_pkgbase}/v${pkgver}/LICENSE")
+makedepends=('python-pip')
+depends=('absl-py' 'python' 'python-h5py' 'python-keras-preprocessing' 'python-numpy' 'python-pandas' 'python-pillow'
+         'python-pydot' 'python-scipy' 'python-six' 'python-tensorflow' 'python-yaml' 'tensorboard')
+sha256sums=('55911256f89cfc9343c9fbe4b61ec45a2d33d89729cbe1ab9dcacf8b07b8b6ab'
+            '58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd')
+
+package () {
+    PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps *.whl
+    install -Dm 644 "${_pkgbase}-${pkgver}-LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list