cx-freeze 4.0.1-0ubuntu5 source package in Ubuntu

Changelog

cx-freeze (4.0.1-0ubuntu5) precise; urgency=low

  * Rebuild to drop python2.6 dependencies.
 -- Matthias Klose <email address hidden>   Sat, 31 Dec 2011 02:02:02 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
Siegfried Gevatter
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cx-freeze_4.0.1.orig.tar.gz 43.8 KiB 6809d797db71f498fe2d49f4b020a52ee22f3b04896b1c433e2e80495e3c1fc4
cx-freeze_4.0.1-0ubuntu5.diff.gz 4.6 KiB 83ac5124e8c36a0326f7ebe79e6039a2a3339c5046d5b675e2ef80ae661bdfe6
cx-freeze_4.0.1-0ubuntu5.dsc 1.2 KiB ef6b6eb2d2d67ca6d02525582cc6808cec605022925e901786ff4bdfddec04a4

Available diffs

View changes file

Binary packages built by this source

cx-freeze: create standalone executables from Python scripts

 cx_Freeze is an application which allows you to freeze Python code into
 executable files, in a way similar to how py2exe and py2app work.
 .
 There are three different ways how you can use cx_Freeze:
  * Use the included cxfreeze command which works well for simple scripts.
  * Create a distutils setup script which can be used for more complicated
    configurations or to retain the configuration for future use.
  * Work directly with the classes and modules used internally by cx_Freeze;
    this should be reserved for complicated scripts, extending or embedding.