# -*- 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: Portfile 107482 2013-07-01 07:02:04Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-nuitka
version             0.4.4
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  ebe16df4a4e062253880f52d4f4054e339c604de \
                    sha256  4d91875caa0b2a0d4f291b8499b431fae01690afce207cee5fd481084fa2e34c

if {$subport != $name} {
    livecheck.type      none
} else {
    livecheck.type      regex
    livecheck.url       ${master_sites}
    livecheck.regex     "Nuitka-(\\d+(?:\\.\\d+)*)${extract.suffix}"
}
