17 lines
577 B
Bash
17 lines
577 B
Bash
# Template file for 'python-futures'
|
|
pkgname=python-futures
|
|
version=3.0.3
|
|
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=2fe2342bb4fe8b8e217f0d21b5921cbe5408bf966d9f92025e707e881b198bed
|