Archived
1
0
Fork 0

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.
This commit is contained in:
Lars-Dominik Braun 2021-04-17 21:47:06 +02:00
parent 94db80b6d1
commit f3f118402d
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -6189,21 +6189,20 @@ regions of interest, geometric shapes, paths, text, etc for image overlays.")
(define-public python-tifffile (define-public python-tifffile
(package (package
(name "python-tifffile") (name "python-tifffile")
(version "2020.6.3") (version "2021.4.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tifffile" version)) (uri (pypi-uri "tifffile" version))
(sha256 (sha256
(base32 (base32
"0xv3ynkbrsibqvx7250075idb7wm3canjd6lx2nzf3cbp6l07577")))) "16r0hw7shka1bqf28bv198lj2jhf2r9gy3s5zv4nf5cfsfm8pajm"))))
(build-system python-build-system) (build-system python-build-system)
;; Tests require lfdfiles, which depends on tifffile ;; Tests require lfdfiles, which depends on tifffile
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(propagated-inputs (propagated-inputs
`(("python-numpy" ,python-numpy) `(("python-numpy" ,python-numpy)
;;("python-lfdfiles" ,python-lfdfiles) ("python-imagecodecs" ,python-imagecodecs)))
("python-roifile" ,python-roifile)))
(home-page "https://www.lfd.uci.edu/~gohlke/") (home-page "https://www.lfd.uci.edu/~gohlke/")
(synopsis "Read and write TIFF(r) files") (synopsis "Read and write TIFF(r) files")
(description "This package lets you read image and metadata from many (description "This package lets you read image and metadata from many