# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-nuitka version 0.5.23.1 revision 0 categories-append devel platforms darwin license Apache python.versions 27 34 35 maintainers stromnov openmaintainer description Python compiler with full language support and CPython compatibility. long_description ${description} homepage http://nuitka.net/ master_sites pypi:N/Nuitka distname Nuitka-${version} checksums rmd160 001d5d77293e580384d568b84b6a5b260585bdc2 \ sha256 61a063ce957ed1add2ca5f4e1b8979621579dac0530bb3e488d76f956f550668 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.name Nuitka livecheck.type pypi }