blob: 8ef4b0cd4f0669545aeed5b5bb958388181d5126 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-ccxt
pkgdesc = A cryptocurrency trading library with support for more than 100 exchanges
pkgver = 4.5.12
pkgrel = 1
url = https://ccxt.trade
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
depends = python-certifi
depends = python-requests
depends = python-cryptography
depends = python-aiohttp
depends = python-aiodns
depends = python-yarl
source = https://files.pythonhosted.org/packages/source/c/ccxt/ccxt-4.5.12.tar.gz
sha256sums = 8619e1256c57242678416af8e80280c9303acb4614375a590f4c897898940030
pkgname = python-ccxt
|