18 lines
594 B
Bash
18 lines
594 B
Bash
# Template file for 'python3-aiohttp'
|
|
pkgname=python3-aiohttp
|
|
version=2.0.7
|
|
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 <aldridge.mac@gmail.com>"
|
|
license="Apache-2"
|
|
homepage="http://aiohttp.readthedocs.io/"
|
|
distfiles="https://github.com/aio-libs/aiohttp/archive/${version}.tar.gz"
|
|
checksum=fcc17b56747ac76fd99ddf63d07de2bed12a5d0f78b658f0c9c5d7d9f696c766
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|