summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKaizhao Zhang2018-11-22 22:24:57 +0800
committerKaizhao Zhang2018-11-22 22:24:57 +0800
commit5b1a75915464d34f208a0ff867e270c3cab01439 (patch)
tree95d1822190ee71f67cde18153cc1da505de6a5f2 /.SRCINFO
downloadaur-5b1a75915464d34f208a0ff867e270c3cab01439.tar.gz
Initial import
Note: the default HTTP parser implementation `httptools` packaged on AUR https://aur.archlinux.org/packages/python-httptools/ now is 0.0.9 which is incompatible with uvicorn now. Please use another HTTP parser implementation `h11` instead. See documentation of uvicorn.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e7e753b4672d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = uvicorn
+ pkgdesc = The lightning-fast ASGI server.
+ pkgver = 0.3.21
+ pkgrel = 1
+ url = https://www.uvicorn.org/
+ arch = any
+ license = BSD
+ makedepends = python-setuptools
+ depends = python>=3.5
+ depends = python-click
+ depends = python-h11
+ depends = python-httptools
+ depends = python-uvloop
+ depends = python-websockets>=6.0
+ options = !emptydirs
+ source = https://github.com/encode/uvicorn/archive/0.3.21.tar.gz
+ sha256sums = f333d74f94a4a82fb723ac19b207647f65269ee46dc3e31f7322f3fe6e176d6d
+
+pkgname = uvicorn
+