# -*- 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
maintainers {stromnov @stromnov} openmaintainer
description Python compiler with full language support and CPython compatibility.
long_description ${description}
homepage http://nuitka.net/
master_sites pypi:N/Nuitka
distname Nuitka-${version}
checksums rmd160 34f0f32659e2790f86c30a22e0bfe4a96facb2e0 \
sha256 bb9e883deb92b79d6263b33d94a106808f0cf07acdcc7854fa84096a02cd97ca \
if {${name} ne ${subport}} {
port:py${python.version}-setuptools
fs-traverse item ${worksrcpath} {
if {[file isdirectory ${item}]} {
file attributes ${item} -permissions a+rx
} elseif {[file isfile ${item}]} {
file attributes ${item} -permissions a+r
foreach {old new} {34 36 35 36} {
subport py${old}-${python.rootname} "
replaced_by py${new}-${python.rootname}