blob: e338f936a1bab998944f5a008b0832ef513a041f (
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
31
32
33
34
|
pkgbase = python-metpy
pkgdesc = collection of tools in Python for reading, visualizing and performing calculations with weather data.
pkgver = 1.6.2
pkgrel = 2
url = https://unidata.github.io/MetPy
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-pytest-mpl
checkdepends = python-cartopy
checkdepends = python-shapely
checkdepends = python-netcdf4
checkdepends = python-packaging
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python
depends = python-matplotlib
depends = python-numpy
depends = python-scipy
depends = python-pandas
depends = python-pint
depends = python-pooch
depends = python-xarray
depends = python-pyproj
depends = python-traitlets
optdepends = python-cartopy: for the examples
optdepends = python-shapely: for the examples
optdepends = python-geopandas: for the examples
source = python-metpy-1.6.2::https://files.pythonhosted.org/packages/source/M/MetPy/MetPy-1.6.2.tar.gz
sha256sums = eb065bac0d7818587fa38fa6c96dfe720d9d15b59af4e4866541894e267476bb
pkgname = python-metpy
|