void-packages/srcpkgs/python3-tifffile/template

22 lines
672 B
Bash

# Template file for 'python3-tifffile'
pkgname=python3-tifffile
version=2022.2.9
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-numpy"
short_desc="Read and write TIFF files"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
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=901f11169c2aa94c6b3cd9af2998de4b169d33210f78ae08a9acd21a231ebb7e
# Tests require unpackaged fsspec
make_check=no
post_install() {
vlicense LICENSE
}