pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-tifffile



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar  4 14:05:49 UTC 2021

Modified Files:
        pkgsrc/graphics/py-tifffile: Makefile distinfo

Log Message:
py-tifffile: updated to 2021.2.26

2021.2.26
  Pass 4388 tests.
  Squeeze axes of LSM series by default (breaking).
  Add option to preserve single dimensions when reading from series (WIP).
  Do not allow appending to OME-TIFF files.
  Fix reading STK files without name attribute in metadata.
  Make TIFF constants multi-thread safe and pickleable.
  Add detection of NDTiffStorage MajorVersion to read_micromanager_metadata.
  Support ScanImage v4 files in read_scanimage_metadata (not tested).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-tifffile/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-tifffile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-tifffile/Makefile
diff -u pkgsrc/graphics/py-tifffile/Makefile:1.2 pkgsrc/graphics/py-tifffile/Makefile:1.3
--- pkgsrc/graphics/py-tifffile/Makefile:1.2    Sat Feb 27 23:47:59 2021
+++ pkgsrc/graphics/py-tifffile/Makefile        Thu Mar  4 14:05:49 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/02/27 23:47:59 markd Exp $
+# $NetBSD: Makefile,v 1.3 2021/03/04 14:05:49 adam Exp $
 
-DISTNAME=      tifffile-2021.2.1
+DISTNAME=      tifffile-2021.2.26
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}
@@ -10,7 +10,9 @@ HOMEPAGE=     https://www.lfd.uci.edu/~gohlk
 COMMENT=       Read and write TIFF(r) files
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 36
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u pkgsrc/graphics/py-tifffile/distinfo:1.1 pkgsrc/graphics/py-tifffile/distinfo:1.2
--- pkgsrc/graphics/py-tifffile/distinfo:1.1    Wed Feb 24 19:54:49 2021
+++ pkgsrc/graphics/py-tifffile/distinfo        Thu Mar  4 14:05:49 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/24 19:54:49 markd Exp $
+$NetBSD: distinfo,v 1.2 2021/03/04 14:05:49 adam Exp $
 
-SHA1 (tifffile-2021.2.1.tar.gz) = be1dc4cf0079523482b0d3b5671a14551d9ab4ea
-RMD160 (tifffile-2021.2.1.tar.gz) = bac85430525f6a2e6c3df359bacf942c6b606bbf
-SHA512 (tifffile-2021.2.1.tar.gz) = 09ee4a6ed844ef8468acfdac75f0ae0e4ad06eb3b2cb53dd7aebe3271aa98efe5c49b89a9e979649cc28ec43b88add18144a741efac4f99055b42dfb9add41cf
-Size (tifffile-2021.2.1.tar.gz) = 239047 bytes
+SHA1 (tifffile-2021.2.26.tar.gz) = ccb6c53d3e4c6d68d858489ab2fd05f15d0f57dc
+RMD160 (tifffile-2021.2.26.tar.gz) = b8a472629c8805bbaa4528b90b12bc1bf8af8ac7
+SHA512 (tifffile-2021.2.26.tar.gz) = 863527c7321b4c8b03fa3b4edc4ba4596ffb7ff9f0f2a040d4a64d96d528b4624b1a605716c8d22744d3afe8ed81c22e065b9b44276996f786077983fcaa085e
+Size (tifffile-2021.2.26.tar.gz) = 241832 bytes



Home | Main Index | Thread Index | Old Index