<package type="rpm">
	<name>python-gbinder</name>
	<arch>x86_64</arch>
	<version epoch="0" ver="1.3.1" rel="1"/>
	<checksum type="sha256" pkgid="YES">d65a9f80839e7c32414d6f02dc9ac39a97d7dc087d5dc95df54a52bf949ad025</checksum>
	<summary>Python bindings for libgbinder</summary>
	<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.

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!</description>
	<packager>uro &lt;uro@urogaming.co.uk&gt;</packager>
	<url>https://github.com/waydroid/gbinder-python</url>
	<time file="1773922152" build="1773922059"/>
	<size package="130926" installed="403513" archive="0"/>
	<location href="python-gbinder-1.3.1-1-omv2690.x86_64.rpm"/>
	<format>
		<rpm:license>GPLv3</rpm:license>
		<rpm:vendor>OpenMandriva</rpm:vendor>
		<rpm:group>Development/Python</rpm:group>
		<rpm:buildhost>ryzen9-6.openmandriva.org</rpm:buildhost>
		<rpm:sourcerpm>python-gbinder-1.3.1-1.src.rpm</rpm:sourcerpm>
		<rpm:header-range start="5032" end="9659"/>
		<rpm:provides>
			<rpm:entry name="python-gbinder" flags="EQ" ver="1.3.1" rel="1"/>
			<rpm:entry name="python-gbinder(x86-64)" flags="EQ" ver="1.3.1" rel="1"/>
			<rpm:entry name="python3.14dist(gbinder-python)" flags="EQ" ver="1.3.1"/>
			<rpm:entry name="python3dist(gbinder-python)" flags="EQ" ver="1.3.1"/>
		</rpm:provides>
		<rpm:requires>
			<rpm:entry name="libc.so.6()(64bit)"/>
			<rpm:entry name="libc.so.6(GLIBC_2.14)(64bit)"/>
			<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
			<rpm:entry name="libc.so.6(GLIBC_2.3.4)(64bit)"/>
			<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
			<rpm:entry name="libgbinder.so.1()(64bit)"/>
			<rpm:entry name="libpython3.14.so.1.0()(64bit)"/>
			<rpm:entry name="python(abi)" flags="EQ" ver="3.14"/>
			<rpm:entry name="rpmlib(LargeFiles)" flags="LE" ver="4.12.0" rel="1"/>
			<rpm:entry name="rpmlib(PayloadIsZstd)" flags="LE" ver="5.4.18" rel="1"/>
			<rpm:entry name="rtld(GNU_HASH)"/>
		</rpm:requires>
	</format>
</package>
