Commit graph

4 commits

Author SHA1 Message Date
obache
9b749b36b1 Update py-cxfreeze to 4.2.3.
While here,
* register egg-info.
* add patch to enable rpath, custom post-build should not be required anymore.

Changes from 4.2.2 to 4.2.3
 1) Added support for Python 3.2.
 2) Added hook for datetime module which implicitly imports the time module.
 3) Fixed hook for tkinter in Python 3.x.
 4) Always include the zlib module since the zipimport module requires it,
    even when compression is not taking place.
 5) Added sample for a tkinter application.
2012-05-22 08:28:46 +00:00
joerg
9a0666357e Tag the 28 locations that result in a Python 3.1 package as supporting so.
Remove it from the default list for the rest.
2011-12-03 00:02:14 +00:00
drochner
601b2f322f update to 4.2.2, from Helge Muehlmeier per PR pkg/44315 (but without
the extra symlink which would conflict if installed for multiple
Python versions)
changes: misc fixes and feature extensions
2011-01-11 11:39:50 +00:00
drochner
aa53b1ea2f 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.
2010-08-15 10:45:57 +00:00