# -*- 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.13.2 revision 0 categories-append devel platforms darwin license Apache python.versions 27 34 maintainers stromnov openmaintainer description Python compiler with full language support and CPython compatibility. long_description ${description} homepage http://nuitka.net/ master_sites https://pypi.python.org/packages/source/N/Nuitka/ distname Nuitka-${version} checksums rmd160 a58692ce5b204775a938fd0f7a7be66fdd00b1e7 \ sha256 f1f73a42c491053f05b860a21d7a3ccf66a643fe0032c5348697e25df2f0fa4c if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/nuitka/json livecheck.regex {Nuitka-(\d+(?:\.\d+)*)\.[tz]} }