# -*- 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 125064 2014-09-04 08:23:01Z stromnov@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-nuitka version 0.5.4.3 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 1eee0cd13ebe02a8d4110cc9af340843370d0687 \ sha256 a42e0af12c053248638c0a6e76c20f21592133bda70a7bda0cfccc54cebcbb81 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type regex livecheck.url ${master_sites} livecheck.regex {Nuitka-(\d+(?:\.\d+)*)\.[tz]} }