From f02f2fcd2e855b60b4c99f74cbfcc88458a0bfce Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 22 Aug 2017 15:39:34 +0200 Subject: [PATCH] python3-aiohttp-cors: fix template - noarch=yes - add missing pycompile_module - remove unnecessary vlicense for Apache-2.0 --- srcpkgs/python3-aiohttp-cors/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template index 7a7c84867f4..aba913bb635 100644 --- a/srcpkgs/python3-aiohttp-cors/template +++ b/srcpkgs/python3-aiohttp-cors/template @@ -1,18 +1,16 @@ # Template file for 'python3-aiohttp-cors' pkgname=python3-aiohttp-cors version=0.5.3 -revision=1 -wrksrc=aiohttp-cors-${version} +revision=2 +noarch=yes +wrksrc="aiohttp-cors-${version}" build_style=python3-module -hostmakedepends="python3 python3-setuptools" +pycompile_module="aiohttp_cors" +hostmakedepends="python3-setuptools" depends="python3-aiohttp" -short_desc="CORS support for aiohttp" +short_desc="Cross Origin Resource Sharing (CORS) support for aiohttp" maintainer="Michael Aldridge " -license="Apache-2" +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=bec79cc5c62cffd044899863a73a450d058a6cb2c965d4c8cec8e6b0d06e9768 - -post_install() { - vlicense LICENSE -}