Package nuitka: Information

    Source package: nuitka
    Version: 2.6.6-alt1.1
    Latest version according to Repology
    Build time:  May 8, 2025, 06:58 AM in the task #376369
    Report package bug
    License: ASLv2.0
    Summary: Python compiler with full language support and CPython compatibility
    Description: 
    Nuitka is **the** Python compiler. It is a seamless replacement or
    extension to the Python interpreter and compiles **every** construct
    that CPython 2.6, 2.7, 3.2, 3.3, and 3.4 have. It then executed
    uncompiled code, and compiled code together in an extremely compatible
    manner.
    
    You can use all Python library modules or and all extension modules
    freely. It translates the Python into a C level program that then uses
    "libpython" to execute in the same way as CPython does. All optimization
    is aimed at avoiding overhead, where it's unnecessary. None is aimed at
    removing compatibility, although there is an "improved" mode, where not
    every bug of standard Python is emulated, e.g. more complete error
    messages are given.

    List of RPM packages built from this SRPM:
    nuitka (x86_64, i586, aarch64)

    Maintainer: Stanislav Levin


    ACL:
    Vitaly Lipatov
    @everybody

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-setuptools
      3. python3-module-wheel
      4. rpm-build-intro
      5. rpm-build-python3

    Last changed


    April 2, 2025 Stanislav Levin 2.6.6-alt1.1
    - NMU: fixed FTBFS (setuptools 75.8.1)
    Feb. 16, 2025 Vitaly Lipatov 2.6.6-alt1
    - build for Sisyphus again
    Dec. 16, 2019 Andrey Bychkov 0.5.11-alt2
    - build for python2 disabled