Пакет python-modules-ctypes: Информация

  • Default inline alert: Версия в репозитории: 2.7.18-alt10

Бинарный пакет: python-modules-ctypes
Версия: 2.7.15-alt1
Архитектура: aarch64
Собран:  5 декабря 2018 г. 19:43 в задании #217364
Исходный пакет: python
Категория: Разработка/Python
Сообщить об ошибке в пакете
Домашняя страница: http://www.python.org/

Лицензия: PSF
О пакете: C libraries and data types wrapper helper for Python
Описание: 
ctypes is an advanced ffi (Foreign Function Interface) package for
Python 2.3 and higher.

ctypes allows to call functions exposed from dlls/shared libraries and
has extensive facilities to create, access and manipulate simple and
complicated C data types in Python - in other words: wrap libraries in
pure Python. It is even possible to implement C callback functions in
pure Python.

ctypes now includes a code generator toolchain which allows automatic
creation of library wrappers from C header files.

Сопровождающий: Python Development Team


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


4 декабря 2018 г. George V. Kouryachy 2.7.15-alt1
- Version up (now builds with gcc8);
- fix check section LOCALE.
29 августа 2018 г. Grigory Ustinov 2.7.14-alt7.1
- NMU: Rebuild with new openssl 1.1.0.
2 июля 2018 г. Ivan Zakharyaschev 2.7.14-alt7
- Made distutils install maximum Python minus python-dev
  to mitigate the separation from python-dev (for building packages).