parent
6cde403cc1
commit
2019b74595
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'python3-aiohttp'
|
||||
pkgname=python3-aiohttp
|
||||
version=3.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="aiohttp-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="aiohttp"
|
||||
hostmakedepends="python3-Cython python3-setuptools"
|
||||
makedepends="python3-devel http-parser-devel"
|
||||
depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl
|
||||
python3-yarl"
|
||||
python3-yarl python3-typing_extensions"
|
||||
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
|
|
Loading…
Reference in New Issue