ó
    Eñi¢  ã                  óö   • S SK Jr  S SKrS SKrS SKJr  S SKJr  S SKJ	r	  SSK
Jr  S SKrS SKrS SKrSS jr\r\(       a  S S	KJr  O\" \R(                  R$                  5      r " S
 S\5      r " S S\5      rg)é    )ÚannotationsN)ÚIterable)ÚTYPE_CHECKING)ÚStrPathé   )Úget_unpatchedc                 óT   • Sn  [        U S/S9R                    g! [         a     gf = f)z(
Return True if Cython can be imported.
zCython.Distutils.build_extÚ	build_ext)ÚfromlistFT)Ú
__import__r
   Ú	Exception)Úcython_impls    ÚQ/home/mande/repo/quber/.venv/lib/python3.13/site-packages/setuptools/extension.pyÚ_have_cythonr      s9   € ð /€Kðä�;¨+¨Ñ7×AÒAð øô ó Ùðús   „ š
'¦')Ú	Extensionc                  óv   ^ • \ rS rSr% SrS\S'   S\S'   S\S'   S\S'   S	S
.       SU 4S jjjrS rSrU =r	$ )r   é'   aÄ  
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 Iterable[str | os.PathLike[str]] sources:
  iterable of source filenames, (except strings, which could be misinterpreted
  as a single filename), 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)
ÚstrÚ
_full_nameÚboolÚ_links_to_dynamicÚ_needs_stubÚ
_file_nameF)Úpy_limited_apic               ó<   >• X0l         [        TU ]  " UU/UQ70 UD6  g )N)r   ÚsuperÚ__init__)ÚselfÚnameÚsourcesr   ÚargsÚkwÚ	__class__s         €r   r   ÚExtension.__init__‘   s2   ø€ ð -ÔÜ‰ÒØØð	
ð ò	
ð ó		
ó    c                ó  • [        5       (       a  gU R                  =(       d    SnUR                  5       S:X  a  SOSn[        R                  " [
        R                  SU5      n[        [        X0R                  5      5      U l	        g)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_langÚ&Extension._convert_pyx_sources_to_lang£   s]   € ô �>‰>àØ�}‰}×" ˆØ#Ÿz™z›|¨uÓ4‘V¸$ˆ
Ü×Ò¤§¡¨°Ó<ˆÜœC §\¡\Ó2Ó3ˆ�r%   )r   r    )r   r   r    zIterable[StrPath]r   r   ÚreturnÚNone)
Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__Ú__annotations__r   r2   Ú__static_attributes__Ú__classcell__)r#   s   @r   r   r   '   sa   ø‡ ñ^ðH ƒOØÓØÓØƒOð  %ñ
àð
ð #ð
ð
 ð
ð 
÷
ð 
÷$4ð 4r%   r   c                  ó   • \ rS rSrSrSrg)ÚLibraryé²   z=Just like a regular Extension, but built as a library instead© N)r6   r7   r8   r9   r:   r<   rA   r%   r   r?   r?   ²   s   † ÜGr%   r?   )r4   r   )Ú
__future__r   r*   r,   Úcollections.abcr   Útypingr   Úsetuptools._pathr   Úmonkeyr   Údistutils.coreÚ	distutilsÚdistutils.errorsÚdistutils.extensionr   Ú
have_pyrexr   Ú
_ExtensionÚcorer?   rA   r%   r   Ú<module>rN      sf   ðÝ "ã Û 	Ý $Ý  å $å !ã Û Û ô
ð €
Þæ6á˜yŸ~™~×7Ñ7Ó8€JôH4�
ô H4ôVHˆiõ Hr%   