[arch-commits] Commit in python-keras-applications/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 15:21:00 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:21:00
  Author: felixonmars
Revision: 1062041

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 15:20:57 UTC (rev 1062040)
+++ PKGBUILD	2021-12-02 15:21:00 UTC (rev 1062041)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Konstantin Gizdov <arch at kge dot pw>
-# Contributor: Oliver Harley <oliver.r.harley+aur (at) gmail.com>
-_pkgname=Keras_Applications
-pkgname=python-keras-applications
-pkgver=1.0.8
-pkgrel=7
-pkgdesc="Applications module of the Keras deep learning library"
-arch=('any')
-url="https://pypi.org/project/Keras-Applications/"
-license=('MIT')
-makedepends=('python-setuptools')
-depends=('python' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('5579f9a12bcde9748f4a12233925a59b93b73ae6947409ff34aa2ba258189fe5')
-
-build() {
-  cd "$srcdir/${_pkgname}-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"/ --optimize=1
-}

Copied: python-keras-applications/repos/community-staging-any/PKGBUILD (from rev 1062040, python-keras-applications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:21:00 UTC (rev 1062041)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Oliver Harley <oliver.r.harley+aur (at) gmail.com>
+_pkgname=Keras_Applications
+pkgname=python-keras-applications
+pkgver=1.0.8
+pkgrel=8
+pkgdesc="Applications module of the Keras deep learning library"
+arch=('any')
+url="https://pypi.org/project/Keras-Applications/"
+license=('MIT')
+makedepends=('python-setuptools')
+depends=('python' 'python-numpy')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('5579f9a12bcde9748f4a12233925a59b93b73ae6947409ff34aa2ba258189fe5')
+
+build() {
+  cd "$srcdir/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}"/ --optimize=1
+}



More information about the arch-commits mailing list