mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
Tcl
# -*- 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 6.10
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
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://marcelotduarte.github.io/cx_Freeze/
|
|
|
|
checksums rmd160 4181913133546a920ba0e2f956b8b57ee5307a65 \
|
|
sha256 e5b71bf57b9881ac142fbebeae2c8b0d3294b56f6e48ab64032321e3b1a2ba27 \
|
|
size 151274
|
|
|
|
python.versions 310
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-importlib-metadata
|
|
}
|