blob: 63d30b43f9e5c96cf712b8b0630d233262fffa0b (
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.5.0
pkgrel = 1
url = http://github.com/csparpa/pyowm
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.9
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.5.0.tar.gz
sha256sums = a1ddefe7c3d79ab81f0c3cd84fb53a40dc7e5bdcd20c1cea491e5ad5d45c8eec
pkgname = python-pyowm
depends = python>=3.9
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
|