void-packages/srcpkgs/python3-tifffile/template
2024-05-24 09:09:44 -04:00

20 lines
633 B
Bash

# Template file for 'python3-tifffile'
pkgname=python3-tifffile
version=2024.5.22
revision=1
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=708f603445bcfbcee1de5d808270a18cc1771e7c534c78712118f2ba22757ebf
# Tests require unpackaged fsspec
make_check=no
post_install() {
vlicense LICENSE
}