From d67c693f6139107aab74ca136dda159b165bd4bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 10 Jul 2020 11:10:02 -0400 Subject: [PATCH] New package: python3-tifffile-2020.7.4 --- srcpkgs/python3-tifffile/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-tifffile/template diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template new file mode 100644 index 0000000000..a297e0ea86 --- /dev/null +++ b/srcpkgs/python3-tifffile/template @@ -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 " +license="BSD-3-Clause" +homepage="https://github.com/cgohlke/tifffile" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=0bdd2be3d4235c20ba5b9c266c1b835c387df539b9c1abeb0ca7e55846503676 + +post_install() { + vlicense LICENSE +}