Name : python311-gbinder
| |
Version : 1.1.1
| Vendor : obs://build_opensuse_org/home:jayvdb
|
Release : 27.2
| Date : 2023-08-28 14:35:39
|
Group : Unspecified
| Source RPM : python-gbinder-1.1.1-27.2.src.rpm
|
Size : 0.23 MB
| |
Packager : (none)
| |
Summary : Python bindings for libgbinder
|
Description :
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!
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/jayvdb:/other_peoples_important_tools/openSUSE_Tumbleweed/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python3-gbinder
python3.11dist(gbinder-python)
python311-gbinder
python311-gbinder(x86-64)
python3dist(gbinder-python)
Requires :