guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: python-tifffile: Update to 2021.4.8.


From: guix-commits
Subject: 02/04: gnu: python-tifffile: Update to 2021.4.8.
Date: Sun, 18 Apr 2021 02:43:10 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit f3f118402d828f5cf149eeb96dbd39b978feb75a
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Apr 17 21:47:06 2021 +0200

    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.
---
 gnu/packages/python-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b341d7c..538435f 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.")
 (define-public python-tifffile
   (package
     (name "python-tifffile")
-    (version "2020.6.3")
+    (version "2021.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tifffile" version))
        (sha256
         (base32
-         "0xv3ynkbrsibqvx7250075idb7wm3canjd6lx2nzf3cbp6l07577"))))
+         "16r0hw7shka1bqf28bv198lj2jhf2r9gy3s5zv4nf5cfsfm8pajm"))))
     (build-system python-build-system)
     ;; Tests require lfdfiles, which depends on tifffile
     (arguments `(#:tests? #f))
     (propagated-inputs
      `(("python-numpy" ,python-numpy)
-       ;;("python-lfdfiles" ,python-lfdfiles)
-       ("python-roifile" ,python-roifile)))
+       ("python-imagecodecs" ,python-imagecodecs)))
     (home-page "https://www.lfd.uci.edu/~gohlke/";)
     (synopsis "Read and write TIFF(r) files")
     (description "This package lets you read image and metadata from many



reply via email to

[Prev in Thread] Current Thread [Next in Thread]