<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

ã“ReÁ  ã               @   s°   d  d l  Z  d  d l Z d  d l Z d  d l Z d  d l Z d  d l m Z d d l m	 Z	 d d „  Z
 e
 Z e	 e j j ƒ Z Gd d „  d e ƒ Z Gd	 d
 „  d
 e ƒ Z d S)é    N)Úmapé   )Úget_unpatchedc              C   s=   d }  y t  |  d d g ƒj d SWn t k
 r8 Yn Xd S)z0
    Return True if Cython can be imported.
    zCython.Distutils.build_extÚfromlistÚ	build_extTF)Ú
__import__r   Ú	Exception)Zcython_impl© r	   úŠ/builddir/build/BUILDROOT/alt-python35-setuptools-36.3.0-4.el8.x86_64/opt/alt/python35/lib/python3.5/site-packages/setuptools/extension.pyÚ_have_cython   s    r   c               @   s.   e  Z d  Z d Z d d „  Z d d „  Z d S)Ú	Extensionz7Extension that uses '.c' files in place of '.pyx' filesc             O   s2   | j  d d ƒ |  _ t j |  | | | | Ž d  S)NÚpy_limited_apiF)Úpopr   Ú
_ExtensionÚ__init__)ÚselfÚnameÚsourcesÚargsÚkwr	   r	   r
   r   #   s    zExtension.__init__c             C   sq   t  ƒ  r d S|  j p d } | j ƒ  d k r4 d n d } t j t j d | ƒ } t t | |  j	 ƒ ƒ |  _	 d S)zÜ
        Replace sources with .pyx extensions to sources with the target
        language extension. This mechanism allows language authors to supply
        pre-converted sources but to prefer the .pyx sources.
        NÚ zc++z.cppz.cz.pyx$)
r   ÚlanguageÚlowerÚ	functoolsÚpartialÚreÚsubÚlistr   r   )r   ÚlangZ
target_extr   r	   r	   r
   Ú_convert_pyx_sources_to_lang)   s    	z&Extension._convert_pyx_sources_to_langN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r	   r	   r	   r
   r       s   r   c               @   s   e  Z d  Z d Z d S)ÚLibraryz=Just like a regular Extension, but built as a library insteadN)r    r!   r"   r#   r	   r	   r	   r
   r$   8   s   r$   )r   r   Údistutils.coreÚ	distutilsÚdistutils.errorsÚdistutils.extensionZsetuptools.extern.six.movesr   Zmonkeyr   r   Z
have_pyrexÚcorer   r   r$   r	   r	   r	   r
   Ú<module>   s   