[arch-commits] Commit in python-keras-applications/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Mon Jan 25 10:39:34 UTC 2021


    Date: Monday, January 25, 2021 @ 10:39:34
  Author: kgizdov
Revision: 829441

put python-setuptools in makedepends

Modified:
  python-keras-applications/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-25 10:39:17 UTC (rev 829440)
+++ PKGBUILD	2021-01-25 10:39:34 UTC (rev 829441)
@@ -1,14 +1,16 @@
 # 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=5
+pkgrel=6
 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')
+makedepends=('python-setuptools')
+depends=('python' 'python-numpy')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
 sha256sums=('5579f9a12bcde9748f4a12233925a59b93b73ae6947409ff34aa2ba258189fe5')
 



More information about the arch-commits mailing list