Skip to content
Snippets Groups Projects

PKGBUILD suggestions

Open loqs requested to merge loqs/python-keras:3.3.3 into main
+ 7
6
@@ -5,20 +5,21 @@ pkgname=("python-${_pkgname}")
pkgdesc='Deep Learning for humans'
url='https://keras.io/'
license=('Apache-2.0')
pkgver=3.4.1
pkgver=3.8.0
pkgrel=2
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname//-/_}/${_pkgname//-/_}-$pkgver.tar.gz")
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
depends=('absl-py' 'python' 'python-h5py' 'python-optree' 'python-rich'
'python-ml-dtypes' 'python-packaging' 'python-numpy' 'python-pandas'
'python-pillow' 'python-pydot' 'python-scipy' 'python-tensorflow' 'python-yaml'
depends=('absl-py' 'python' 'python-h5py' 'python-ml-dtypes' 'python-optree'
'python-numpy' 'python-packaging' 'python-pandas' 'python-pillow'
'python-pydot' 'python-rich' 'python-scipy' 'python-tensorflow'
'tensorboard')
optdepends=('python-pytorch')
optdepends=('python-pytorch'
'python-scikit-learn: wrappers for scikit-learn')
conflicts=('python-keras-applications' 'python-keras-preprocessing')
provides=('python-keras-applications' 'python-keras-preprocessing')
replaces=('python-keras-applications' 'python-keras-preprocessing')
b2sums=('cd26db725b6fea1ef73a42b8749ea9599f0e4fdff6c9841f098d5985dd88e2f035d9ee1001d7c7f22636e4d33e23160fedc8e36927210b4511c2462c1a783ce2')
b2sums=('fd02a8328458682fa34dde162f263eb8321359c4c204f802200aee2144ceb9762bd24eef6aef819d6ae5d5570aea9a768cf1794a525319cd0c2149976aead739')
build() {
cd $_pkgname-$pkgver
Loading