python-futures: update to 3.0.1.
This commit is contained in:
parent
d3c933e011
commit
53501b4d4d
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-futures'
|
||||
pkgname=python-futures
|
||||
version=2.2.0
|
||||
version=3.0.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="futures-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7"
|
||||
pycompile_module="futures concurrent"
|
||||
pycompile_module="concurrent"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python"
|
||||
short_desc="Backport of the concurrent.futures package from Python 3.2"
|
||||
|
@ -14,4 +14,4 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|||
license="BSD"
|
||||
homepage="https://code.google.com/p/pythonfutures/"
|
||||
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
||||
checksum=151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3
|
||||
checksum=f78f2ef458639d72a625cf9c7643cf5442bb222ac11c12bcc445c6ad1cd862e2
|
||||
|
|
Loading…
Reference in a new issue