# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-futures version 3.2.0 categories-append devel platforms darwin supported_archs noarch license BSD maintainers nomaintainer 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 python.versions 27 if {${name} ne ${subport}} { post-extract { fs-traverse item ${worksrcpath} { if {[file isdirectory ${item}]} { file attributes ${item} -permissions a+rx } elseif {[file isfile ${item}]} { file attributes ${item} -permissions a+r } } } livecheck.type none }