blob: 2ea797e60ef38c853321b263f6916f3bab48af3c (
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.2.24
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=e55cb749b0fcb41b7767549ae891a300e0c0fd8a1869b9124d0a58ac01f9d798
# Tests require unpackaged fsspec
make_check=no
post_install() {
vlicense LICENSE
}
|