void-packages/srcpkgs/python3-aiohttp/template
2018-06-16 18:01:37 -07:00

24 lines
915 B
Bash

# Template file for 'python3-aiohttp'
pkgname=python3-aiohttp
version=3.3.2
revision=1
wrksrc="aiohttp-${version}"
build_style=python3-module
pycompile_module="aiohttp"
hostmakedepends="python3-Cython python3-setuptools"
makedepends="python3-devel"
checkdepends="python3-async-timeout python3-async_generator python3-chardet
python3-idna-ssl python3-pytest-mock python3-yarl"
depends="python3-async-timeout python3-attrs python3-chardet python3-idna-ssl
python3-yarl"
short_desc="HTTP client/server for asyncio (PEP-3156)"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="Apache-2.0"
#changelog="https://raw.githubusercontent.com/aio-libs/aiohttp/master/CHANGES.rst"
homepage="https://aiohttp.readthedocs.io/"
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
checksum=edcc93ab19880068ce460542810bdb1ee55a834184765380fd3be343a8f107d7
do_check() {
python3 setup.py test
}