blob: a7c49ff84faec31b60f8ba89be4db0b57cf4715b (
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
|
pkgbase = python-yahooquery
pkgdesc = Python wrapper for an unofficial Yahoo Finance API
pkgver = 2.3.7
pkgrel = 2
url = https://github.com/dpguthrie/yahooquery/
arch = any
license = MIT
makedepends = python-build
makedepends = python-flit
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-poetry
depends = python
depends = python-lxml
depends = python-pandas
depends = python-requests
depends = python-requests-futures
depends = python-tqdm
optdepends = python-selenium
source = yahooquery-2.3.7.tar.gz::https://github.com/dpguthrie/yahooquery//archive/refs/tags/v2.3.7.tar.gz
sha256sums = be64712a70fd5fa602f1271ca3c46e550e87f7c5c9c513ea0010c65810bee857
pkgname = python-yahooquery
|