Package python3-module-ctypesgen: Information

    Source package: python3-module-ctypesgen
    Version: 1.1.1-alt1
    Build time:  Apr 4, 2023, 05:35 AM
    Report package bug
    License: BSD-2-Clause
    Summary: Python wrapper generator for ctypes
    Description: 
    ctypesgen is a pure-python ctypes wrapper generator. It parses C header files
    and creates a wrapper for libraries based on what it finds.
    Preprocessor macros are handled in a manner consistent with typical C code.
    Preprocessor macro functions are translated into Python functions that are
    then made available to the user of the newly-generated Python wrapper library.
    It can also output JSON, which can be used with Mork, which generates bindings
    for Lua, using the alien module (which binds libffi to Lua).

    List of rpms provided by this srpm:
    python3-module-ctypesgen (noarch)

    Maintainer: Anton Vyatkin


      1. rpm-build-python3
      2. python3-module-pyproject-installer >= 0.4.0
      3. python3-module-setuptools
      4. python3-module-setuptools_scm
      5. python3-module-tox
      6. python3-module-tox-console-scripts
      7. python3-module-tox-no-deps
      8. python3-module-wheel

    Last changed


    April 3, 2023 Anton Vyatkin 1.1.1-alt1
    - New version 1.1.1
    Nov. 12, 2022 Daniel Zagaynov 1.0.2-alt1.1
    - NMU: used %add_python3_self_prov_path macro to skip self-provides from dependencies.
    Feb. 5, 2020 Andrey Bychkov 1.0.2-alt1
    - Version updated to 1.0.2
    - porting on python3.