summaryrefslogtreecommitdiff
path: root/python-fabio
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-18 09:29:20 +0200
committerErich Eckner <git@eckner.net>2020-05-18 09:29:20 +0200
commitb387e1af2e0d90ed5a45382f2649687319271634 (patch)
tree635d51c2c4f90d7537eef8163e4064fc07ebb777 /python-fabio
parent102b931a18d3df3e93bc9daba3df092d54700966 (diff)
downloadarchlinuxewe.git.save-b387e1af2e0d90ed5a45382f2649687319271634.tar.xz
python-fabio: 0.10.2-1 -> 0.10.2-2
Diffstat (limited to 'python-fabio')
-rw-r--r--python-fabio/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/python-fabio/PKGBUILD b/python-fabio/PKGBUILD
index 6286281c..d2cd6d0b 100644
--- a/python-fabio/PKGBUILD
+++ b/python-fabio/PKGBUILD
@@ -4,21 +4,18 @@
pkgname=python-fabio
_pkgname=fabio
pkgver=0.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="I/O library for images produced by 2D X-ray detectors."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
license=('MIT' 'LGPL' 'Apache')
-depends=(
+makedepends=(
'cython'
+ 'python-setuptools')
+depends=(
'python>=3.8'
'python<3.9'
- 'python-lxml'
- 'python-numpy'
- 'python-sphinx'
- 'python-sphinxcontrib-programoutput')
-makedepends=(
- 'python-setuptools')
+ 'python-numpy')
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=('6566096d6724a013a6184a86c45c29b7055258e63b976f449061400cdb7f79757b1eaa804a02b346ce9badab01a1b3b8f6d4bc0a4ff3e18a3f5e85c6c1b4acb9')