summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ca6f5166ad08
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = python-binance
+ pkgdesc = An unofficial Python wrapper for the Binance exchange REST API
+ pkgver = 1.0.15
+ pkgrel = 1
+ url = https://github.com/sammchardy/python-binance
+ arch = any
+ license = MIT
+ makedepends = python-setuptools
+ depends = python
+ depends = python-aiohttp
+ depends = python-dateparser
+ depends = python-requests
+ depends = python-ujson
+ depends = python-websockets=9.1
+ provides = python-binance
+ source = python-binance-1.0.15.tar.gz::https://github.com/sammchardy/python-binance/archive/v1.0.15.tar.gz
+ sha256sums = 38ebb268a94b2c5073a84995474bbb662e17258fa0d5e9ec82c2d57a3b2f01f0
+
+pkgname = python-binance