vp-build/srcpkgs/python3-aiohttp/template

19 lines
595 B
Bash
Raw Normal View History

2017-01-21 06:28:52 +01:00
# Template file for 'python3-aiohttp'
pkgname=python3-aiohttp
2017-07-05 03:58:01 +02:00
version=2.2.0
2017-01-21 06:28:52 +01:00
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>"
2017-01-21 06:28:52 +01:00
license="Apache-2"
homepage="http://aiohttp.readthedocs.io/"
2017-07-05 03:58:01 +02:00
distfiles="https://github.com/aio-libs/aiohttp/archive/v${version}.tar.gz"
checksum=a504fc979f897ab776cbbb324443dd0aebd6ba832765fb54770ea2ecb2a6e07b
2017-01-21 06:28:52 +01:00
post_install() {
vlicense LICENSE.txt
}