# -*- 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
version             4.2
revision            0
categories-append   devel
platforms           {darwin any}
license             Apache-2
supported_archs     noarch

python.versions     310 311 312 313 314

maintainers         {stromnov @stromnov} openmaintainer

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

homepage            http://nuitka.net/

checksums           rmd160  f5efa77cce1bfbbac9cfc74106544883f38b0e3f \
                    sha256  b6112c10a5d0431e2b4309780257a03049a42605290e83f771d57a067a387410 \
                    size    4628471

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