New package: python3-aiohttp-cors-0.5.0

This commit is contained in:
Michael Aldridge 2017-01-20 23:14:29 -06:00
parent b72cced0b1
commit 0badca6f6d
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'python3-aiohttp-cors'
pkgname=python3-aiohttp-cors
version=0.5.0
revision=1
wrksrc=aiohttp-cors-${version}
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-aiohttp"
short_desc="CORS support for aiohttp"
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
license="Apache-2"
homepage="https://github.com/aio-libs/aiohttp-cors"
distfiles="https://github.com/aio-libs/aiohttp-cors/archive/v${version}.tar.gz"
checksum=7d0c682657db4f3265337875be75e5f222aef644e780e125267e98a690ff9d85
post_install() {
vlicense LICENSE
}