Package python-module-cx-freeze: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #245399
Package removed: Andrey Bychkov
Deletion date: Feb. 3, 2020
Message: python2_removal
    Source package: python-module-cx-freeze
    Version: 5.0-alt1.hg20141226.1.1.1
    Build time:  Apr 18, 2019, 06:55 PM in the task #225625
    Report package bug
    License: PSF
    Summary: Scripts and modules for freezing Python scripts into executables
    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. It requires Python
    2.3 or higher since it makes use of the zip import facility which was introduced
    in that version.
    
    There are three different ways to use cx_Freeze. The first is to use the
    included freeze script which works well for simple scripts. The second is to
    create a distutils setup script which can be used for more complicated
    configuration or to retain the configuration for future use. The third method
    involves working directly with the classes and modules used internally by
    cx_Freeze and should be reserved for complicated scripts or extending or
    embedding.
    
    There are three different options for producing executables as well. The first
    option is the only one that was available in earlier versions of cx_Freeze, that
    is appending the zip file to the executable itself. The second option is
    creating a private zip file with the same name as the executable but with the
    extension .zip. The final option is the default which is to create a zip file
    called library.zip and place all modules in this zip file. The final two options
    are necessary when creating an RPM since the RPM builder automatically strips
    executables.

    List of rpms provided by this srpm:
    python-module-cx-freeze (x86_64, i586, aarch64)
    python-module-cx-freeze-debuginfo (x86_64, i586, aarch64)
    python-module-cx-freeze-samples (noarch)
    python3-module-cx-freeze (x86_64, i586, aarch64)
    python3-module-cx-freeze-debuginfo (x86_64, i586, aarch64)



      1. python3-devel
      2. python3-module-setuptools
      3. time
      4. python-devel = 2.7
      5. python-module-alabaster
      6. rpm-build-python
      7. rpm-build-python >= 0.8
      8. rpm-build-python3
      9. rpm-build-python3
      10. python-module-docutils
      11. python-module-html5lib
      12. python-module-setuptools

    Last changed


    March 22, 2018 Aleksei Nikiforov 5.0-alt1.hg20141226.1.1.1
    - (NMU) Rebuilt with python-3.6.4.
    March 17, 2016 Ivan Zakharyaschev 5.0-alt1.hg20141226.1.1
    - (NMU) rebuild with python3-3.5 & rpm-build-python3-0.1.10
      (for ABI dependence and new python3(*) reqs)
    Jan. 28, 2016 Mikhail Efremov 5.0-alt1.hg20141226.1
    - NMU: Use buildreq for BR.