# -*- 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 119372 2014-04-24 10:54:14Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-nuitka
version             0.5.1.5
revision            0
categories-append   devel
platforms           darwin
license             Apache

python.versions     26 27 32 33 34

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  1bc72b87bb6426003c8add97b9f2932a5f8498e5 \
                    sha256  4a7de90409aacf0e9b7b3ede8632de01afb45d4e22f4479804b2efb1a3eddfbe

if {${name} ne ${subport}} {
    livecheck.type      none
} else {
    livecheck.type      regex
    livecheck.url       ${master_sites}
    livecheck.regex     {Nuitka-(\d+(?:\.\d+)*)\.[tz]}
}
