From 01e6bab3dfffdee682aaa58670af77107f59e3a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 19 Nov 2021 08:17:24 -0500 Subject: [PATCH] python3-imageio: update to 2.11.1. --- srcpkgs/python3-imageio/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template index 15f9606e47..441b8f567e 100644 --- a/srcpkgs/python3-imageio/template +++ b/srcpkgs/python3-imageio/template @@ -1,6 +1,6 @@ # Template file for 'python3-imageio' pkgname=python3-imageio -version=2.10.4 +version=2.11.1 revision=1 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module @@ -9,13 +9,14 @@ make_check_args="--ignore=tests/test_pillow.py --ignore=tests/test_ffmpeg.py --ignore=tests/test_ffmpeg_info.py" hostmakedepends="python3-setuptools" depends="python3-numpy python3-Pillow" -checkdepends="python3-pytest python3-psutil git libglvnd freeimage $depends" +checkdepends="python3-pytest python3-tifffile python3-psutil + git libglvnd freeimage $depends" short_desc="Python library for reading and writing image data" maintainer="Andrew J. Hesford " license="BSD-2-Clause" homepage="https://github.com/imageio/imageio" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=86559b2981cc60fe5bdde1a6e0ac4711f4eeef4874eee1a4c6dd35743a4885c2 +checksum=5ab8ec9aad5c3e2338ea459ae92a4a1b53749cb7d5ffb00aefd2451a863dda7b post_install() { vlicense LICENSE