18 lines
577 B
Bash
18 lines
577 B
Bash
# Template file for 'python-futures'
|
|
pkgname=python-futures
|
|
version=3.0.2
|
|
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/"
|
|
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
|
|
checksum=dc3fc91508e49e0fd2f8625f0132d16e49c80f882e7e1d565c56b0d5dfbae257
|