# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-cx_Freeze version 5.1.1 revision 0 categories-append devel platforms darwin universal_variant no license PSF maintainers nomaintainer description Scripts and modules for freezing Python scripts into executables long_description cx_Freeze is a set of scripts and modules for freezing Python \ scripts into executables in much the same way that py2exe and \ py2app do. Unlike these two tools, cx_Freeze is cross platform \ and should work on any platform that Python itself works on. homepage https://anthony-tuininga.github.io/cx_Freeze/ master_sites pypi:c/cx_Freeze distname cx_Freeze-${version} checksums rmd160 554ca12a2fad62e36aee78456c326403812226f7 \ sha256 2eadddde670f5c5f6cf88638a0ac4e5d5fe181292a31063275fa56c7bf22426b \ size 61381 python.versions 27 36 37 if {${name} ne ${subport}} { livecheck.type none }