# Maintainer: Erich Eckner # Contributor: Leonid B # Upstream contact: silx at esrf dot fr pkgname=python-silx _pkgname=silx pkgver=0.15.2 pkgrel=1 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') _pinned_dependencies=( 'gcc-libs=11.1.0' 'glibc>=2.31' ) depends=( "${_pinned_dependencies[@]}" 'cython>=0.21.1' 'python<3.10' 'python>=3.9' 'python-dateutil' 'python-fabio>=0.9' 'python-h5py' 'python-mako' 'python-matplotlib>=1.2.0' 'python-numpy' 'python-numpy>=1.12' 'python-pillow' 'python-pyopencl' # 'python-pyopengl' 'python-pyqt5' '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=('81fd0be63a5a7981840953e0a434460fa4af6d061ea076f0ef0135b212a24a52bc3569b247bb9872f780522d080831e35714895ffdf23211297bf3d3069ed488') 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" }