blob: 6eec53385deb2d4ffecfb3972b52c35d4fea6f3c (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
pkgbase = python-aiohttp-git
pkgdesc = HTTP client/server for asyncio
pkgver = 4.0.0a1.r857.gac0398a4
pkgrel = 2
url = https://aiohttp.readthedocs.io
arch = x86_64
license = Apache
checkdepends = python-pytest
checkdepends = python-pytest-runner
checkdepends = python-pytest-mock
checkdepends = python-pytest-timeout
checkdepends = python-async_generator
checkdepends = python-brotli
checkdepends = python-pytest-xdist
checkdepends = python-pytest-forked
checkdepends = python-pytest-cov
checkdepends = python-trustme
checkdepends = python-freezegun
checkdepends = gunicorn
checkdepends = python-re-assert
makedepends = cython
makedepends = python-setuptools
makedepends = python-pip
makedepends = git
makedepends = cmake
makedepends = ts-node
makedepends = npm
depends = python
depends = python-chardet
depends = python-multidict
depends = python-async-timeout
depends = python-yarl
depends = python-attrs
depends = python-aiosignal
optdepends = gunicorn: to deploy using Gunicorn
optdepends = python-aiodns: for fast DNS resolving
optdepends = python-cchardet: for faster encoding detection
optdepends = python-brotli: for Brotli transfer-encodings support
provides = python-aiohttp
conflicts = python-aiohttp
source = aiohttp::git+https://github.com/aio-libs/aiohttp
sha512sums = SKIP
pkgname = python-aiohttp-git
|