§
    Á³g×  ã                   ó¦   — 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„ ZeZ	 eej
        j        ¦  «        Z G d„ de¦  «        Z G d„ de¦  «        ZdS )	é    Né   )Úget_unpatchedc                  ó^   — d} 	 t          | dg¬¦  «        j         dS # t          $ r Y nw xY wdS )z0
    Return True if Cython can be imported.
    zCython.Distutils.build_extÚ	build_ext)ÚfromlistTF)Ú
__import__r   Ú	Exception)Úcython_impls    úR/var/www/html/mpstechhub/venv/lib/python3.11/site-packages/setuptools/extension.pyÚ_have_cythonr   
   sP   € ð /€Kðå�;¨+¨Ð7Ñ7Ô7ÔAÐAØˆtøÝð ð ð Øˆðøøøàˆ5s   „ �
*©*c                   ó(   ‡ — e Zd ZdZˆ fd„Zd„ Zˆ xZS )Ú	Extensionaƒ  
    Describes a single extension module.

    This means that all source files will be compiled into a single binary file
    ``<module path>.<suffix>`` (with ``<module path>`` derived from ``name`` and
    ``<suffix>`` defined by one of the values in
    ``importlib.machinery.EXTENSION_SUFFIXES``).

    In the case ``.pyx`` files are passed as ``sources and`` ``Cython`` is **not**
    installed in the build environment, ``setuptools`` may also try to look for the
    equivalent ``.cpp`` or ``.c`` files.

    :arg str name:
      the full name of the extension, including any packages -- ie.
      *not* a filename or pathname, but Python dotted name

    :arg list[str] sources:
      list of source filenames, relative to the distribution root
      (where the setup script lives), in Unix form (slash-separated)
      for portability.  Source files may be C, C++, SWIG (.i),
      platform-specific resource files, or whatever else is recognized
      by the "build_ext" command as source for a Python extension.

    :keyword list[str] include_dirs:
      list of directories to search for C/C++ header files (in Unix
      form for portability)

    :keyword list[tuple[str, str|None]] define_macros:
      list of macros to define; each macro is defined using a 2-tuple:
      the first item corresponding to the name of the macro and the second
      item either a string with its value or None to
      define it without a particular value (equivalent of "#define
      FOO" in source or -DFOO on Unix C compiler command line)

    :keyword list[str] undef_macros:
      list of macros to undefine explicitly

    :keyword list[str] library_dirs:
      list of directories to search for C/C++ libraries at link time

    :keyword list[str] libraries:
      list of library names (not filenames or paths) to link against

    :keyword list[str] runtime_library_dirs:
      list of directories to search for C/C++ libraries at run time
      (for shared extensions, this is when the extension is loaded).
      Setting this will cause an exception during build on Windows
      platforms.

    :keyword list[str] extra_objects:
      list of extra files to link with (eg. object files not implied
      by 'sources', static library that must be explicitly specified,
      binary resource files, etc.)

    :keyword list[str] extra_compile_args:
      any extra platform- and compiler-specific information to use
      when compiling the source files in 'sources'.  For platforms and
      compilers where "command line" makes sense, this is typically a
      list of command-line arguments, but for other platforms it could
      be anything.

    :keyword list[str] extra_link_args:
      any extra platform- and compiler-specific information to use
      when linking object files together to create the extension (or
      to create a new static Python interpreter).  Similar
      interpretation as for 'extra_compile_args'.

    :keyword list[str] export_symbols:
      list of symbols to be exported from a shared extension.  Not
      used on all platforms, and not generally necessary for Python
      extensions, which typically export exactly one symbol: "init" +
      extension_name.

    :keyword list[str] swig_opts:
      any extra options to pass to SWIG if a source file has the .i
      extension.

    :keyword list[str] depends:
      list of files that the extension depends on

    :keyword str language:
      extension language (i.e. "c", "c++", "objc"). Will be detected
      from the source extensions if not provided.

    :keyword bool optional:
      specifies that a build failure in the extension should not abort the
      build process, but simply not install the failing extension.

    :keyword bool py_limited_api:
      opt-in flag for the usage of :doc:`Python's limited API <python:c-api/stable>`.

    :raises setuptools.errors.PlatformError: if 'runtime_library_dirs' is
      specified on Windows. (since v63)
    c                 óz   •— |                      dd¦  «        | _         t          ¦   «         j        ||g|¢R i |¤Ž d S )NÚpy_limited_apiF)Úpopr   ÚsuperÚ__init__)ÚselfÚnameÚsourcesÚargsÚkwÚ	__class__s        €r   r   zExtension.__init__~   sK   ø€ ð !ŸfšfÐ%5°uÑ=Ô=ˆÔØ�‰ŒÔ˜˜wÐ4¨Ð4Ð4Ð4°Ð4Ð4Ð4Ð4Ð4ó    c                 óþ   — t          ¦   «         rdS | j        pd}|                     ¦   «         dk    r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ÚlistÚmapr   )r   ÚlangÚ
target_extr"   s       r   Ú_convert_pyx_sources_to_langz&Extension._convert_pyx_sources_to_lang„   sq   € õ ‰>Œ>ð 	àˆFØŒ}Ð" ˆØ#Ÿzšz™|œ|¨uÒ4Ð4�V�V¸$ˆ
ÝÔ¥¤¨°Ñ<Ô<ˆÝ�C  T¤\Ñ2Ô2Ñ3Ô3ˆŒˆˆr   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r'   Ú__classcell__)r   s   @r   r   r      sT   ø€ € € € € ð]ð ]ð~5ð 5ð 5ð 5ð 5ð4ð 4ð 4ð 4ð 4ð 4ð 4r   r   c                   ó   — 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.   “   s   € € € € € ØGÐGÐGÐGr   r.   )r!   r   Údistutils.coreÚ	distutilsÚdistutils.errorsÚdistutils.extensionÚmonkeyr   r   Ú
have_pyrexÚcorer   Ú
_Extensionr.   r/   r   r   ú<module>r8      së   ðØ 	€	€	€	Ø Ð Ð Ð Ø Ð Ð Ð Ø Ð Ð Ð Ø Ð Ð Ð à !Ð !Ð !Ð !Ð !Ð !ðð ð ð €
àˆ]˜9œ>Ô3Ñ4Ô4€
ðr4ð r4ð r4ð r4ð r4�
ñ r4ô r4ð r4ðjHð Hð Hð Hð Hˆiñ Hô Hð Hð Hð Hr   