# -*- 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-nuitka
python.rootname     Nuitka
version             2.6.6
revision            0
categories-append   devel
platforms           {darwin any}
license             Apache-2
supported_archs     noarch

python.versions     39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

description         Python compiler with full language support and CPython compatibility.
long_description    ${description}

homepage            http://nuitka.net/

checksums           rmd160  9919d6d7e56d2e8bc1bb955e339c8776b871b5a7 \
                    sha256  4376fe46a5eea7db570266773fedf47329b6d529475900d2ba0dc8054e7f5aaf \
                    size    3867022

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-ordered-set \
                        port:py${python.version}-zstd
}
