void-packages/srcpkgs/python-futures/template
2016-02-16 23:29:27 +01:00

21 lines
604 B
Bash

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