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'
|
# Template file for 'python-futures'
|
||||||
pkgname=python-futures
|
pkgname=python-futures
|
||||||
version=2.2.0
|
version=3.0.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="futures-${version}"
|
wrksrc="futures-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7"
|
python_versions="2.7"
|
||||||
pycompile_module="futures concurrent"
|
pycompile_module="concurrent"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Backport of the concurrent.futures package from Python 3.2"
|
short_desc="Backport of the concurrent.futures package from Python 3.2"
|
||||||
|
@ -14,4 +14,4 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://code.google.com/p/pythonfutures/"
|
homepage="https://code.google.com/p/pythonfutures/"
|
||||||
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
||||||
checksum=151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3
|
checksum=f78f2ef458639d72a625cf9c7643cf5442bb222ac11c12bcc445c6ad1cd862e2
|
||||||
|
|
Loading…
Add table
Reference in a new issue