diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template new file mode 100644 index 00000000000..9437ba010cc --- /dev/null +++ b/srcpkgs/python3-aiohttp-cors2/template @@ -0,0 +1,18 @@ +# 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 " +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"