<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">
  <group>
    <repositories>
      <repository recommended="true">
        <name>openSUSE:Backports:SLE-12</name>
        <summary>openSUSE Factory Backports for SLE 12</summary>
        <description>This project hosts packages from openSUSE:Factory which are not available on the SLE-12 product.

Contributors welcome, see https://packagehub.suse.com/</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12/standard/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Backports:SLE-12:Update</name>
        <summary>SLE12 Updates built for Backports development</summary>
        <description>This project rebuilds selected SLE12 Updates to be able to build backported packages against them. This is mostly required for packages that got version updated such as mozilla-nss</description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12:/Update/standard/</url>
      </repository>
      <repository recommended="true">
        <name>openSUSE:Backports:SLE-12:Checks</name>
        <summary>Checks</summary>
        <description>This project contains the checks like rpmlint for the Backports projects.

The rpmlint packages (specifically rpmlint-backports) needs to be built against a SLE 12 service pack after SP2 because of a bug in python in the earlier service packs that causes the shelve db file to be written to disk on close even when there is no change to the data. That causes an error since rpmlint runs unprivileged. </description>
        <url>https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-12:/Checks/standard/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Toolchain</name>
        <summary>SLE 12 Toolchain Module</summary>
        <description>SLE 12 Toolchain Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Toolchain/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Public-Cloud</name>
        <summary>SLE 12 Public Cloud Module</summary>
        <description>SLE 12 Public Cloud Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Public-Cloud/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Legacy</name>
        <summary>SLE 12 Legacy Module</summary>
        <description>SLE 12 Legacy Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Legacy/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Containers</name>
        <summary>SLE 12 Containers Module</summary>
        <description>SLE 12 Containers Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Containers/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Adv-Systems-Management</name>
        <summary>SLE 12 Advanced Systems Management Module</summary>
        <description>SLE 12 Advanced Systems Management Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Adv-Systems-Management/update/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/HA_GEO/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/HA/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/WE/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SDK/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SLES/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:Update</name>
        <summary>SLE 12 Update</summary>
        <description>SLE 12 Update</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/Update/SLED/</url>
      </repository>
      <repository recommended="true">
        <name>SUSE:SLE-12:SLE-Module-Toolchain</name>
        <summary>SLE 12 Toolchain Module</summary>
        <description>SLE 12 Toolchain Module</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/SLE-Module-Toolchain/standard/</url>
      </repository>
      <repository recommended="false">
        <name>SUSE:SLE-12:GA</name>
        <summary>SUSE Linux Enterprise 12. To be used for building SLE 12 packages</summary>
        <description>This repository contains the status of the gold master.</description>
        <url>https://download.opensuse.org/repositories/SUSE:/SLE-12:/GA/standard/</url>
      </repository>
    </repositories>
    <software>
      <item>
        <name>python3-Cython</name>
        <summary>The Cython compiler for writing C extensions for the Python language</summary>
        <description>The Cython language makes writing C extensions for the Python language as
easy as Python itself.  Cython is a source code translator based on the
well-known Pyrex, but supports more cutting edge functionality and
optimizations.

The Cython language is very close to the Python language (and most Python
code is also valid Cython code), but Cython additionally supports calling C
functions and declaring C types on variables and class attributes. This
allows the compiler to generate very efficient C code from Cython code.

This makes Cython the ideal language for writing glue code for external C
libraries, and for fast C modules that speed up the execution of Python
code.</description>
      </item>
    </software>
  </group>
</metapackage>
