<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  <group distversion="openSUSE Tumbleweed">
    <repositories>
      <repository recommended="true">
        <name>home:xanders:libraries</name>
        <summary>Libraries and environments</summary>
        <description>Libraries and environments used as part of compilation</description>
        <url>https://download.opensuse.org/repositories/home:/xanders:/libraries/openSUSE_Slowroll/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Slowroll</name>
        <summary>Slowroll</summary>
        <description>https://en.opensuse.org/openSUSE:Slowroll = a derivative codestream of openSUSE:Factory that uses automated rules to limit the rate of change to the codebase

Release manager: bmwiedemann

	  https://www.zq1.de/~bernhard/linux/opensuse/slowroll/slowroll-vs-tumbleweed-updates.svg</description>
        <url>https://download.opensuse.org/update/slowroll/repo/oss/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Slowroll:Base</name>
        <summary>base snapshot from Tumbleweed</summary>
        <description>This provides an easy-to-use redirect for both sources and binaries in openSUSE:Slowroll:Base:N, switching every cycle (every month)</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Slowroll:/Base/standard/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Slowroll:Base:1</name>
        <summary>staging area for new Base snapshot from Tumbleweed</summary>
        <description>Before a version bump, I collect i586 and bootstrap binaries here. These are missing in released Tumbleweed snapshots, but are needed for building packages. Also binaries required for DVD builds, because product-builder cannot use those from download-on-demand (dod)</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Slowroll:/Base:/1/standard/</url>
      </repository>
      <repository recommended="false">
        <name>openSUSE:Tumbleweed</name>
        <summary>Tumbleweed</summary>
        <description>Tumbleweed is the openSUSE Rolling Release

This OBS Project represents the content of the currently published
snapshot. The newer repository for next publish can be found in openSUSE:Factory standard repository.
</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Tumbleweed/slowroll/</url>
      </repository>
    </repositories>
    <software>
      <item>
        <name>python-gbinder</name>
        <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. 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!</description>
      </item>
    </software>
  </group>
</metapackage>
