diff options
author | drochner <drochner@pkgsrc.org> | 2010-08-15 10:45:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-08-15 10:45:57 +0000 |
commit | ecf0ccfe4e14648d33597e412e5cb272bb08f197 (patch) | |
tree | b2e8c0a8e49ca16bc033bdacc262762080c23506 /lang/py-cxfreeze/DESCR | |
parent | 0b76f8ba6f96b36fa91b737eb909f8603f32208e (diff) | |
download | pkgsrc-ecf0ccfe4e14648d33597e412e5cb272bb08f197.tar.gz |
add py-cxfreeze-4.2, a (sort of) compiler which makes a standalone
executable of a Python script, from Helge Muehlmeier per pkgsrc-wip
This pkg abuses Python distutils in a non-portable way, so I've
added a hack which relinks the startup code behind setuptools'
back. This is easier than patching the setup.py script into doing trt.
Diffstat (limited to 'lang/py-cxfreeze/DESCR')
-rw-r--r-- | lang/py-cxfreeze/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/py-cxfreeze/DESCR b/lang/py-cxfreeze/DESCR new file mode 100644 index 00000000000..b1d00b7bf8b --- /dev/null +++ b/lang/py-cxfreeze/DESCR @@ -0,0 +1,4 @@ +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. |