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

19 lines
684 B
Bash

# Template file for 'python3-aiohttp-cors2'
pkgname=python3-aiohttp-cors2
version=0.7.0
revision=1
noarch=yes
wrksrc="aiohttp-cors-${version}"
build_style=python3-module
pycompile_module="aiohttp_cors"
hostmakedepends="python3-setuptools"
depends="python3-aiohttp2"
short_desc="Cross Origin Resource Sharing (CORS) support for aiohttp"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="Apache-2.0"
homepage="https://github.com/aio-libs/aiohttp-cors"
distfiles="https://github.com/aio-libs/aiohttp-cors/archive/v${version}.tar.gz"
checksum=a710a07c3d8e8c2dcb3a3f992c671a058e2058652ed041b5201016978a5527aa
conflicts=python3-aiohttp-cors
replaces="python3-aiohttp-cors>=0"