blob: 3c2e6cb22d0973a47bef645c7949a94185dd3ee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-cf-xarray
pkgdesc = A lightweight convenience wrapper for using CF attributes on xarray objects.
pkgver = 0.9.4
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
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.9.4.tar.gz::https://github.com/xarray-contrib/cf-xarray/archive/refs/tags/v0.9.4.tar.gz
sha256sums = f2e80edfb83435f00e909ffe8212ccea9331bf7670a92ee44d1346b56d99e48c
pkgname = python-cf-xarray
|