# Maintainer: Erich Eckner # Contributor: Leonid B # Upstream contact: silx at esrf dot fr pkgname=python-silx _pkgname=silx pkgver=0.12.0 pkgrel=4 pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities." arch=('i686' 'pentium4' 'x86_64') url="http://www.silx.org" license=('MIT' 'LGPL') depends=( 'cython>=0.21.1' 'python>=3.8' 'python<3.9' 'python-pyopencl' 'python-fabio>=0.7' 'python-h5py' 'python-mako' 'python-matplotlib>=1.2.0' 'python-numpy>=1.12' 'python-pillow' 'python-pyqt5' 'python-dateutil' 'python-qtconsole' 'python-scipy' 'python-setuptools' 'python-six') makedepends=( 'python-setuptools') optdepends=('python-h5py: for HDF5 input/output' 'ipython: for interactive console' 'python-qtconsole: for GUI console' 'python-pyopencl: for sift - OpenCL implementation' 'opencl-driver: for sift - OpenCL implementation') source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz") sha512sums=('aef69bedfda6826486ad6b4fdff4369d82b28ede2c225e60334927826979a7dcf8199a01072e7b663c01daf857d16c88a31e1ce1a8867146dd875e6c0c941bea') build() { cd "${srcdir}/${_pkgname}-${pkgver}" python setup.py build } package_python-silx() { cd "${srcdir}/${_pkgname}-${pkgver}" python setup.py install --root="${pkgdir}/" --optimize=1 install -D copyright "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" }