void-packages/srcpkgs/python3-tifffile/template
2021-02-03 10:27:50 -05:00

21 lines
678 B
Bash

# Template file for 'python3-tifffile'
pkgname=python3-tifffile
version=2021.2.1
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=9ca215bbe6640b64d1c1f9d2762310f1e3e496630b00c51b7e0e9f9b4a993537
post_install() {
vlicense LICENSE
}