blob: a37ccb1200e6be4c4423903b0f963bf7107014ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Template file for 'python3-tifffile'
pkgname=python3-tifffile
version=2026.3.3
revision=1
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"
changelog="https://raw.githubusercontent.com/cgohlke/tifffile/master/CHANGES.rst"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=4724fa6a6634522c7d2dbfc1b9a6ce8e28e1e12e0c41e858bae9e92207959fd3
# Tests require unpackaged fsspec
make_check=no
post_install() {
vlicense LICENSE
}
|