Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-gbinder

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. The .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!

Found 1 sites for python-gbinder

Found 8 RPM for python-gbinder

PackageSummaryDistributionDownload
python-gbinder-1.1.1-1.aarch64.htmlPython bindings for libgbinderOpenMandriva Cooker for aarch64python-gbinder-1.1.1-1.aarch64.rpm
python-gbinder-1.1.1-1.aarch64.htmlPython bindings for libgbinderOpenMandriva 5.0 for aarch64python-gbinder-1.1.1-1.aarch64.rpm
python-gbinder-1.1.1-1.x86_64.htmlPython bindings for libgbinderOpenMandriva Cooker for x86_64python-gbinder-1.1.1-1.x86_64.rpm
python-gbinder-1.1.1-1.x86_64.htmlPython bindings for libgbinderOpenMandriva 5.0 for x86_64python-gbinder-1.1.1-1.x86_64.rpm
python-gbinder-1.0.0-3.mga9.aarch64.htmlCython extension module for gbinderMageia 9 for aarch64python-gbinder-1.0.0-3.mga9.aarch64.rpm
python-gbinder-1.0.0-3.mga9.armv7hl.htmlCython extension module for gbinderMageia 9 for armv7hlpython-gbinder-1.0.0-3.mga9.armv7hl.rpm
python-gbinder-1.0.0-3.mga9.i586.htmlCython extension module for gbinderMageia 9 for i586python-gbinder-1.0.0-3.mga9.i586.rpm
python-gbinder-1.0.0-3.mga9.x86_64.htmlCython extension module for gbinderMageia 9 for x86_64python-gbinder-1.0.0-3.mga9.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet