New package: python3-tifffile-2020.7.4
This commit is contained in:
parent
738cdf66f1
commit
d67c693f61
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-tifffile/template
Normal file
18
srcpkgs/python3-tifffile/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue