From 55872697869edfcd31d80bf985828767dc0bbfb2 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 20 Jan 2017 23:04:50 -0600 Subject: [PATCH] New package: python3-yarl-0.8.1 --- srcpkgs/python3-yarl/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-yarl/template diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template new file mode 100644 index 0000000000..2c3eeca2fd --- /dev/null +++ b/srcpkgs/python3-yarl/template @@ -0,0 +1,20 @@ +# Template file for 'python3-yarl' +pkgname=python3-yarl +version=0.8.1 +revision=1 +wrksrc=yarl-${version} +#create_wrksrc=yes +#only_for_archs="i686 x86_64" +build_style=python3-module +hostmakedepends="python3 python3-setuptools" +depends="python3-multidict" +short_desc="Yet another URL library" +maintainer="Michael Aldridge " +license="Apache-2.0" +homepage="http://yarl.readthedocs.io/" +distfiles="https://github.com/aio-libs/yarl/archive/v${version}.tar.gz" +checksum=cb2790f35af5d04986b14c5b79678954cd4052ad9846f3d7327baed62581c48e + +post_install() { + vlicense LICENSE +}