vp-build/srcpkgs/python3-aiohttp-cors/template

19 lines
582 B
Bash
Raw Normal View History

# 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
}