python (3.11.7)
    *e                         d Z ddlZddlZddlZddlZddlZddlmZ ddl	Z	ddl
Z
g Z	 d Zd Z
d Zd Zd Zd	 Zd
 Zd ZdS )z
Monkey patching of distutils.
    N)
import_modulec                 n    t          j                    dk    r| f| j        z   S t          j        |           S )am  
    Returns the bases classes for cls sorted by the MRO.
    Works around an issue on Jython where inspect.getmro will not return all
    base classes if multiple classes share the same name. Instead, this
    function will return a tuple containing the class itself, and the contents
    of cls.__bases__. See https://github.com/pypa/setuptools/issues/1024.
    Jython)platformpython_implementation	__bases__inspectgetmro)clss    S/BuggyBox/python/3.11.7/bootstrap/lib/python3.11/site-packages/setuptools/monkey.py_get_mror
      s7     %''833v
%%>#    c                     t          | t                    rt          n#t          | t          j                  rt
          nd } ||           S )Nc                     d S )N )items    r   <lambda>zget_unpatched.<locals>.<lambda>(   s    T r   )
isinstancetypeget_unpatched_classtypesFunctionTypeget_unpatched_function)r   lookups     r   
get_unpatchedr   $   sP    )$55 	",T53E"F"F 	 
 6$<<r   c                     d t          |           D             }t          |          }|j                            d          sd| z  }t	          |          |S )zProtect against re-patching the distutils if reloaded
    Also ensures that no other distutils extension monkeypatched the distutils
    first.
    c              3   N   K   | ] }|j                             d           |V  !dS )
setuptoolsN)
__module__
startswith).0r   s     r   	<genexpr>z&get_unpatched_class.<locals>.<genexpr>3   sL        ~((66     r   	distutilsz(distutils has already been patched by %r)r
   nextr   r    AssertionError)r   external_basesbasemsgs       r   r   r   -   sj     C==  N
 D?%%k22 "83>S!!!Kr   c                     t           j        t          j        _        t          j        dk    } | rt           j        t          j        _        dt          j        cxk     odk     nc pdt          j        cxk     odk    nc }|rd}|t          j        j	        _
        t                       t          j        t          j        t          j
        fD ]}t           j        j        |_        t           j        j        t          j        _        t           j        j        t          j        _        dt          j        v r&t           j        j        t          j        d         _        t%                       d S )N)      r*   )r*      )r*   r,      )r*   r+   zhttps://upload.pypi.org/legacy/zdistutils.command.build_ext)r   Commandr#   coresysversion_infofindallfilelistconfig
PyPIRCCommandDEFAULT_REPOSITORY_patch_distribution_metadatadistcmdDistribution	extension	Extensionmodules#patch_for_msvc_specialized_compiler)has_issue_12885needs_warehouse	warehousemodules       r   	patch_allrC   ?   s7   '/IN&)3O 8%/%7	" 	!----I---- 	/!....Y....   F5	<E	&9 """ .).)-? ; ;(o:  *3=IN$.$8$BI!$33 * 	12< ()))))r   c                      dD ]<} t          t          j        |           }t          t          j        j        | |           =dS )zDPatch write_pkg_file and read_pkg_file for higher metadata standards)write_pkg_file
read_pkg_fileget_metadata_versionN)getattrr   r8   setattrr#   DistributionMetadata)attrnew_vals     r   r7   r7   d   sJ    K D D*/400	3T7CCCCD Dr   c                     t          ||          }t          |                               d|           t          |||            dS )z
    Patch func_name in target_mod with replacement
    Important - original must be resolved by name to avoid
    patching an already patched function.
    	unpatchedN)rH   vars
setdefaultrI   )replacement
target_mod	func_nameoriginals       r   
patch_funcrU   k   sM     z9--H 	  h777 J	;/////r   c                 "