python-futures: update to 3.0.4
This commit is contained in:
parent
bbf24f61a3
commit
e247ce09b0
@ -1,17 +1,20 @@
|
|||||||
# Template file for 'python-futures'
|
# Template file for 'python-futures'
|
||||||
pkgname=python-futures
|
pkgname=python-futures
|
||||||
version=3.0.3
|
version=3.0.4
|
||||||
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"
|
|
||||||
pycompile_module="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"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="BSD"
|
license="2-clause-BSD"
|
||||||
homepage="https://code.google.com/p/pythonfutures/"
|
homepage="https://github.com/agronholm/pythonfutures"
|
||||||
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
||||||
checksum=2fe2342bb4fe8b8e217f0d21b5921cbe5408bf966d9f92025e707e881b198bed
|
checksum=19485d83f7bd2151c0aeaf88fbba3ee50dadfb222ffc3b66a344ef4952b782a3
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user