blob: 2883b0b2fb228159d33469481ecd56d1d4b2c8af (
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
|
pkgbase = python-pyowm
pkgdesc = A Python wrapper around OpenWeatherMap web APIs
pkgver = 3.3.0
pkgrel = 2
url = http://github.com/csparpa/pyowm
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.7
depends = python-requests>=2.20.0
depends = python-requests<3
depends = python-geojson>=2.3.0
depends = python-geojson<4
depends = python-pysocks>=1.7.1
depends = python-pysocks<2
source = https://github.com/csparpa/pyowm/archive/refs/tags/3.3.0.tar.gz
sha256sums = 7dafc9d062d84a56f7b5eb15810aee6506d0c39d42c7aebbd81876aa42387c71
pkgname = python-pyowm
depends = python>=3.7
depends = python-requests>=2.20.0
depends = python-requests<3
depends = python-geojson>=2.3.0
depends = python-geojson<4
depends = python-pysocks>=1.7.1
depends = python-pysocks<2
|