# -*- 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.5.7
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  cb8eeba70280d7d376e9f77f59edd608e65ec002 \
                    sha256  b4eb9ee138c07484f67a254eed3f1f2178dc9845c58f2fa1218296b3608b99d1 \
                    size    3779250

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