diff options
author | Erich Eckner <git@eckner.net> | 2021-04-09 12:18:41 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-04-09 12:18:41 +0200 |
commit | aa9cc69d740b2de8a188ec623787ec4f51735d9f (patch) | |
tree | 7ad7b76e81696ec09902941892e06366caef2518 /python-tifffile/PKGBUILD | |
parent | 5da9a76f131e7d75110408aa885c1e5c24f05f9e (diff) | |
download | archlinuxewe-aa9cc69d740b2de8a188ec623787ec4f51735d9f.tar.xz |
python-tifffile 2021.3.31-1 -> 2021.4.8-1
Diffstat (limited to 'python-tifffile/PKGBUILD')
-rw-r--r-- | python-tifffile/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index 625296ed7..a09f5d82a 100644 --- a/python-tifffile/PKGBUILD +++ b/python-tifffile/PKGBUILD @@ -3,21 +3,25 @@ # Contributor: Francois Boulogne <fboulogne at april dot org> pkgname=python-tifffile -pkgver=2021.3.31 +pkgver=2021.4.8 _pkgname=${pkgname#python-} pkgrel=1 pkgdesc="Read and write image data from and to TIFF files" arch=('any') url="https://github.com/cgohlke/tifffile" license=('BSD') -makedepends=('python-setuptools') -depends=('python-numpy>=1.15.1') +depends=( + + 'python<3.10' + 'python>=3.9') +makedepends=( + 'python-setuptools') optdepends=('python-matplotlib>=3.1: required only for plotting' 'python-imagecodecs>=2020.2.18: required only for encoding or decoding LZW, JPEG, etc' 'python-lxml: required only for validating and printing XML') #checkdepends=('python-pytest') source=("$_pkgname-$pkgver.tar.gz::https://github.com/cgohlke/$_pkgname/archive/v$pkgver.tar.gz") -sha512sums=('bd0c90c554bd5f03159fa3d6e51ec79e3a52220a2bd1bdcd79753af7d4f550006122d7140c4d895b3b247a5d30aeb7b3a7942409e53f8308df8bcc2ff3de078d') +sha512sums=('3fbd69435e887843143197fad0769d57a50b2e3e569e0b0ef38982e6cf17f77dad34e1e0b1a3e16111c7f64e40488432c35e6d404575b190d94159292f7802c8') build() { cd ${srcdir}/${_pkgname}-${pkgver} |