void-packages/srcpkgs/python3-aiohttp/template
maxice8 5d6dda8a76 python3-aiohttp: update to 3.0.6.
Closes: #11877 [via git-merge-pr]
2018-03-06 22:22:34 -08:00

22 lines
825 B
Bash

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