gnu: python-tifffile: Update to 2023.12.9.
* gnu/packages/python-xyz.scm (python-tifffile): Update to 2023.12.9. [propagated-inputs]: Remove python-imagecodecs. [native-inputs]: Add python-pytest. Change-Id: I2567bef390e286ed4399cc67b80a9df503f53c0a
This commit is contained in:
parent
accd091fff
commit
299455fef2
1 changed files with 5 additions and 3 deletions
|
@ -9485,19 +9485,21 @@ 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 "2021.4.8")
|
(version "2023.12.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tifffile" version))
|
(uri (pypi-uri "tifffile" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16r0hw7shka1bqf28bv198lj2jhf2r9gy3s5zv4nf5cfsfm8pajm"))))
|
"1f6d8qdlq0zlksfdhp1mhj9icpwhw4cz47r4i80m6r0a328xmlcx"))))
|
||||||
(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
|
||||||
(list python-numpy python-imagecodecs))
|
(list python-numpy))
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest))
|
||||||
(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
|
||||||
|
|
Reference in a new issue