summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-04-17 21:47:06 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-04-18 08:36:30 +0200
commitf3f118402d828f5cf149eeb96dbd39b978feb75a (patch)
treef0986901a240e8476364d4b0be5837f0e1a87c38 /gnu
parent94db80b6d1e4dbb0bfd55e27d6e7fb2cb34d90cc (diff)
gnu: python-tifffile: Update to 2021.4.8.
* gnu/packages/python-xyz.scm (python-tifffile) [version]: Update to 2021.4.8. [propagated-inputs]: Drop python-roifiles, which is only required for tests (disabled). Add python-imagecodecs, which allows decoding compressed tiff files.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b341d7cd75a..538435fdc4d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6189,21 +6189,20 @@ regions of interest, geometric shapes, paths, text, etc for image overlays.")
6189(define-public python-tifffile 6189(define-public python-tifffile
6190 (package 6190 (package
6191 (name "python-tifffile") 6191 (name "python-tifffile")
6192 (version "2020.6.3") 6192 (version "2021.4.8")
6193 (source 6193 (source
6194 (origin 6194 (origin
6195 (method url-fetch) 6195 (method url-fetch)
6196 (uri (pypi-uri "tifffile" version)) 6196 (uri (pypi-uri "tifffile" version))
6197 (sha256 6197 (sha256
6198 (base32 6198 (base32
6199 "0xv3ynkbrsibqvx7250075idb7wm3canjd6lx2nzf3cbp6l07577")))) 6199 "16r0hw7shka1bqf28bv198lj2jhf2r9gy3s5zv4nf5cfsfm8pajm"))))
6200 (build-system python-build-system) 6200 (build-system python-build-system)
6201 ;; Tests require lfdfiles, which depends on tifffile 6201 ;; Tests require lfdfiles, which depends on tifffile
6202 (arguments `(#:tests? #f)) 6202 (arguments `(#:tests? #f))
6203 (propagated-inputs 6203 (propagated-inputs
6204 `(("python-numpy" ,python-numpy) 6204 `(("python-numpy" ,python-numpy)
6205 ;;("python-lfdfiles" ,python-lfdfiles) 6205 ("python-imagecodecs" ,python-imagecodecs)))
6206 ("python-roifile" ,python-roifile)))
6207 (home-page "https://www.lfd.uci.edu/~gohlke/") 6206 (home-page "https://www.lfd.uci.edu/~gohlke/")
6208 (synopsis "Read and write TIFF(r) files") 6207 (synopsis "Read and write TIFF(r) files")
6209 (description "This package lets you read image and metadata from many 6208 (description "This package lets you read image and metadata from many