Date: Wednesday, November 23, 2022 @ 01:49:17
Author: kgizdov
Revision: 1351994
archrelease: copy trunk to community-any
Added:
python-keras/repos/community-any/PKGBUILD
(from rev 1351993, python-keras/trunk/PKGBUILD)
Deleted:
python-keras/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-23 01:49:10 UTC (rev 1351993)
+++ PKGBUILD 2022-11-23 01:49:17 UTC (rev 1351994)
@@ -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.10.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=('26a6e2c2522e7468ddea22710a99b3290493768fc08a39e75d1173a0e3452fdf'
- '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"
-}
Copied: python-keras/repos/community-any/PKGBUILD (from rev 1351993,
python-keras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-23 01:49:17 UTC (rev 1351994)
@@ -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.11.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=('38c6fff0ea9a8b06a2717736565c92a73c8cd9b1c239e7125ccb188b7848f65e'
+ '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"
+}