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