summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c77fc444469b8464b5b5dbc751e9e9169f7af96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgbase = python-flask-sock
	pkgdesc = WebSocket support for Flask. What makes this extension different than others is that it does not require a greenlet based server (gevent, eventlet) to work.
	pkgver = 0.7.0
	pkgrel = 1
	url = https://blog.miguelgrinberg.com/
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python
	depends = python-flask
	depends = python-simple-websocket
	source = https://github.com/miguelgrinberg/flask-sock/archive/refs/tags/v0.7.0.tar.gz
	sha256sums = 36a035d8e0d8fd0b649e2e8035a368e7de9d491bdae4b9defeb121f7b94ee76b

pkgname = python-flask-sock