mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
20 lines
633 B
Bash
20 lines
633 B
Bash
# Template file for 'python3-tifffile'
|
|
pkgname=python3-tifffile
|
|
version=2025.3.30
|
|
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=d74f3e18ea72d033ad5d1a88038063b9916c88f480bb330d3b2a46a969e0080f
|
|
# Tests require unpackaged fsspec
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|