void-packages/srcpkgs/python3-tifffile/template
2021-06-16 10:13:04 -04:00

21 lines
673 B
Bash

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