17 lines
708 B
Bash
17 lines
708 B
Bash
# Template file for 'python3-aiohttp'
|
|
pkgname=python3-aiohttp
|
|
version=3.13.4
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-pkgconfig python3-setuptools python3-wheel"
|
|
makedepends="python3-devel"
|
|
depends="python3-aiohappyeyeballs python3-aiosignal python3-attrs python3-frozenlist python3-multidict
|
|
python3-propcache 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=d97a6d09c66087890c2ab5d49069e1e570583f7ac0314ecf98294c1b6aaebd38
|
|
make_check=no # Depends on proxy.py and re_assert
|