From b387e1af2e0d90ed5a45382f2649687319271634 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 18 May 2020 09:29:20 +0200 Subject: python-fabio: 0.10.2-1 -> 0.10.2-2 --- python-fabio/PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'python-fabio') 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') -- cgit v1.2.3-54-g00ecf