python3-tifffile: update to 2020.12.8.
This commit is contained in:
parent
a3227ffb48
commit
bba498fa46
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-tifffile'
|
||||
pkgname=python3-tifffile
|
||||
version=2020.12.4
|
||||
version=2020.12.8
|
||||
revision=1
|
||||
wrksrc="${pkgname#python3-}-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -13,11 +13,7 @@ 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=3f23dec80fce5da7ab8ed928fbf2e5d4d317761ef924c3908ca1d3d821cdbd37
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
}
|
||||
checksum=aa823c1185ff42bdcae549883244802122f404a51bb6fb893a223df5330c6d81
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue