# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description Backport of the concurrent.futures package from Python 3
long_description ${description}
homepage https://github.com/agronholm/pythonfutures
master_sites pypi:f/${python.rootname}
distname ${python.rootname}-${version}
checksums rmd160 6ad30013c3a4ec0a24a6b27f9c214982655fddaa \
sha256 7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794 \
if {${name} ne ${subport}} {
test.cmd ${python.bin} test_futures.py
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.rst LICENSE \