python3-aiohttp: update to 3.9.5.
This commit is contained in:
parent
dace5ce2cd
commit
9d8becebcf
|
@ -1,21 +1,16 @@
|
|||
# Template file for 'python3-aiohttp'
|
||||
pkgname=python3-aiohttp
|
||||
version=3.9.1
|
||||
version=3.9.5
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
makedepends="python3-devel http-parser-devel"
|
||||
depends="python3-aiosignal python3-async-timeout python3-attrs
|
||||
python3-chardet python3-yarl python3-typing_extensions python3-multidict"
|
||||
makedepends="python3-devel"
|
||||
depends="python3-aiohappyeyeballs python3-aiosignal python3-async-timeout
|
||||
python3-frozenlist python3-multidict python3-yarl"
|
||||
short_desc="HTTP client/server for asyncio (PEP-3156)"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://aiohttp.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/a/aiohttp/aiohttp-${version}.tar.gz"
|
||||
checksum=8fc49a87ac269d4529da45871e2ffb6874e87779c3d0e2ccd813c0899221239d
|
||||
checksum=edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551
|
||||
make_check=no # Depends on proxy.py and re_assert
|
||||
|
||||
post_patch() {
|
||||
# use system http-parser
|
||||
vsed -i '/http_parser\.c/d' -i setup.py
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue