Files
2026-07-02 08:47:32 +08:00

30 lines
936 B
Tcl

# -*- 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.1.3
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 9499507b86cb99afa663c1006eb66cce3077f2dd \
sha256 838ff8899dc2f0b652d4fcf6c5d7466cb7ad5abcb005668ac622d1e40f4d8a8d \
size 4565475
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-zstd
}