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