blob: c879a0069db3b688bbf7f49560e02bb4e836b339 (
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.7.1
pkgrel = 1
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.7.1::https://github.com/Unidata/MetPy/archive/refs/tags/v1.7.1.tar.gz
sha256sums = 61db41df14e3928caef4ab2aa448c02fb924dacef33a6beff260d1d8a36075b3
pkgname = python-metpy
|