From 3ab42255eb65391a302295d9abc72f217a56b766 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 20 Mar 2021 22:44:38 -0400 Subject: [PATCH] python3-tifffile: update to 2021.3.17. --- srcpkgs/python3-tifffile/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template index 7f5b99d8aff..b4b4f367398 100644 --- a/srcpkgs/python3-tifffile/template +++ b/srcpkgs/python3-tifffile/template @@ -1,19 +1,20 @@ # Template file for 'python3-tifffile' pkgname=python3-tifffile -version=2021.3.5 +version=2021.3.17 revision=1 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-numpy" -checkdepends="${depends} python3-pytest python3-lxml" short_desc="Read and write TIFF files" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/cgohlke/tifffile" changelog="https://raw.githubusercontent.com/cgohlke/tifffile/master/CHANGES.rst" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=0428401dc72ff6f3ea0d21ea2f7d728f854521cb7a895c4056dbbfb3b6227e14 +checksum=dd21b981a0d42f4847de5bd4e52a00c0718fdf8a26d1cb5c00a6d678e6d1e779 +# Tests require unpackaged fsspec +make_check=no post_install() { vlicense LICENSE