summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b05b33f21912254f112a59dc144c22192b531e9b (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 = 2022.8.3
	pkgrel = 1
	url = https://github.com/cgohlke/tifffile
	arch = any
	license = BSD
	checkdepends = python-pytest
	checkdepends = python-xarray
	checkdepends = python-fsspec
	makedepends = python-setuptools
	makedepends = python-sphinx
	makedepends = python-numpy
	source = https://files.pythonhosted.org/packages/source/t/tifffile/tifffile-2022.8.3.tar.gz
	sha256sums = 27bf927b0432fa064bed2426f8bf1778250288a1fc3badb7f4e36ece2e9a6240

pkgname = python-tifffile
	depends = python-numpy>=1.21.5
	optdepends = python-matplotlib>=3.5.2: required for plotting
	optdepends = python-imagecodecs>=2022.7.31: required for encoding or decoding LZW, JPEG, etc. compressed segments
	optdepends = python-lxml>=4.9.1: required only for validating and printing XML
	optdepends = python-zarr>=2.12.0: required for opening Zarr stores
	optdepends = python-tifffile-doc: Documentation for Python tifffile

pkgname = python-tifffile-doc
	pkgdesc = Documentation for Python Photutils module