summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: d781856fe05e2c9761372acc86d3a000b018cd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pkgbase = python-tifffile
	pkgdesc = Read and write image data from and to TIFF files
	pkgver = 2024.5.10
	pkgrel = 1
	url = https://github.com/cgohlke/tifffile
	arch = any
	license = BSD-3-Clause
	checkdepends = python-pytest
	checkdepends = python-imagecodecs
	makedepends = python-setuptools
	makedepends = python-sphinx
	makedepends = python-numpy
	source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2024.5.10.tar.gz
	sha256sums = aa1e1b12be952ab20717d6848bd6d4a5ee88d2aa319f1152bff4354ad728ec86

pkgname = python-tifffile
	depends = python-numpy>=1.26.4
	optdepends = python-matplotlib>=3.8.3: required for plotting
	optdepends = python-imagecodecs>=2024.1.1: required for encoding or decoding LZW, JPEG, etc. compressed segments
	optdepends = python-lxml>=5.1.0: required only for validating and printing XML
	optdepends = python-zarr>=2.17.0: required for opening Zarr stores
	optdepends = python-fsspec>=2024.3.1: required only for opening ReferenceFileSystem files
	optdepends = python-tifffile-doc: Documentation for Python tifffile

pkgname = python-tifffile-doc
	pkgdesc = Documentation for Python TIFF files