void-packages/srcpkgs/python3-tifffile/template
2020-07-13 01:13:21 -04:00

19 lines
542 B
Bash

# Template file for 'python3-tifffile'
pkgname=python3-tifffile
version=2020.7.4
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"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0bdd2be3d4235c20ba5b9c266c1b835c387df539b9c1abeb0ca7e55846503676
post_install() {
vlicense LICENSE
}