summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4e3e294935eac5d0f55bfb1496b2eeec8a324993 (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 = 2023.8.25
	pkgrel = 1
	url = https://github.com/cgohlke/tifffile
	arch = any
	license = BSD
	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-2023.8.25.tar.gz
	sha256sums = 0a3ebcdfe71eb61a487dd22eaf21ed8962c511e6eb692153c7ac15f81798dfa4

pkgname = python-tifffile
	depends = python-numpy>=1.25.1
	optdepends = python-matplotlib>=3.7.2: required for plotting
	optdepends = python-imagecodecs>=2023.8.12: required for encoding or decoding LZW, JPEG, etc. compressed segments
	optdepends = python-lxml>=4.9.2: required only for validating and printing XML
	optdepends = python-zarr>=2.16.0: required for opening Zarr stores
	optdepends = python-fsspec>=2023.6.0: required only for opening ReferenceFileSystem files
	optdepends = python-tifffile-doc: Documentation for Python tifffile

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