void-packages/srcpkgs/python3-aiohttp/template
2017-08-21 00:22:51 -07:00

18 lines
595 B
Bash

# Template file for 'python3-aiohttp'
pkgname=python3-aiohttp
version=2.2.5
revision=1
wrksrc=aiohttp-${version}
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-async-timeout python3-chardet"
short_desc="HTTP client/server for asyncio (PEP-3156)"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="Apache-2"
homepage="http://aiohttp.readthedocs.io/"
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
checksum=f0dafed9ea8afa99bd599531ee9f7863d60e69648b1059bcbb0de167c6e11e60
post_install() {
vlicense LICENSE.txt
}