python3-tifffile: update to 2021.3.17.

This commit is contained in:
Andrew J. Hesford 2021-03-20 22:44:38 -04:00
parent c7bd8b3a8d
commit 3ab42255eb

View file

@ -1,19 +1,20 @@
# Template file for 'python3-tifffile' # Template file for 'python3-tifffile'
pkgname=python3-tifffile pkgname=python3-tifffile
version=2021.3.5 version=2021.3.17
revision=1 revision=1
wrksrc="${pkgname#python3-}-${version}" wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-numpy" depends="python3-numpy"
checkdepends="${depends} python3-pytest python3-lxml"
short_desc="Read and write TIFF files" short_desc="Read and write TIFF files"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/cgohlke/tifffile" homepage="https://github.com/cgohlke/tifffile"
changelog="https://raw.githubusercontent.com/cgohlke/tifffile/master/CHANGES.rst" changelog="https://raw.githubusercontent.com/cgohlke/tifffile/master/CHANGES.rst"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0428401dc72ff6f3ea0d21ea2f7d728f854521cb7a895c4056dbbfb3b6227e14 checksum=dd21b981a0d42f4847de5bd4e52a00c0718fdf8a26d1cb5c00a6d678e6d1e779
# Tests require unpackaged fsspec
make_check=no
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE