summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2b660f81697af9db07f2d1d70b1642cc8ed35a40 (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
pkgbase = python-cf-xarray
	pkgdesc = A lightweight convenience wrapper for using CF attributes on xarray objects.
	pkgver = 0.10.9
	pkgrel = 1
	url = https://github.com/xarray-contrib/cf-xarray
	arch = any
	license = Apache-2.0
	checkdepends = python-pytest
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	depends = python
	depends = python-xarray
	depends = python-tzdata
	optdepends = python-matplotlib: to enable pint's built-in matplotlib support
	optdepends = python-pint: to provide unit support via approximating UDUNITS/CF
	optdepends = python-pooch: to install cf standard name table from raw.githubusercontent.com
	optdepends = python-shapely: for conversion between shapely geometry objects and CF-compliant dataset
	optdepends = python-regex: to instead of python official re module
	optdepends = python-rich: for better console output
	source = python-cf-xarray-0.10.9.tar.gz::https://github.com/xarray-contrib/cf-xarray/archive/refs/tags/v0.10.9.tar.gz
	sha256sums = SKIP

pkgname = python-cf-xarray