python311-gbinder

Python bindings for libgbinder

There are two Cython files: cgbinder.pxd describing the C++ API of the libgbinder library, and gbinder.pyx describing classes that will be visible from Python user code. T he .pyx imports .pxd to learn about C functions available to be called. There is also setup.py file. This file describes how to build the extension module, using distutils. In there, we specify the library to link with as libraries=['gbinder']. The gbinder stands for libgbinder.so that we previously installed. There are two options to build the package: One, use Cython's cythonize() function to generate a .c file from the .pyx one, and then compile it against the libgbinder.so library. Two, if the .c is already provided, just compile it - no Cython required!

Для openSUSE Leap 16.0 нет официального пакета

Дистрибутивы

openSUSE Tumbleweed

home:sp1rit Сообщество
1.0.0+git.1~79d40e9
home:xanders Сообщество
1.3.0+git0.gc8193d3

openSUSE Slowroll

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Factory RISCV

openSUSE Backports for SLE 15 SP4

Неподдерживаемые дистрибутивы

Следующие дистрибутивы не имеют официальной поддержки. Используйте их пакеты на свой страх и риск.