blob: bb2ea78e3339007a643c995a394ad76b3108b4a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Template file for 'python-futures'
pkgname=python-futures
version=3.1.1
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=51ecb45f0add83c806c68e4b06106f90db260585b25ef2abfcda0bd95c0132fd
post_install() {
vlicense LICENSE
}
|