[arch-commits] Commit in python-keras-applications/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:05:23 UTC 2020
Date: Thursday, November 12, 2020 @ 10:05:23
Author: foutrelis
Revision: 751389
archrelease: copy trunk to community-staging-any
Added:
python-keras-applications/repos/community-staging-any/PKGBUILD
(from rev 751388, python-keras-applications/trunk/PKGBUILD)
Deleted:
python-keras-applications/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:05:20 UTC (rev 751388)
+++ PKGBUILD 2020-11-12 10:05:23 UTC (rev 751389)
@@ -1,23 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Oliver Harley <oliver.r.harley+aur (at) gmail.com>
-_pkgname=Keras_Applications
-pkgname=python-keras-applications
-pkgver=1.0.8
-pkgrel=4
-pkgdesc="Applications module of the Keras deep learning library"
-arch=('any')
-url="https://pypi.org/project/Keras-Applications/"
-license=('MIT')
-depends=('python' 'python-setuptools' '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 751388, python-keras-applications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:05:23 UTC (rev 751389)
@@ -0,0 +1,23 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Oliver Harley <oliver.r.harley+aur (at) gmail.com>
+_pkgname=Keras_Applications
+pkgname=python-keras-applications
+pkgver=1.0.8
+pkgrel=5
+pkgdesc="Applications module of the Keras deep learning library"
+arch=('any')
+url="https://pypi.org/project/Keras-Applications/"
+license=('MIT')
+depends=('python' 'python-setuptools' '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