python-futures: update to 3.0.4
This commit is contained in:
parent
bbf24f61a3
commit
e247ce09b0
1 changed files with 8 additions and 5 deletions
|
@ -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 <eivind@uggedal.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue