blob: 794b139c2ae7a45e6ad5757dff16c28b227dc89b (
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
|
pkgbase = python-yahooquery
pkgdesc = Python wrapper for an unofficial Yahoo Finance API
pkgver = 2.4.1
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
depends = python-curl_cffi
depends = python-hatchling
optdepends = python-selenium
source = yahooquery-2.4.1.tar.gz::https://github.com/dpguthrie/yahooquery//archive/refs/tags/v2.4.1.tar.gz
sha256sums = e6093dac688d2d0d434a6f4c1c6bfdf6385fa47c5a3d08ef86a346119c6dabd7
pkgname = python-yahooquery
|