void-packages/srcpkgs/python-futures/template
maxice8 781726dd15 python-futures: update to 3.2.0.
Closes #9676.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2017-12-05 19:05:15 +01:00

20 lines
596 B
Bash

# Template file for 'python-futures'
pkgname=python-futures
version=3.2.0
revision=1
noarch=yes
wrksrc="futures-${version}"
build_style=python2-module
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="PSF"
homepage="https://github.com/agronholm/pythonfutures"
distfiles="${PYPI_SITE}/f/futures/futures-${version}.tar.gz"
checksum=9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265
post_install() {
vlicense LICENSE
}