blob: d94cc6a63bd4eed20ce7ed9ea75c88a41dd97008 (
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 = uvicorn
pkgdesc = The lightning-fast ASGI server.
pkgver = 0.11.5
pkgrel = 1
url = https://www.uvicorn.org/
arch = any
license = BSD
makedepends = python-setuptools
depends = python>=3.6
depends = python-click>=7.0
depends = python-click<8.0
depends = python-h11>=0.8
depends = python-h11<0.10
depends = python-httptools>=0.1.0
depends = python-httptools<0.2.0
depends = python-uvloop>=0.14.0
depends = python-websockets>=8.0
depends = python-websockets<9.0
optdepends = python-watchdog>=0.6: watchdogreload support
optdepends = python-watchdog<0.7: watchdogreload support
options = !emptydirs
source = https://github.com/encode/uvicorn/archive/0.11.5.tar.gz
sha256sums = be40828a1cdabbc9fccf90b2d846f866f2c5e846e3ef7f75101cb3c76e9fc2df
pkgname = uvicorn
|