cx-freeze binary package in Ubuntu Trusty ppc64el

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2014-02-18 17:08:36 UTC Published Ubuntu Trusty ppc64el release universe python Optional 4.3.1-0ubuntu1
  • Published