blob: 6d28944c2bb2ef3a67d6f85efbb72de9fd3c6ab4 (
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-wbdata
pkgdesc = A library to access World Bank data
pkgver = 1.0.0
pkgrel = 3
url = https://github.com/oliversherouse/wbdata
arch = any
license = GPL-2.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-poetry
depends = python
depends = python-requests
depends = python-tabulate
depends = python-appdirs
depends = python-cachetools
depends = python-shelved-cache
depends = python-backoff
depends = python-dateparser
depends = python-decorator
optdepends = python-pandas
optdepends = mkdocs
optdepends = mkdocstrings
source = python-wbdata-1.0.0.tar.gz::https://github.com/oliversherouse/wbdata/archive/refs/tags/v1.0.0.tar.gz
sha256sums = df9044539f3c8747ab5ca94ae5c56674b8547417e8c47e515bf14efc57e29beb
pkgname = python-wbdata
|