summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-fabio/PKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD
index 97cbacca1..5ced19f3b 100644
--- a/python-fabio/PKGBUILD
+++ b/python-fabio/PKGBUILD
@@ -3,7 +3,7 @@
# Upstream contact: silx at esrf dot fr
pkgname=python-fabio
_pkgname=fabio
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="I/O library for images produced by 2D X-ray detectors."
arch=('i686' 'pentium4' 'x86_64')
@@ -14,15 +14,21 @@ _pinned_dependencies=(
)
depends=(
"${_pinned_dependencies[@]}"
+ 'cython'
'python<3.10'
'python>=3.9'
- 'python-numpy')
+ 'python-h5py'
+ 'python-lxml>=4.6.3'
+ 'python-numpy'
+ 'python-setuptools'
+ 'python-sphinx'
+ 'python-sphinxcontrib-programoutput')
makedepends=(
'cython'
'python-setuptools')
optdepends=('python-pyqt4: for the fabio_viewer program')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('70e4e45000046cdd13438ea3be3c92d438f4946ea118b3c4339efdb8456cfcc1ac3a64c7724f20a299a2739a9191a2fc0b009c3681e052a5fcf16b5cd5d7dc86')
+sha512sums=('b9a2d31d7314ae2c7b6884dce730726bad37d65bf4240b28b2d34ca6969f7f79c2ea98c26af831d2722f35e4a9c1a0d4793c12b303b2c425e2eaf7c749ebc970')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"