# Template file for 'python3-imageio' pkgname=python3-imageio version=2.13.3 revision=1 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module # Ignored tests have unpackaged dependencies or require missing data files 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-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=bf24e13e75074778cfb3da6d47976974b9ac6dd387005329a612a89e3a106ab4 post_install() { vlicense LICENSE }