From e247ce09b0b42e81e1a74c36021dcb28c7ec75e0 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 21 Jan 2016 12:28:33 +0100 Subject: [PATCH] python-futures: update to 3.0.4 --- srcpkgs/python-futures/template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-futures/template b/srcpkgs/python-futures/template index dfdde7fcd3c..b5e98af6412 100644 --- a/srcpkgs/python-futures/template +++ b/srcpkgs/python-futures/template @@ -1,17 +1,20 @@ # Template file for 'python-futures' pkgname=python-futures -version=3.0.3 +version=3.0.4 revision=1 noarch=yes wrksrc="futures-${version}" build_style=python-module -python_versions="2.7" pycompile_module="concurrent" hostmakedepends="python-setuptools" depends="python" short_desc="Backport of the concurrent.futures package from Python 3.2" maintainer="Eivind Uggedal " -license="BSD" -homepage="https://code.google.com/p/pythonfutures/" +license="2-clause-BSD" +homepage="https://github.com/agronholm/pythonfutures" distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz" -checksum=2fe2342bb4fe8b8e217f0d21b5921cbe5408bf966d9f92025e707e881b198bed +checksum=19485d83f7bd2151c0aeaf88fbba3ee50dadfb222ffc3b66a344ef4952b782a3 + +post_install() { + vlicense LICENSE +}