New package: python3-tifffile-2020.7.4

This commit is contained in:
Andrew J. Hesford 2020-07-10 11:10:02 -04:00 committed by Andrew J. Hesford
parent 738cdf66f1
commit d67c693f61

View file

@ -0,0 +1,18 @@
# 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
}