python3-tifffile: update to 2021.3.17.
This commit is contained in:
parent
c7bd8b3a8d
commit
3ab42255eb
1 changed files with 4 additions and 3 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'python3-tifffile'
|
||||
pkgname=python3-tifffile
|
||||
version=2021.3.5
|
||||
version=2021.3.17
|
||||
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=0428401dc72ff6f3ea0d21ea2f7d728f854521cb7a895c4056dbbfb3b6227e14
|
||||
checksum=dd21b981a0d42f4847de5bd4e52a00c0718fdf8a26d1cb5c00a6d678e6d1e779
|
||||
# Tests require unpackaged fsspec
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue