From 7db6035aa9bf0f849dc8eed49a3b0137b1ef0d41 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 22 Aug 2017 15:34:13 +0200 Subject: [PATCH] python3-async-timeout: fix template - noarch=yes - add missing pycompile_module and depends - remove unnecessary vlicense for Apache-2.0 --- srcpkgs/python3-async-timeout/template | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template index 807bda5804c..abcee48dc0a 100644 --- a/srcpkgs/python3-async-timeout/template +++ b/srcpkgs/python3-async-timeout/template @@ -1,17 +1,16 @@ # Template file for 'python3-async-timeout' pkgname=python3-async-timeout version=1.2.1 -revision=1 -wrksrc=async-timeout-${version} +revision=2 +noarch=yes +wrksrc="async-timeout-${version}" build_style=python3-module -hostmakedepends="python3 python3-setuptools" -short_desc="Timeout class compatible with asyncio" +pycompile_module="async_timeout" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Timeout context manager for asyncio programs" maintainer="Michael Aldridge " -license="Apache-2" +license="Apache-2.0" homepage="https://github.com/aio-libs/async-timeout" distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz" checksum=840ca2fb8237faa2251ecccdd8b5180d6f9f2d92df6068e77ea823642fcc75d4 - -post_install() { - vlicense LICENSE -}