Пакет python3-module-ctypesgen: Информация

    Исходный пакет: python3-module-ctypesgen
    Версия: 1.1.1-alt1
    Собран:  4 апреля 2023 г. 5:35
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/ctypesgen/

    Лицензия: BSD-2-Clause
    О пакете: Python wrapper generator for ctypes
    Описание: 
    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).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-ctypesgen (noarch)

    Сопровождающий: 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

    Последнее изменение


    3 апреля 2023 г. Anton Vyatkin 1.1.1-alt1
    - New version 1.1.1
    12 ноября 2022 г. Daniel Zagaynov 1.0.2-alt1.1
    - NMU: used %add_python3_self_prov_path macro to skip self-provides from dependencies.
    5 февраля 2020 г. Andrey Bychkov 1.0.2-alt1
    - Version updated to 1.0.2
    - porting on python3.