blob: 54cf64eac9728e28058d8e5cb79b470df31e31a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-meteostat
pkgdesc = Access and analyze historical weather and climate data with Python
pkgver = 2.1.3
pkgrel = 1
url = https://github.com/meteostat/meteostat
arch = any
license = MIT
depends = python
depends = python-numpy
depends = python-pandas
depends = python-pytz
depends = python-requests
depends = python-lxml
optdepends = python-metar: access METAR and SPECI weather reports from NOAA
optdepends = python-matplotlib: enable plotting
source = python-meteostat-2.1.3.tar.gz::https://github.com/meteostat/meteostat/archive/refs/tags/v2.1.3.tar.gz
sha256sums = 22dbab0bb1fba11abb0281f8ee94a84ee3568596f0a0e5b1ece6134cf54be0a8
pkgname = python-meteostat
|