# -*- 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 f11ad3336931a23fde94f54c0f1d32a0d4c011c2 \
sha256 9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265
if {${name} ne ${subport}} {
fs-traverse item ${worksrcpath} {
if {[file isdirectory ${item}]} {
file attributes ${item} -permissions a+rx
} elseif {[file isfile ${item}]} {
file attributes ${item} -permissions a+r