summaryrefslogtreecommitdiff
path: root/python-pyfai
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-02-26 23:51:35 +0100
committerErich Eckner <git@eckner.net>2022-02-26 23:51:35 +0100
commit56aca79487c0f287dcd5bed3bf7ffc563a3d74ce (patch)
tree0ebc4921838bd0f4b831d1cc167b618e2a48bd4c /python-pyfai
parent6cb82469d07b9f054094be8c60156d1f7f81b005 (diff)
downloadarchlinuxewe-56aca79487c0f287dcd5bed3bf7ffc563a3d74ce.tar.xz
python-pyfai: 0.20.0-62 -> 0.21.2-1
Diffstat (limited to 'python-pyfai')
-rw-r--r--python-pyfai/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD
index 9739452eb..5519b9bfb 100644
--- a/python-pyfai/PKGBUILD
+++ b/python-pyfai/PKGBUILD
@@ -3,8 +3,8 @@
# Upstream contact: silx at esrf dot fr
pkgname=python-pyfai
_pkgname=pyFAI
-pkgver=0.20.0
-pkgrel=62
+pkgver=0.21.2
+pkgrel=1
pkgdesc="Fast Azimuthal Integration in Python."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -16,10 +16,10 @@ _pinned_dependencies=(
depends=(
"${_pinned_dependencies[@]}"
'cython'
- 'python<3.11'
'python>=3.10'
+ 'python<3.11'
'python-bash_kernel'
- 'python-fabio>=0.5'
+ 'python-fabio'
'python-h5py'
# 'python-hdf5plugin'
'python-ipympl'
@@ -27,17 +27,17 @@ depends=(
# 'python-nbsphinx'
'python-numexpr'
'python-numpy'
+ 'python-pyfai'
'python-opengl'
'python-pyqt5'
'python-scipy'
- 'python-setuptools'
- 'python-silx>=0.10'
+ 'python-silx>=0.15.2'
# 'python-transformations'
'python-wheel')
makedepends=(
'python-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('fcc1821bb60ef01fa3811b6cf9834621378a0b67a513504c3246044a1208bd1122913a3e51965304baa3c5b157202b09eeb19b8d920aad0f6f6a5064eb8e9977')
+sha512sums=('8ef63a4276e66c35ee846fd53cbe428097f634cce957e2eae763ecb244a920c1b0b31a4f0011cef14419c1ec6f5db1a1ecc5e38762926b5e84e35a7058768fb3')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"