diff options
author | adam <adam@pkgsrc.org> | 2021-03-08 20:07:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-08 20:07:20 +0000 |
commit | 3d92f8ec167eedb46dbb1e4fb5e2bbf3d511a33e (patch) | |
tree | 92336aa00162b38e350ff39aac0a64bcce9b52ac /graphics | |
parent | c225f24db1957561560b8722c22e2a6e6fb79da1 (diff) | |
download | pkgsrc-3d92f8ec167eedb46dbb1e4fb5e2bbf3d511a33e.tar.gz |
py-tifffile: updated to 2021.3.5
2021.3.5
Pass 4390 tests.
Preliminary support for EER format.
Do not warn about unknown compression
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-tifffile/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-tifffile/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/py-tifffile/Makefile b/graphics/py-tifffile/Makefile index 3f274669126..190eba02401 100644 --- a/graphics/py-tifffile/Makefile +++ b/graphics/py-tifffile/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/03/05 04:21:05 gutteridge Exp $ +# $NetBSD: Makefile,v 1.5 2021/03/08 20:07:20 adam Exp $ -DISTNAME= tifffile-2021.3.4 +DISTNAME= tifffile-2021.3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tifffile/} @@ -12,7 +12,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 +PYTHON_VERSIONS_INCOMPATIBLE= 27 36 post-install: cd ${DESTDIR}${PREFIX}/bin && \ diff --git a/graphics/py-tifffile/distinfo b/graphics/py-tifffile/distinfo index 0e248fcdfd9..b48fba27a77 100644 --- a/graphics/py-tifffile/distinfo +++ b/graphics/py-tifffile/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2021/03/05 04:21:05 gutteridge Exp $ +$NetBSD: distinfo,v 1.4 2021/03/08 20:07:20 adam Exp $ -SHA1 (tifffile-2021.3.4.tar.gz) = 4d87f65fc9097663fe23cb5962acf241286af1ec -RMD160 (tifffile-2021.3.4.tar.gz) = cc3b481cb0f67227d75651ab4adbcce49563c0fb -SHA512 (tifffile-2021.3.4.tar.gz) = 77c9c8b0d656a3c730bb92c9fda893ec7232184dcf070d373418dbed87f122b16e2458e640f4dc11c348520539b434a6ae09a0ab8f75d2aefb31416cd86260b7 -Size (tifffile-2021.3.4.tar.gz) = 243754 bytes +SHA1 (tifffile-2021.3.5.tar.gz) = 61003c3326c769b2d196aef943aef4df2ebf956f +RMD160 (tifffile-2021.3.5.tar.gz) = 71d65e799fc074d4f1313dfd6e5eaf5fc5e20988 +SHA512 (tifffile-2021.3.5.tar.gz) = a0f7e438e3a4c9162ce4ea31a8e298c74cbd384d4129ddb8ef06365052c92b48e8eb34eff7540df104fcd6eee0ff7b9225f1bf65c00a8f8c311ba73bd9567982 +Size (tifffile-2021.3.5.tar.gz) = 244327 bytes |