void-packages/srcpkgs/python3-tifffile/template
2020-12-09 15:54:18 -05:00

20 lines
679 B
Bash

# Template file for 'python3-tifffile'
pkgname=python3-tifffile
version=2020.12.8
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-numpy"
checkdepends="${depends} python3-pytest python3-lxml"
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=aa823c1185ff42bdcae549883244802122f404a51bb6fb893a223df5330c6d81
post_install() {
vlicense LICENSE
}