From 0badca6f6dcdb070a2857741bb1b237dca0fbc37 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 20 Jan 2017 23:14:29 -0600 Subject: [PATCH] New package: python3-aiohttp-cors-0.5.0 --- srcpkgs/python3-aiohttp-cors/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-aiohttp-cors/template diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template new file mode 100644 index 00000000000..cef39a633c5 --- /dev/null +++ b/srcpkgs/python3-aiohttp-cors/template @@ -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 " +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 +}