# -*- 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.8
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  1b4e401d9c50e634f4654ecc7255076a91a19e3f \
                    sha256  da1197842258fa266d8188d2962913351539d8d2067cfd6d78dee2762808d516 \
                    size    3869248

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