summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b6ca75ffffdac8b3a5508d305b57d9766b554b9a (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
27
28
29
30
pkgbase = python-xarray
	pkgdesc = N-D labeled arrays and datasets in Python
	pkgver = 0.15.0
	pkgrel = 1
	url = http://xarray.pydata.org
	arch = any
	license = Apache
	checkdepends = python-pytest
	makedepends = python-setuptools
	depends = python-numpy
	depends = python-pandas
	optdepends = python-netcdf4: netCDF4 support
	optdepends = python-scipy: Interpolation and fallback netCDF3 support
	optdepends = python-h5netcdf: Alternative for netCDF4 support
	optdepends = python-zarr: Chunked, compressed N-dimensional arrays
	optdepends = python-cftime: Datetime support for non-standard calendars and distant dates
	optdepends = python-rasterio: Read GeoTiffs and other gridded raster datasets
	optdepends = python-bottleneck: Faster NaN-skipping and rolling window aggregations
	optdepends = python-dask: Enable out-of-core parallel computation
	optdepends = python-matplotlib: Plotting support
	optdepends = python-cartopy: Plotting of cartographic data
	optdepends = python-seaborn: Improved color palettes for plots
	optdepends = python-sparse: Sparse multi-dimensional arrays
	replaces = python-xray
	source = https://files.pythonhosted.org/packages/source/x/xarray/xarray-0.15.0.tar.gz
	md5sums = 75199f462de36f36b89b3f374ad7ec98
	sha256sums = c72d160c970725201f769e80fb91cbad68d6ebf21d68fcc371385a6c950459c3

pkgname = python-xarray